diff --git a/src/app/page.tsx b/src/app/page.tsx index 2dc1998..31490bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,16 +118,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Alexandra Chen", handle: "@alexandrachen", testimonial: "Exceptional strategic vision. The rebrand completely elevated our market position and resonated deeply with our target audience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alexandra Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Alexandra Chen"}, { id: "2", name: "Marcus Johnson", handle: "@marcusj", testimonial: "Working with this creative director was transformative. Every decision was backed by solid strategy and impeccable execution.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Johnson"}, { id: "3", name: "Sophie Laurent", handle: "@sophielaurent", testimonial: "The attention to detail is unparalleled. Our campaign exceeded all KPIs and became a case study in the industry.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Sophie Laurent"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "Sophie Laurent"}, { id: "4", name: "David Park", handle: "@davidpark_", testimonial: "A true visionary who understands both creative excellence and business objectives. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "David Park"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "David Park"}, ]} textboxLayout="default" useInvertedBackground={false}