From 53e43554e51b8783e38dbb6401d1a7ff05d50598 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:17:59 +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 c32055c..9c13d27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,11 +59,11 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "CEO, Digital Ventures", testimonial: "Connections Agency transformed how we engage with our clients. Outstanding work!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business avatar corporate profile headshot" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional portrait business avatar corporate profile headshot" }, { name: "Michael Chen", handle: "Founder, Tech Innovations", testimonial: "Their strategic approach and creative excellence exceeded all our expectations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business avatar corporate profile headshot" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional portrait business avatar corporate profile headshot" } ]} /> @@ -152,27 +152,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "CEO, Digital Ventures", testimonial: "Connections Agency didn't just deliver a website—they delivered a brand experience that resonates with our customers. Exceptional team!", icon: Quote, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business avatar corporate profile headshot" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional portrait business avatar corporate profile headshot" }, { id: "2", name: "Michael Chen", role: "Founder, Tech Innovations", testimonial: "Their strategic insights transformed our market positioning. The results speak for themselves—a true partnership.", icon: Quote, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business avatar corporate profile headshot" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "professional portrait business avatar corporate profile headshot" }, { id: "3", name: "Emma Rodriguez", role: "Marketing Director, Creative Co", testimonial: "From concept to execution, every detail was handled with professionalism and creativity. Highly recommend!", icon: Quote, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business avatar corporate profile headshot" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "professional portrait business avatar corporate profile headshot" }, { id: "4", name: "David Kim", role: "CTO, Innovation Labs", testimonial: "The team understood our vision perfectly and delivered solutions that exceeded expectations. Outstanding collaboration.", icon: Quote, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business avatar corporate profile headshot" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "professional portrait business avatar corporate profile headshot" }, { id: "5", name: "Lisa Thompson", role: "VP Product, Growth Hub", testimonial: "Best agency partnership we've had. Creative, strategic, and results-driven. They're now part of our core team.", icon: Quote, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business avatar corporate profile headshot" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7", imageAlt: "professional portrait business avatar corporate profile headshot" }, { id: "6", name: "James Wilson", role: "Founder, Brand Evolution", testimonial: "Connections Agency brings both creative excellence and business acumen. A rare combination in the industry.", icon: Quote, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business avatar corporate profile headshot" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8", imageAlt: "professional portrait business avatar corporate profile headshot" } ]} animationType="slide-up" -- 2.49.1