From d3c0d327a22402fa3caeffaa06e247ce3883d60c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:08:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 18c8ec0..6c60d53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "View Menu", href: "#menu" }, + { text: "Order Now", href: "#menu" }, { text: "Find Branch", href: "#locations" } ]} buttonAnimation="slide-up"