Skip to content

Commit 28f7a95

Browse files
dtinthclaude[bot]
andcommitted
Add under construction message below hero section
- Add centered construction message with neutral text color - Wrap components in main element with black background 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <209825114+claude[bot]@users.noreply.github.com>
1 parent a7cb47a commit 28f7a95

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/pages/index.astro

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@ import Layout from "../layouts/Layout.astro";
44
---
55

66
<Layout>
7-
<HeroSection />
7+
<main class="bg-black">
8+
<HeroSection />
9+
<section class="py-16 text-center">
10+
<p class="text-neutral-600 text-xl">Website is under construction</p>
11+
</section>
12+
</main>
813
</Layout>

0 commit comments

Comments
 (0)