From b6ebbf0196cfc97e1aad9aa261825d89722a6743 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:12:31 +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 124d80a..91e4325 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -150,7 +150,7 @@ 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, @@ -158,19 +158,19 @@ export default function LandingPage() { }, { 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} -- 2.49.1