Update src/app/page.tsx

This commit is contained in:
2026-03-10 10:26:25 +00:00
parent 349304382e
commit b76a9e65c8

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" },