From 49c1df447eeea4021837641be9238f29d46bda37 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 06:22:23 +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 3861c6d..a9bd9b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -182,22 +182,22 @@ export default function LandingPage() { topMarqueeDirection="left" testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "This platform completely transformed how we analyze data. The real-time dashboards save us hours every day.", imageSrc: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "This platform completely transformed how we analyze data. The real-time dashboards save us hours every day.", imageSrc: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "The best investment we made for our analytics stack. Highly recommended for enterprise teams.", imageSrc: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "The best investment we made for our analytics stack. Highly recommended for enterprise teams.", imageSrc: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg?_wi=2", imageAlt: "Michael Chen" }, { - id: "3", name: "Emily Rodriguez", handle: "@emily", testimonial: "Outstanding support team and incredibly intuitive interface. A game changer for our business.", imageSrc: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg", imageAlt: "Emily Rodriguez" + id: "3", name: "Emily Rodriguez", handle: "@emily", testimonial: "Outstanding support team and incredibly intuitive interface. A game changer for our business.", imageSrc: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg?_wi=3", imageAlt: "Emily Rodriguez" }, { - id: "4", name: "David Kim", handle: "@dkim", testimonial: "The integration process was seamless and the performance is exceptional. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg", imageAlt: "David Kim" + id: "4", name: "David Kim", handle: "@dkim", testimonial: "The integration process was seamless and the performance is exceptional. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg?_wi=4", imageAlt: "David Kim" }, { - id: "5", name: "Jessica Martinez", handle: "@jmartinez", testimonial: "We've seen a 300% ROI within the first quarter. This platform is a must-have.", imageSrc: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg", imageAlt: "Jessica Martinez" + id: "5", name: "Jessica Martinez", handle: "@jmartinez", testimonial: "We've seen a 300% ROI within the first quarter. This platform is a must-have.", imageSrc: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg?_wi=5", imageAlt: "Jessica Martinez" }, { - id: "6", name: "Robert Thompson", handle: "@rthompson", testimonial: "Powerful, reliable, and backed by exceptional customer service. Couldn't ask for better.", imageSrc: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg", imageAlt: "Robert Thompson" + id: "6", name: "Robert Thompson", handle: "@rthompson", testimonial: "Powerful, reliable, and backed by exceptional customer service. Couldn't ask for better.", imageSrc: "http://img.b2bpic.net/free-vector/flat-avatar-collection-with-modern-style_23-2147672521.jpg?_wi=6", imageAlt: "Robert Thompson" } ]} /> -- 2.49.1