From e1b8ac116513a4719644f352245ba1f6637cc46e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 22:40:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5320d76..4bb48db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,27 +32,27 @@ export default function LandingPage() { { name: "About", id: "about", - href: "#about", + }, { name: "Services", id: "services", - href: "#services", + }, { name: "Testimonials", id: "testimonials", - href: "#testimonials", + }, { name: "FAQ", id: "faq", - href: "#faq", + }, { name: "Contact", id: "contact", - href: "#contact", + }, ]} brandName="April Photography" -- 2.49.1