diff --git a/src/app/page.tsx b/src/app/page.tsx index 40d9b2a..540d4aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,22 +36,22 @@ export default function LandingPage() { { name: "Menu", id: "menu", - href: "/menu", + }, { name: "About", id: "about", - href: "/about", + }, { name: "Pricing", id: "pricing", - href: "/pricing", + }, { name: "Testimonials", id: "testimonials", - href: "/testimonials", + }, ]} button={{ @@ -351,6 +351,8 @@ export default function LandingPage() {