From 7ccbfea36cab14cf08fc3c20eb0e9f8b82a0f5af Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 13:44:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b1286c..6d8ea17 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: "About", id: "about", - href: "#about", + }, { name: "Services", id: "services", - href: "#services", + }, { name: "Pricing", id: "pricing", - href: "#pricing", + }, { name: "Testimonials", id: "testimonials", - href: "#testimonials", + }, { name: "Contact", id: "contact", - href: "#contact", + }, ]} brandName="TENAWA BARBER SHOP" @@ -92,6 +92,7 @@ export default function LandingPage() {