diff --git a/src/app/page.tsx b/src/app/page.tsx index 995fa72..59adbcb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,7 +117,7 @@ export default function LandingPage() { description="Real feedback from businesses transformed by our solutions" testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "Working with this team completely transformed our business operations. The results exceeded all expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "Working with this team completely transformed our business operations. The results exceeded all expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson" }, { id: "2", name: "Michael Chen", handle: "Founder, InnovateLab", testimonial: "Exceptional service and outstanding results. They truly understand what it takes to deliver excellence.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Michael Chen" @@ -132,7 +132,7 @@ export default function LandingPage() { id: "5", name: "Jessica Williams", handle: "VP Operations, Elite Services", testimonial: "The level of professionalism and attention to detail is simply unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businessman-smiling_74855-1511.jpg", imageAlt: "Jessica Williams" }, { - id: "6", name: "Robert Thompson", handle: "President, Global Ventures", testimonial: "A true partner in our growth journey. Highly recommended for any serious business initiative.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Robert Thompson" + id: "6", name: "Robert Thompson", handle: "President, Global Ventures", testimonial: "A true partner in our growth journey. Highly recommended for any serious business initiative.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Thompson" } ]} animationType="slide-up"