From 6a3d91cf1a91124165f7a3f3015fd059e24b515d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:04:30 +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 7765760..3f38171 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,27 +114,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Priya Sharma", handle: "@priya_loves_food", testimonial: "The best Indian food I've had outside India! The butter chicken is absolutely divine, and the service is impeccable. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "Priya Sharma" + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=1", imageAlt: "Priya Sharma" }, { id: "2", name: "Rajesh Patel", handle: "@rajesh_food_critic", testimonial: "Authentic flavors, generous portions, and a cozy ambiance. Their tandoori chicken is a must-try. Worth every penny!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "Rajesh Patel" + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=2", imageAlt: "Rajesh Patel" }, { id: "3", name: "Sarah Chen", handle: "@sarah_explores", testimonial: "Their Chinese dishes are as good as the Indian ones! The chow mein is perfectly cooked, and the flavors are incredible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "Sarah Chen" + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=3", imageAlt: "Sarah Chen" }, { id: "4", name: "Marco Rossi", handle: "@marco_dining", testimonial: "A fantastic fusion of Indian and Asian cuisines. The staff is welcoming, and every dish is prepared with love and expertise.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "Marco Rossi" + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=4", imageAlt: "Marco Rossi" }, { id: "5", name: "Ananya Gupta", handle: "@ananya_foodie", testimonial: "Finally found a restaurant that understands authentic Indian cooking! The spice levels are perfect, and the vegetarian options are amazing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "Ananya Gupta" + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=5", imageAlt: "Ananya Gupta" }, { id: "6", name: "David Kumar", handle: "@david_taste", testimonial: "From appetizers to desserts, everything is delicious. The paneer tikka and hakka noodles are my go-to orders. Worth the visit!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", imageAlt: "David Kumar" + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg?_wi=6", imageAlt: "David Kumar" } ]} showRating={true} -- 2.49.1