From 49d6f336785356c366960c7cf3af642c6b31fd4b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:11:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bb8d092..5a79790 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -177,7 +177,7 @@ export default function LandingPage() { id: "1", name: "Priya Sharma", role: "Customer", testimonial: "Very good service, staffs are very friendly, and affordable price also. The gift I ordered arrived perfectly on time!", icon: Star, imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1" }, { id: "2", name: "Rajesh Kumar", role: "Regular Customer", testimonial: @@ -201,7 +201,7 @@ export default function LandingPage() { id: "5", name: "Deepa Krishnan", role: "Customer", testimonial: "The hamper collection is amazing, and the pricing is very reasonable for the quality offered. Will order again!", icon: Heart, imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2" }, { id: "6", name: "Arjun Patel", role: "Customer", testimonial: -- 2.49.1