From 55f19baaba15551665cc1a795ecdba7ce248cdd8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 15:45:00 +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 6d03f84..9477f91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { handle: "@EventArchitects", testimonial: "Shalom Biryani exceeded our expectations for the corporate gala! Their biryani was exquisite, delivery was flawless, and every guest was delighted.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=1", imageAlt: "Priya S., Event Planner", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { handle: "@FamilyGatherings", testimonial: "The biryani for our son's birthday was just like homemade! Generous portions, authentic taste, and the team was incredibly helpful. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-family-just-moved-new-house-looking-box_1153-3841.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-family-just-moved-new-house-looking-box_1153-3841.jpg?_wi=1", imageAlt: "Ravi K., Family Celebration Host", }, { @@ -96,7 +96,7 @@ export default function LandingPage() { handle: "@SpontaneousEvents", testimonial: "Needed catering on short notice for a last-minute gathering, and Shalom Biryani delivered beyond belief! Quick, flexible, and the quality was superb.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-pointing-finger-clock_23-2148056243.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-pointing-finger-clock_23-2148056243.jpg?_wi=1", imageAlt: "Ananya V., Last-Minute Booker", }, ]} @@ -255,19 +255,19 @@ export default function LandingPage() { { id: "1", name: "Sarah J.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=2", imageAlt: "Sarah J.", }, { id: "2", name: "Michael C.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-family-just-moved-new-house-looking-box_1153-3841.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-family-just-moved-new-house-looking-box_1153-3841.jpg?_wi=2", imageAlt: "Michael C.", }, { id: "3", name: "Emily R.", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-pointing-finger-clock_23-2148056243.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-pointing-finger-clock_23-2148056243.jpg?_wi=2", imageAlt: "Emily R.", }, { -- 2.49.1