diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a0361a..4a524f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,22 +35,22 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "Collections", id: "collections", - href: "/collections", + }, { name: "About", id: "about", - href: "/about", + }, { name: "Reviews", id: "reviews", - href: "/reviews", + }, ]} brandName="Noir Leather"