Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Any page or data can be rebuilt only when needed, without site visitors ever get
`;
---

<Layout title="Welcome to Astro.">
<Layout title="Welcome to XenTriq.">
<ContextAlert class="mb-8" />
<h1 class="mb-10">Netlify Platform Starter for Astro</h1>
<h1 class="mb-10">Xentriq Business </h1>
<Markdown content={explainer} class="mb-10 text-lg" />
<p>
<a href="https://docs.netlify.com/frameworks/astro/" class="btn btn-lg sm:min-w-64">Read the Docs</a>
<a href="#" class="btn btn-lg sm:min-w-64">Read the Docs</a>
</p>
</Layout>