diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 43c359f..a0c9114 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,7 +26,7 @@ export default function AboutPage() { { name: "About Us", id: "about" }, { name: "Gallery", id: "gallery" }, { name: "Reviews", id: "reviews" }, - { name: "Locations", id: "locations" }, + { name: "Full Menu", id: "full-menu" }, ]; const footerColumns = [ diff --git a/src/app/page.tsx b/src/app/page.tsx index 93927e1..274cd86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function HomePage() { { name: "About Us", id: "owners-spotlight" }, { name: "Gallery", id: "featured-gallery" }, { name: "Reviews", id: "testimonials" }, - { name: "Locations", id: "footer" }, + { name: "Full Menu", id: "full-menu" }, ]; const footerColumns = [ @@ -323,7 +323,7 @@ export default function HomePage() { text: "Order Online Now", href: "/order-now" }, { - text: "View Full Menu", href: "/menu" + text: "View Full Menu", href: "/full-menu" }, ]} buttonAnimation="slide-up"