From 8257a6e501df5eaaed505bfcae593be2654dd375 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 03:44:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 38eddb6..545aa75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -211,22 +211,22 @@ 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" -- 2.49.1