diff --git a/src/app/page.tsx b/src/app/page.tsx index 27e2077..69e513a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -206,22 +206,22 @@ export default function LandingPage() { topMarqueeDirection="left" testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "This platform completely transformed how we approach data. The insights are incredible and the team support is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "This platform completely transformed how we approach data. The insights are incredible and the team support is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Best investment we've made for our business. The ROI was evident within the first month of implementation.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Best investment we've made for our business. The ROI was evident within the first month of implementation.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=2", imageAlt: "Michael Chen" }, { - id: "3", name: "Emily Rodriguez", handle: "@emily_r", testimonial: "The user interface is so intuitive that our team needed minimal training. Adoption was seamless across the organization.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "Emily Rodriguez" + id: "3", name: "Emily Rodriguez", handle: "@emily_r", testimonial: "The user interface is so intuitive that our team needed minimal training. Adoption was seamless across the organization.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=3", imageAlt: "Emily Rodriguez" }, { - id: "4", name: "David Kim", handle: "@dkim", testimonial: "Outstanding customer support and continuous feature updates. They truly listen to their users and evolve accordingly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "David Kim" + id: "4", name: "David Kim", handle: "@dkim", testimonial: "Outstanding customer support and continuous feature updates. They truly listen to their users and evolve accordingly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=4", imageAlt: "David Kim" }, { - id: "5", name: "Jessica Taylor", handle: "@jtaylor", testimonial: "Reliable, fast, and exactly what we needed to scale our operations. Highly recommend to any growing business.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "Jessica Taylor" + id: "5", name: "Jessica Taylor", handle: "@jtaylor", testimonial: "Reliable, fast, and exactly what we needed to scale our operations. Highly recommend to any growing business.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=5", imageAlt: "Jessica Taylor" }, { - id: "6", name: "Robert Martinez", handle: "@rmartinez", testimonial: "The analytics capabilities are unmatched. We've discovered insights we never knew existed in our data.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "Robert Martinez" + id: "6", name: "Robert Martinez", handle: "@rmartinez", testimonial: "The analytics capabilities are unmatched. We've discovered insights we never knew existed in our data.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=6", imageAlt: "Robert Martinez" } ]} />