Update src/app/menu/page.tsx

This commit is contained in:
2026-03-18 22:31:07 +00:00
parent 7060cecb34
commit 2f5396d03a

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}