Update src/app/page.tsx

This commit is contained in:
2026-03-10 10:26:24 +00:00
parent 2c02a70b11
commit d3b043c68c

View File

@@ -30,7 +30,7 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
brandName="Brend Kids"
navItems={[
{ name: "Home", id: "home" },
{ name: "Home", id: "/" },
{ name: "Collections", id: "products" },
{ name: "About Us", id: "about" },
{ name: "Why Choose Us", id: "features" },