From 7122cbf982e4dafc6a231388921c101d3e21aa40 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 01:23:59 +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 ba47907..f19d0fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "Order Now", href: "contact" }, + { text: "Order for Delivery", href: "contact" }, { text: "View Menu", href: "features" }, ]} buttonAnimation="slide-up" -- 2.49.1