diff --git a/src/app/page.tsx b/src/app/page.tsx index 318b0ad..f0e8881 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,22 +33,22 @@ export default function LandingPage() { { name: "About", id: "about", - href: "#about", + }, { name: "Services", id: "services", - href: "#services", + }, { name: "Testimonials", id: "testimonials", - href: "#testimonials", + }, { name: "Contact", id: "contact", - href: "#contact", + }, ]} button={{