diff --git a/src/app/page.tsx b/src/app/page.tsx index adaec3e..2b2418e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,13 +103,13 @@ export default function LandingPage() { tagIcon={Star} testimonials={[ { - id: "1", name: "Alexandra Chen", role: "Creative Director", testimonial: "The platform transformed how we approach design projects. The intuitive interface and powerful features saved us countless hours.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of Alexandra Chen"}, + id: "1", name: "Alexandra Chen", role: "Creative Director", testimonial: "The platform transformed how we approach design projects. The intuitive interface and powerful features saved us countless hours.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Portrait of Alexandra Chen"}, { - id: "2", name: "Marcus Johnson", role: "Product Designer", testimonial: "Exceptional attention to detail and performance. This tool has become indispensable to our design workflow.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of Marcus Johnson"}, + id: "2", name: "Marcus Johnson", role: "Product Designer", testimonial: "Exceptional attention to detail and performance. This tool has become indispensable to our design workflow.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Portrait of Marcus Johnson"}, { - id: "3", name: "Elena Rodriguez", role: "Founder & CEO", testimonial: "Best investment we made for our creative team. The results speak for themselves and our clients are impressed.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of Elena Rodriguez"}, + id: "3", name: "Elena Rodriguez", role: "Founder & CEO", testimonial: "Best investment we made for our creative team. The results speak for themselves and our clients are impressed.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Portrait of Elena Rodriguez"}, { - id: "4", name: "James Mitchell", role: "Art Director", testimonial: "Stunning platform that empowers creativity. The support team is responsive and genuinely cares about our success.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of James Mitchell"}, + id: "4", name: "James Mitchell", role: "Art Director", testimonial: "Stunning platform that empowers creativity. The support team is responsive and genuinely cares about our success.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Portrait of James Mitchell"}, ]} animationType="slide-up" textboxLayout="default"