From 56e1e2aa20dbe2df7a0f7f2866231665d6df629c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 10:02:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37c8ef3..23c2018 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,27 +158,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Rajesh Kumar", handle: "@customer_rajesh", testimonial: "Nice place to eat kachori and samosa. Always fresh and hot. Have been visiting for 2 years!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-donut_1157-8686.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-donut_1157-8686.jpg?_wi=1" }, { id: "2", name: "Priya Sharma", handle: "@priya_sweet_tooth", testimonial: "Very good taste and cleanliness. The mithai quality is excellent. Perfect for gifts!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-donut_1157-8686.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-donut_1157-8686.jpg?_wi=2" }, { id: "3", name: "Vikram Singh", handle: "@vikram_foodies", testimonial: "Good variety of sweets and snacks. Budget-friendly prices. Highly recommend to everyone!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-donut_1157-8686.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-donut_1157-8686.jpg?_wi=3" }, { id: "4", name: "Anjali Verma", handle: "@anjali_kota", testimonial: "Loved by our entire family. Their kachori and samosa are the best in Kota. Keep it up!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-donut_1157-8686.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-donut_1157-8686.jpg?_wi=4" }, { id: "5", name: "Deepak Patel", handle: "@deepak_loves_food", testimonial: "Authentic taste, fresh preparation, fair prices. This is THE place for mithai in Kota.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-donut_1157-8686.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-donut_1157-8686.jpg?_wi=5" }, { id: "6", name: "Meera Gupta", handle: "@meera_traditional", testimonial: "The traditional sweets are exactly how I remember them. Quality never compromises. Perfect!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-donut_1157-8686.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-donut_1157-8686.jpg?_wi=6" } ]} showRating={true}