diff --git a/src/app/page.tsx b/src/app/page.tsx index 78d449c..45ba66e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,22 +33,22 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "About Us", id: "about", - href: "/about", + }, { name: "Our Menu", id: "menu", - href: "/menu", + }, { name: "Contact Us", id: "contact", - href: "/contact", + }, ]} brandName="Classic Cafe"