diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8a22ab6..9d83848 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -27,7 +27,7 @@ export default function AboutPage() { navItems={[ { name: "Menu", id: "/menu" }, { name: "About", id: "/about" }, - { name: "Catering", id: "/#catering" }, + { name: "Services", id: "/services" }, { name: "Events", id: "/#events" }, { name: "Visit", id: "/#visit" }, ]} @@ -53,9 +53,9 @@ export default function AboutPage() {