diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d193df0..2302619 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -27,8 +27,8 @@ export default function AboutPage() { { name: "Menu", id: "menu" }, { name: "Reservations", id: "pricing" }, { name: "Events", id: "features" }, - { name: "About", href: "/about" }, - { name: "Contact", href: "/contact" }, + { name: "About", id: "about" }, + { name: "Contact", id: "contact" }, ]} brandName="SOYA" />