diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b6a6d8..fc7d96f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,8 +70,8 @@ export default function LandingPage() { } ]} buttons={[ - { text: "View Menu", href: "menu" }, - { text: "Order Online", href: "contact" } + { text: "Order Now", href: "contact" }, + { text: "View Menu", href: "menu" } ]} buttonAnimation="slide-up" useInvertedBackground={false}