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"