Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-03-11 18:33:45 +00:00

View File

@@ -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."
/>
</div>