Update src/app/page.tsx

This commit is contained in:
2025-12-29 13:36:10 +00:00
parent 7c337f844c
commit 034755fdae

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -37,6 +37,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" }
]} ]}
button={{ text: "Meet Chuchuka", href: "hero" }} button={{ text: "Meet Chuchuka", href: "hero" }}
className="fixed top-0 left-0 right-0 w-screen z-50"
/> />
</div> </div>
@@ -240,6 +241,7 @@ export default function LandingPage() {
} }
]} ]}
copyrightText="© 2025 Chuchuka | Celebrating Imagination & Diversity" copyrightText="© 2025 Chuchuka | Celebrating Imagination & Diversity"
columnsAlignment="center"
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>