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}