From 4fd8173f911376d6192f0f3bdf8eb015b23e6a03 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 14:14:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ce3a7ee..843204a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,32 +33,32 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "#home", + }, { name: "Products", id: "products", - href: "#products", + }, { name: "Quality", id: "quality", - href: "#quality", + }, { name: "About", id: "about", - href: "#about", + }, { name: "FAQ", id: "faq", - href: "#faq", + }, { name: "Contact", id: "contact", - href: "#contact", + }, ]} brandName="VRTXWEAR"