From 9475d67ae9f80dfe8e8706eeb081e881959981f7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:16:10 +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 82208c0..ab02263 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,15 +54,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "Webild transformed our business operations and exceeded all expectations. Their strategic approach and dedication are unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { name: "James Chen", handle: "@jameschen", testimonial: "Working with Webild was the best decision we made. Their insights and execution are top-tier.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman_23-2147707173.jpg", imageAlt: "James Chen" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman_23-2147707173.jpg?_wi=1", imageAlt: "James Chen" }, { name: "Emma Rodriguez", handle: "@emmarod", testimonial: "Incredible team, incredible results. Webild helped us achieve our most ambitious goals.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", imageAlt: "Emma Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg?_wi=1", imageAlt: "Emma Rodriguez" } ]} testimonialRotationInterval={5000} @@ -161,13 +161,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Alexandra Thompson", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Alexandra Thompson" + id: "1", name: "Alexandra Thompson", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "Alexandra Thompson" }, { - id: "2", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman_23-2147707173.jpg", imageAlt: "Marcus Johnson" + id: "2", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman_23-2147707173.jpg?_wi=2", imageAlt: "Marcus Johnson" }, { - id: "3", name: "Victoria Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", imageAlt: "Victoria Chen" + id: "3", name: "Victoria Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg?_wi=2", imageAlt: "Victoria Chen" }, { id: "4", name: "David Robinson", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "David Robinson" -- 2.49.1