From 2ab642a602634dec28f3b1dae41e7c4550077536 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 18:33:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index adb2ea2..775c88b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,7 +106,7 @@ export default function LandingPage() { products={[ { id: "chicken-biryani", brand: "Sundarban Foods", name: "Chicken Biryani", price: "₹450", rating: 5, - reviewCount: "2.8k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition_23-2148821518.jpg?_wi=1", imageAlt: "Fragrant Chicken Biryani" + reviewCount: "2.8k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition_23-2148821518.jpg?_wi=1", imageAlt: "Fragrant Chicken Biryani - Our Most Loved Dish" }, { id: "butter-chicken", brand: "Sundarban Foods", name: "Butter Chicken", price: "₹380", rating: 5, @@ -171,8 +171,8 @@ export default function LandingPage() { description="Reserve your table or place your order online. Join us for a culinary journey through the best of Indian and Chinese cuisine." background={{ variant: "radial-gradient" }} useInvertedBackground={false} - inputPlaceholder="Your email or phone" - buttonText="Reserve Your Table Now" + inputPlaceholder="Enter your phone number" + buttonText="Reserve Table" termsText="By reserving, you agree to our dining policies. We'll confirm your reservation shortly." /> -- 2.49.1