diff --git a/src/app/page.tsx b/src/app/page.tsx index c6b65b1..5e838f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { ]} buttons={[ { - text: "View Our Menu", href: "#menu"}, + text: "Order Now", href: "#menu"}, { text: "Find Us Tonight", href: "#location"}, ]} @@ -253,4 +253,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file