From e087b0e2b605beff8ed2ca8dccdb8d79c66d8cd4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:01:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e13f8ba..2488759 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,13 +51,13 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "Webild transformed our online presence completely. Outstanding work!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg", imageAlt: "business professional headshot portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg?_wi=1", imageAlt: "business professional headshot portrait"}, { name: "Michael Chen", handle: "Founder, StartupXYZ", testimonial: "Professional, creative, and results-driven. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-office-worker-glasses-suit-smiling-camera-looking-happy-white_1258-173667.jpg", imageAlt: "professional business woman headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-office-worker-glasses-suit-smiling-camera-looking-happy-white_1258-173667.jpg?_wi=1", imageAlt: "professional business woman headshot"}, { name: "Emma Davis", handle: "Marketing Director, GrowthCo", testimonial: "Exceeded all our expectations. Amazing team to work with.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5369.jpg", imageAlt: "business professional man headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5369.jpg?_wi=1", imageAlt: "business professional man headshot"}, ]} testimonialRotationInterval={5000} buttons={[ @@ -178,17 +178,17 @@ export default function LandingPage() {