From 39c20799da7f5b1dd78459f71eb17006d7b1f32e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 08:09:09 +0000 Subject: [PATCH] Update src/app/story/page.tsx --- src/app/story/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/story/page.tsx b/src/app/story/page.tsx index def4891..634264c 100644 --- a/src/app/story/page.tsx +++ b/src/app/story/page.tsx @@ -105,12 +105,12 @@ export default function StoryPage() { id: "1", name: "Priya Sharma", handle: "@priyasharmapune", testimonial: "The best vegetarian food I've had in Warje! Authentic flavors, hygienic preparation, and quick service. Highly recommend for family gatherings.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg", imageAlt: "Priya Sharma"}, + "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg?_wi=1", imageAlt: "Priya Sharma"}, { id: "2", name: "Rahul Joshi", handle: "@rahuljoshi_pune", testimonial: "Swarnaa Vegetarian has become our go-to place. The Pav Bhaji is exceptional, and the staff is incredibly warm and welcoming.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageAlt: "Rahul Joshi"}, + "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=1", imageAlt: "Rahul Joshi"}, { id: "3", name: "Anjali Desai", handle: "@anjalidesai.cook", testimonial: "As a food blogger, I'm impressed by their commitment to quality ingredients and traditional recipes. Every visit is a culinary delight!", rating: 5, @@ -125,12 +125,12 @@ export default function StoryPage() { id: "5", name: "Deepa Kulkarni", handle: "@deepakulkarni.wellness", testimonial: "I appreciate their focus on hygienic preparation. Excellent vegetarian options that don't compromise on taste. A gem in Warje!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg", imageAlt: "Deepa Kulkarni"}, + "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg?_wi=2", imageAlt: "Deepa Kulkarni"}, { id: "6", name: "Sameer Patel", handle: "@sameerpt", testimonial: "Swarnaa Vegetarian delivers authentic Maharashtrian flavors with modern hospitality. Love everything about this place!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageAlt: "Sameer Patel"}, + "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=2", imageAlt: "Sameer Patel"}, ]} showRating={true} textboxLayout="default" -- 2.49.1