From 7aef6dbead84ca7a10c38d77a30e8ed1ce2174d4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 14:26:58 +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 cf58813..37466e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,32 +34,32 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "#home", + }, { name: "Products", id: "products", - href: "#products", + }, { name: "About", id: "about", - href: "#about", + }, { name: "Testimonials", id: "testimonials", - href: "#testimonials", + }, { name: "FAQ", id: "faq", - href: "#faq", + }, { name: "Contact", id: "contact", - href: "#contact", + }, ]} brandName="Pure Glow" -- 2.49.1