From 7ae24cd547986a5f23010caac6b4d0f5de5e4a2c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:27:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ba7f17..4db7552 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,6 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Award, - Bar, BarChart3, Bell, Brain, @@ -148,7 +147,7 @@ export default function LandingPage() { { value: "85%", title: "Time Saved on Operations" }, ]} imageSrc="http://img.b2bpic.net/free-photo/analyzing-business-chart_1098-19461.jpg" - imageAlt="business analytics dashboard metrics growth" + imageAlt="Business metrics and growth analytics" mediaAnimation="slide-up" metricsAnimation="slide-up" useInvertedBackground={false} @@ -167,17 +166,17 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Chen", handle: "@sarahchen - CTO, TechFlow", testimonial: "This platform completely transformed how our team collaborates. The intuitive interface and powerful features saved us months of development time.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202433.jpg", imageAlt: "professional portrait headshot business"}, + id: "1", name: "Sarah Chen", handle: "@sarahchen - CTO, TechFlow", testimonial: "This platform completely transformed how our team collaborates. The intuitive interface and powerful features saved us months of development time.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202433.jpg", imageAlt: "Sarah Chen"}, { - id: "2", name: "Marcus Williams", handle: "@mwilliams - CEO, GrowthCo", testimonial: "Outstanding support team and incredibly robust infrastructure. We've scaled from 100 to 10,000 users without any performance issues.", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: "professional woman headshot portrait"}, + id: "2", name: "Marcus Williams", handle: "@mwilliams - CEO, GrowthCo", testimonial: "Outstanding support team and incredibly robust infrastructure. We've scaled from 100 to 10,000 users without any performance issues.", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: "Marcus Williams"}, { - id: "3", name: "Elena Rodriguez", handle: "@elena_r - Product Lead, InnovateLabs", testimonial: "The analytics dashboard gives us actionable insights in real-time. It's like having a team of data scientists on staff.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-hair-wearing-grey-jacket-looking-front-happy-positive-smiling-confident-standing-white-wall_141793-61796.jpg", imageAlt: "professional man business headshot"}, + id: "3", name: "Elena Rodriguez", handle: "@elena_r - Product Lead, InnovateLabs", testimonial: "The analytics dashboard gives us actionable insights in real-time. It's like having a team of data scientists on staff.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-hair-wearing-grey-jacket-looking-front-happy-positive-smiling-confident-standing-white-wall_141793-61796.jpg", imageAlt: "Elena Rodriguez"}, { - id: "4", name: "James Park", handle: "@jpark - Director, DataSync", testimonial: "Integration was seamless and the documentation is exceptional. Our onboarding took just two weeks instead of the projected two months.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg", imageAlt: "professional business portrait headshot"}, + id: "4", name: "James Park", handle: "@jpark - Director, DataSync", testimonial: "Integration was seamless and the documentation is exceptional. Our onboarding took just two weeks instead of the projected two months.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg", imageAlt: "James Park"}, { - id: "5", name: "Priya Patel", handle: "@priyanp - VP Engineering, CloudNine", testimonial: "The ROI was immediate. We reduced operational costs by 40% in the first quarter after implementation.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", imageAlt: "professional person headshot portrait"}, + id: "5", name: "Priya Patel", handle: "@priyanp - VP Engineering, CloudNine", testimonial: "The ROI was immediate. We reduced operational costs by 40% in the first quarter after implementation.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", imageAlt: "Priya Patel"}, { - id: "6", name: "David Thompson", handle: "@dthompson - COO, StrategyHub", testimonial: "Best investment we've made for our tech stack. The customer success team is incredibly responsive and helpful.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-woman-professional-blazer-outdoors_23-2150296635.jpg", imageAlt: "professional headshot business portrait"}, + id: "6", name: "David Thompson", handle: "@dthompson - COO, StrategyHub", testimonial: "Best investment we've made for our tech stack. The customer success team is incredibly responsive and helpful.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-woman-professional-blazer-outdoors_23-2150296635.jpg", imageAlt: "David Thompson"}, ]} speed={40} topMarqueeDirection="left" -- 2.49.1