From 952985a1740ae12389b6678b42aad1c195576d99 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 11:15:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" -- 2.49.1