From e1f22103b192754bbaebe86f8af0e98902c4c6fb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:09:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8876f48..4e70d4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -141,22 +141,22 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "DigitalStudio completely transformed our online presence. Their strategic approach and creative excellence delivered results beyond our expectations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot business portrait confident"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional headshot business portrait confident"}, { id: "2", name: "James Rodriguez", handle: "@jamesrodriguez", testimonial: "Working with this team was seamless. They understood our vision immediately and executed flawlessly. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "professional headshot business portrait smiling"}, { id: "3", name: "Emma Thompson", handle: "@emmathompson", testimonial: "The ROI from our digital marketing campaigns exceeded every projection. DigitalStudio delivered exceptional value.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "professional headshot business portrait modern"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", imageAlt: "professional headshot business portrait modern"}, { id: "4", name: "Michael Chen", handle: "@michaelchen", testimonial: "Professional, creative, and results-driven. DigitalStudio is the partner every ambitious brand needs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "professional headshot business portrait friendly"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "professional headshot business portrait friendly"}, { id: "5", name: "Lisa Anderson", handle: "@lisaanderson", testimonial: "Their attention to detail and strategic thinking set them apart. We've seen tremendous growth since partnering with them.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot business portrait confident"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional headshot business portrait confident"}, { id: "6", name: "David Park", handle: "@davidpark", testimonial: "DigitalStudio combines creative brilliance with marketing expertise. Essential for any brand serious about growth.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot business portrait professional"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional headshot business portrait professional"}, ]} showRating={true} textboxLayout="default" -- 2.49.1