diff --git a/src/app/page.tsx b/src/app/page.tsx index ead3200..aedfc61 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -148,22 +148,22 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "@sarahjohnson_ceo", testimonial: "The premium service and strategic insight from this team transformed our entire business approach. Results exceeded 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", handle: "@sarahjohnson_ceo", testimonial: "The premium service and strategic insight from this team transformed our entire business approach. Results exceeded 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", handle: "@mchen_ventures", testimonial: "Outstanding partnership. They don't just provide solutions; they become true extensions of your business team.", 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", handle: "@mchen_ventures", testimonial: "Outstanding partnership. They don't just provide solutions; they become true extensions of your business team.", 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", handle: "@emily.rodriguez", testimonial: "Professional, innovative, and committed to excellence. This is the gold standard for business consulting.", 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", handle: "@emily.rodriguez", testimonial: "Professional, innovative, and committed to excellence. This is the gold standard for business consulting.", 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", handle: "@davidkim_tech", testimonial: "Working with this team was a game-changer for our organization. Highly recommend to any serious business.", 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", handle: "@davidkim_tech", testimonial: "Working with this team was a game-changer for our organization. Highly recommend to any serious business.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim" }, { - id: "5", name: "Jessica Taylor", handle: "@jessica.taylor.brands", testimonial: "Exceptional quality, attention to detail, and genuine commitment to our success. Five stars across the board.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Taylor" + id: "5", name: "Jessica Taylor", handle: "@jessica.taylor.brands", testimonial: "Exceptional quality, attention to detail, and genuine commitment to our success. Five stars across the board.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Jessica Taylor" }, { - id: "6", name: "Robert Martinez", handle: "@rmartinez_enterprise", testimonial: "The best investment we've made for our business growth. Their expertise is unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Martinez" + id: "6", name: "Robert Martinez", handle: "@rmartinez_enterprise", testimonial: "The best investment we've made for our business growth. Their expertise is unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Robert Martinez" } ]} speed={40}