From e24939ec9946b0510696c084ef48978581ead100 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:23:26 +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 3335384..4cdc310 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,27 +112,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", handle: "@diningexplorer", testimonial: "The tandoori chicken was absolutely incredible! Perfectly marinated and cooked to perfection. This is authentic Indian cuisine at its finest. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Sarah Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { id: "2", name: "Michael Chen", handle: "@foodcritique", testimonial: "Tandurei offers an exceptional dining experience. The flavours are bold, the service is warm, and the atmosphere feels like a home away from home. Wonderful discovery!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael Chen" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Michael Chen" }, { id: "3", name: "Emma Rodriguez", handle: "@culinaryadventures", testimonial: "The butter chicken is to die for! Each bite melts in your mouth. The naan bread is fresh, fluffy, and perfectly charred. Worth every visit.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Emma Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "Emma Rodriguez" }, { id: "4", name: "David Kim", handle: "@restaurantguru", testimonial: "Best Indian restaurant in Maun by far! The spice levels are perfectly balanced, the ingredients are fresh, and the staff treats you like family.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "David Kim" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=4", imageAlt: "David Kim" }, { id: "5", name: "Lisa Thompson", handle: "@homedelivery_fan", testimonial: "Delivery order arrived hot and fresh. The packaging is excellent, and the food quality matches the dine-in experience perfectly. This is our new go-to!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Lisa Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=5", imageAlt: "Lisa Thompson" }, { id: "6", name: "James Okafor", handle: "@foodieofmaun", testimonial: "Finally, authentic Indian food in Maun! The biryani is fragrant and perfectly layered. The paneer dishes are creamy and delicious. An absolute gem!", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "James Okafor" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=6", imageAlt: "James Okafor" } ]} showRating={true} -- 2.49.1