From 288e8500ece99b812e7e15cbfd24be9548c6024e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:13:59 +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 403b66a..64a4239 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,15 +63,15 @@ export default function LandingPage() { testimonials={[ { name: "Lerato Mthembu", handle: "Marketing Director, TechFlow Botswana", testimonial: "Exceptional quality and transparent pricing. They delivered our corporate brochures ahead of schedule with zero revisions needed.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1522.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1522.jpg?_wi=1" }, { name: "Thabo Molefe", handle: "CEO, Kgosi Publishing House", testimonial: "Their end-to-end publishing service transformed our author community. Professional, reliable, and genuinely invested in our success.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg?_wi=1" }, { name: "Naledi Sikhosana", handle: "Creative Director, BW Designs Co", testimonial: "Fast turnarounds, exceptional quality signage, and outstanding communication. They truly understand the creative industry.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-grey-turtleneck-eyeglasses_273609-13205.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-grey-turtleneck-eyeglasses_273609-13205.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -157,15 +157,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Lerato Mthembu", role: "Marketing Director", company: "TechFlow Botswana", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1522.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1522.jpg?_wi=2" }, { id: "2", name: "Thabo Molefe", role: "CEO", company: "Kgosi Publishing House", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg?_wi=2" }, { id: "3", name: "Naledi Sikhosana", role: "Creative Director", company: "BW Designs Co", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-grey-turtleneck-eyeglasses_273609-13205.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-grey-turtleneck-eyeglasses_273609-13205.jpg?_wi=2" }, { id: "4", name: "Mpho Ramodibe", role: "Self-Published Author", company: "Independent Writer", rating: 5, -- 2.49.1