diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index a3dae57..2265ca3 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -266,6 +266,8 @@ export default function MenuPage() { tagAnimation="slide-up" background={{ variant: "glowing-orb" }} buttons={[ + { + text: "See Full Menu", href: "/full-menu"}, { text: "Call to Order", href: "tel:2397850423"}, ]} @@ -312,7 +314,7 @@ export default function MenuPage() { tagAnimation="slide-up" buttons={[ { - text: "Order This Item", href: "/menu"}, + text: "See Full Menu", href: "/full-menu"}, ]} buttonAnimation="slide-up" textboxLayout="default" @@ -406,4 +408,4 @@ export default function MenuPage() { ); -} \ No newline at end of file +}