From 99b17527fb873664b6e4aa1d6c89d3525443f1f5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:53:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0bcb4fd..05e4858 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,19 +52,19 @@ export default function LandingPage() { testimonials={[ { name: "Priya Mahajan", handle: "Food Enthusiast", testimonial: "Best place to spend time with family. Staff is polite and yummy food 😋", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-together_23-2149152929.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-together_23-2149152929.jpg?_wi=1" }, { name: "Raj Kulkarni", handle: "Regular Visitor", testimonial: "Great Ambience, Delicious Food, Classy Interior, A Cool Place To Hangout", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg?_wi=1" }, { name: "Ananya Pawar", handle: "Family Diner", testimonial: "Food quality better, service & atmosphere good. The unlimited rassa is unbeatable!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-beauty-vlog_23-2148916289.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-beauty-vlog_23-2148916289.jpg?_wi=1" }, { name: "Vikram Joshi", handle: "Mutton Lover", testimonial: "Authentic village flavors in the heart of Pune. Simply legendary mutton raan!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-phone_23-2149061581.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-phone_23-2149061581.jpg?_wi=1" } ]} buttons={[ @@ -148,19 +148,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Priya Mahajan", role: "Regular Diner", company: "Pune", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-together_23-2149152929.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-together_23-2149152929.jpg?_wi=2" }, { id: "2", name: "Raj Kulkarni", role: "Food Enthusiast", company: "Katraj", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg?_wi=2" }, { id: "3", name: "Ananya Pawar", role: "Family Manager", company: "Pune", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-beauty-vlog_23-2148916289.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-beauty-vlog_23-2148916289.jpg?_wi=2" }, { id: "4", name: "Vikram Joshi", role: "Mutton Lover", company: "Pune", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-phone_23-2149061581.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-phone_23-2149061581.jpg?_wi=2" } ]} kpiItems={[ -- 2.49.1