From 011863cd515afeb6892a42344fda5d94990035da Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 19:24:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e8587c..ca16f71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -159,7 +159,7 @@ export default function LandingPage() { handle: "@ahmed", testimonial: "Bu Sara is the most reliable partner for my business operations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg?_wi=1", }, { id: "t2", @@ -167,7 +167,7 @@ export default function LandingPage() { handle: "@fatima", testimonial: "Highly professional and punctual. Best service in the region.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg?_wi=2", }, { id: "t3", @@ -175,7 +175,7 @@ export default function LandingPage() { handle: "@khalid", testimonial: "Excellent service and very competitive pricing. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg?_wi=3", }, { id: "t4", @@ -183,7 +183,7 @@ export default function LandingPage() { handle: "@sara", testimonial: "My shipments always arrive on time. A very trustworthy partner.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg?_wi=4", }, ]} showRating={true} -- 2.49.1