diff --git a/src/app/page.tsx b/src/app/page.tsx index 091bcaa..8ebfe67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -199,17 +199,17 @@ export default function LandingPage() { description="Hear from teams who've transformed their operations with our platform" testimonials={[ { - id: "1", name: "Sarah Chen", handle: "@sarahchen_ceo", testimonial: "This dashboard transformed how we analyze our business metrics. The insights are invaluable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "Sarah Chen"}, + id: "1", name: "Sarah Chen", handle: "@sarahchen_ceo", testimonial: "This dashboard transformed how we analyze our business metrics. The insights are invaluable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=1", imageAlt: "Sarah Chen"}, { - id: "2", name: "Michael Rodriguez", handle: "@mrodriguez_data", testimonial: "Best analytics platform we've used. Intuitive, powerful, and reliable. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "Michael Rodriguez"}, + id: "2", name: "Michael Rodriguez", handle: "@mrodriguez_data", testimonial: "Best analytics platform we've used. Intuitive, powerful, and reliable. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=2", imageAlt: "Michael Rodriguez"}, { - id: "3", name: "Emily Johnson", handle: "@emilyj_pm", testimonial: "The real-time updates and integrations saved us countless hours each week.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "Emily Johnson"}, + id: "3", name: "Emily Johnson", handle: "@emilyj_pm", testimonial: "The real-time updates and integrations saved us countless hours each week.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=3", imageAlt: "Emily Johnson"}, { - id: "4", name: "David Kim", handle: "@davidkim_analyst", testimonial: "Outstanding customer support and continuous platform improvements. A game-changer.", 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: "@davidkim_analyst", testimonial: "Outstanding customer support and continuous platform improvements. A game-changer.", 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: "Lisa Anderson", handle: "@lisaa_marketing", testimonial: "Finally, analytics that makes sense. The visualizations are beautiful and actionable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "Lisa Anderson"}, + id: "5", name: "Lisa Anderson", handle: "@lisaa_marketing", testimonial: "Finally, analytics that makes sense. The visualizations are beautiful and actionable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=5", imageAlt: "Lisa Anderson"}, { - id: "6", name: "James Wilson", handle: "@jwilson_exec", testimonial: "Exceeded our expectations. The ROI was evident within the first month of deployment.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "James Wilson"}, + id: "6", name: "James Wilson", handle: "@jwilson_exec", testimonial: "Exceeded our expectations. The ROI was evident within the first month of deployment.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=6", imageAlt: "James Wilson"}, ]} animationType="slide-up" textboxLayout="default"