From 0211f4d77cf10723d9375232c8332a6a19071150 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:45:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 350b158..4e1727e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,16 +97,16 @@ export default function LandingPage() { description="Hear from our satisfied clients about their experience working with us" testimonials={[ { - id: "1", name: "Sarah Johnson", role: "CEO, TechCorp", testimonial: "Working with this team transformed our business. Their innovative approach and attention to detail exceeded all our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", role: "CEO, TechCorp", testimonial: "Working with this team transformed our business. Their innovative approach and attention to detail exceeded all our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", role: "Founder, InnovateLab", testimonial: "Exceptional service and support. They understood our vision and delivered results that drove real growth for our company.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", role: "Founder, InnovateLab", testimonial: "Exceptional service and support. They understood our vision and delivered results that drove real growth for our company.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen" }, { - id: "3", name: "Emily Rodriguez", role: "Director, GrowthCo", testimonial: "Professional, reliable, and creative. The entire team went above and beyond to ensure our project success.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez" + id: "3", name: "Emily Rodriguez", role: "Director, GrowthCo", testimonial: "Professional, reliable, and creative. The entire team went above and beyond to ensure our project success.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez" }, { - id: "4", name: "David Kim", role: "Manager, StartupXYZ", testimonial: "Best investment we made this year. Their expertise and dedication made all the difference in our market position.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim" + id: "4", name: "David Kim", role: "Manager, StartupXYZ", testimonial: "Best investment we made this year. Their expertise and dedication made all the difference in our market position.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim" } ]} animationType="slide-up" -- 2.49.1