From 3b60b07e83a2feba7eadd14a407c06b81f65c934 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:42:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 64b2006..1161cad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function MithilaLandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086042.jpg", imageAlt: "Crispy Golden Dosa"}, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg", imageAlt: "Complete Vegetarian Thali Meal"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=1", imageAlt: "Complete Vegetarian Thali Meal"}, ]} rating={5} ratingText="Loved by customers in Ratnagiri" @@ -85,16 +85,16 @@ export default function MithilaLandingPage() { features={[ { id: 1, - title: "South Indian Breakfast", description: "Idly, upma, puri, poha, and other traditional breakfast delicacies", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086025.jpg", imageAlt: "South Indian Breakfast"}, + title: "South Indian Breakfast", description: "Idly, upma, puri, poha, and other traditional breakfast delicacies", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086025.jpg?_wi=1", imageAlt: "South Indian Breakfast"}, { id: 2, - title: "Dosa Specialties", description: "Plain dosa, masala dosa, cheese dosa, paneer dosa, and more", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086025.jpg", imageAlt: "Dosa Specialties"}, + title: "Dosa Specialties", description: "Plain dosa, masala dosa, cheese dosa, paneer dosa, and more", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086025.jpg?_wi=2", imageAlt: "Dosa Specialties"}, { id: 3, - title: "Quick Snacks", description: "Samosas, pakoras, bhajiya, and other crispy vegetarian snacks", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pakistani-food-with-sauce-flat-lay_23-2148825161.jpg", imageAlt: "Quick Snacks"}, + title: "Quick Snacks", description: "Samosas, pakoras, bhajiya, and other crispy vegetarian snacks", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pakistani-food-with-sauce-flat-lay_23-2148825161.jpg?_wi=1", imageAlt: "Quick Snacks"}, { id: 4, - title: "Thali & Meals", description: "Complete Mithila Special Thali with rice, dal, vegetables, and more", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg", imageAlt: "Thali & Meals"}, + title: "Thali & Meals", description: "Complete Mithila Special Thali with rice, dal, vegetables, and more", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=2", imageAlt: "Thali & Meals"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -110,16 +110,16 @@ export default function MithilaLandingPage() { products={[ { id: "1", brand: "Signature Dish", name: "Crispy Masala Dosa", price: "₹80", rating: 5, - reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086025.jpg", imageAlt: "Masala Dosa"}, + reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086025.jpg?_wi=3", imageAlt: "Masala Dosa"}, { id: "2", brand: "Special", name: "Mithila Thali", price: "₹150", rating: 5, - reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg", imageAlt: "Thali Meal"}, + reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=3", imageAlt: "Thali Meal"}, { id: "3", brand: "Favorites", name: "Vegetarian Snacks", price: "₹40", rating: 5, - reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pakistani-food-with-sauce-flat-lay_23-2148825161.jpg", imageAlt: "Snacks"}, + reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pakistani-food-with-sauce-flat-lay_23-2148825161.jpg?_wi=2", imageAlt: "Snacks"}, { id: "4", brand: "Ambiance", name: "Restaurant Seating", price: "Family Friendly", rating: 5, - reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg", imageAlt: "Dining Area"}, + reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg?_wi=1", imageAlt: "Dining Area"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -135,17 +135,17 @@ export default function MithilaLandingPage() { tag="⭐ Customer Reviews" testimonials={[ { - id: "1", name: "Priya Sharma", handle: "Family of 4", testimonial: "Best dosa in Ratnagiri! My kids love visiting Mithila. The food is fresh and prices are very reasonable. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/picture-beautiful-smiling-woman-against-blurry-background_181624-19438.jpg", imageAlt: "Priya Sharma"}, + id: "1", name: "Priya Sharma", handle: "Family of 4", testimonial: "Best dosa in Ratnagiri! My kids love visiting Mithila. The food is fresh and prices are very reasonable. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/picture-beautiful-smiling-woman-against-blurry-background_181624-19438.jpg?_wi=1", imageAlt: "Priya Sharma"}, { - id: "2", name: "Rajesh Desai", handle: "Office Worker", testimonial: "Perfect lunch spot near office. The thali is filling and nutritious. Quick service and friendly staff. Great value for money.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Rajesh Desai"}, + id: "2", name: "Rajesh Desai", handle: "Office Worker", testimonial: "Perfect lunch spot near office. The thali is filling and nutritious. Quick service and friendly staff. Great value for money.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "Rajesh Desai"}, { id: "3", name: "Anjali Joshi", handle: "Regular Customer", testimonial: "The pure veg concept is wonderful. Everything tastes homemade and authentic. Been a customer for 3 years now!", imageSrc: "http://img.b2bpic.net/free-vector/family-pack-flat-design_23-2147528696.jpg", imageAlt: "Anjali Joshi"}, { id: "4", name: "Vikram Kulkarni", handle: "Tourist", testimonial: "Visiting Ratnagiri and stumbled upon Mithila. Amazing South Indian food. Will definitely visit again next time!", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-shirt-jacket-looking-camera-looking-confident-front-view_176474-85282.jpg", imageAlt: "Vikram Kulkarni"}, { - id: "5", name: "Sneha Patil", handle: "Health Conscious", testimonial: "Love that it's completely vegetarian and uses fresh ingredients. The staff is very accommodating with special requests.", imageSrc: "http://img.b2bpic.net/free-photo/picture-beautiful-smiling-woman-against-blurry-background_181624-19438.jpg", imageAlt: "Sneha Patil"}, + id: "5", name: "Sneha Patil", handle: "Health Conscious", testimonial: "Love that it's completely vegetarian and uses fresh ingredients. The staff is very accommodating with special requests.", imageSrc: "http://img.b2bpic.net/free-photo/picture-beautiful-smiling-woman-against-blurry-background_181624-19438.jpg?_wi=2", imageAlt: "Sneha Patil"}, { - id: "6", name: "Arun Iyer", handle: "Local", testimonial: "Supporting local businesses, and Mithila is definitely one of the best. Consistent quality and service every visit.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Arun Iyer"}, + id: "6", name: "Arun Iyer", handle: "Local", testimonial: "Supporting local businesses, and Mithila is definitely one of the best. Consistent quality and service every visit.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2", imageAlt: "Arun Iyer"}, ]} animationType="slide-up" textboxLayout="default" @@ -168,7 +168,7 @@ export default function MithilaLandingPage() { required: false, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg" + imageSrc="http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg?_wi=2" imageAlt="Restaurant Ambiance" mediaPosition="right" buttonText="📞 Send Request" -- 2.49.1