Update src/app/page.tsx

This commit is contained in:
2026-03-10 00:52:20 +00:00
parent 985f4babda
commit 77cf135ea8

View File

@@ -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}