From 0cc945114308dc10a703b7ed5c5cb65579cce513 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 06:47:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a36b529..cfd9920 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { showDimOverlay={true} buttons={[ { text: "Order Now", href: "order" }, - { text: "See Delivery Options", href: "menu" } + { text: "View Menu", href: "menu" } ]} /> @@ -70,7 +70,7 @@ export default function LandingPage() { title: "Fast Service", description: "Quick turnaround without compromising quality. Your meal is prepared efficiently and served with a smile.", icon: Zap }, { - title: "Affordable Prices", description: "Premium taste at budget-friendly prices. Experience gourmet flavors within ₹200-₹400 per person." + title: "Affordable Prices", description: "Premium taste at budget-friendly prices. Experience gourmet flavors within ₹200-₹400 per person.", icon: DollarSign } ]} imageSrc="http://img.b2bpic.net/free-photo/two-happy-women-sitting-cafe-eating-sushi_169016-3586.jpg" -- 2.49.1