From dd6cab6800a5c13f10fe6d2c04ebd65d980f7ec2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:24:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ab08c1a..bf83942 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,13 +88,13 @@ export default function HomePage() { testimonials={[ { name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "This platform transformed our entire workflow. We saved 40 hours per week and doubled our output.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/professional-headshot-of-a-confident-bus-1772482786570-090a444b.png", imageAlt: "Sarah Johnson"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/professional-headshot-of-a-confident-bus-1772482786570-090a444b.png?_wi=1", imageAlt: "Sarah Johnson"}, { name: "Michael Chen", handle: "Founder, InnovateLab", testimonial: "The best investment we made this year. Integration was seamless and the ROI was immediate.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/professional-headshot-of-a-female-entrep-1772482786105-2442844b.png", imageAlt: "Michael Chen"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/professional-headshot-of-a-female-entrep-1772482786105-2442844b.png?_wi=1", imageAlt: "Michael Chen"}, { name: "Emily Rodriguez", handle: "Director, GrowthCo", testimonial: "Outstanding support team and incredible features. This is the future of business automation.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/professional-business-headshot-of-a-team-1772482786126-76a97011.png", imageAlt: "Emily Rodriguez"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/professional-business-headshot-of-a-team-1772482786126-76a97011.png?_wi=1", imageAlt: "Emily Rodriguez"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -110,13 +110,13 @@ export default function HomePage() { tagAnimation="slide-up" features={[ { - id: "01", title: "Intelligent Automation", description: "Automate repetitive tasks and workflows with AI-powered intelligence. Save time and reduce human error.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/illustration-of-workflow-automation-show-1772482786085-e81e4d34.png", imageAlt: "Workflow automation visualization"}, + id: "01", title: "Intelligent Automation", description: "Automate repetitive tasks and workflows with AI-powered intelligence. Save time and reduce human error.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/illustration-of-workflow-automation-show-1772482786085-e81e4d34.png?_wi=1", imageAlt: "Workflow automation visualization"}, { - id: "02", title: "Seamless Integration", description: "Connect with 500+ popular tools and services. Build your perfect tech stack without complexity.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/visual-representation-of-seamless-api-in-1772482786322-384a66d1.png", imageAlt: "API integration connections"}, + id: "02", title: "Seamless Integration", description: "Connect with 500+ popular tools and services. Build your perfect tech stack without complexity.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/visual-representation-of-seamless-api-in-1772482786322-384a66d1.png?_wi=1", imageAlt: "API integration connections"}, { - id: "03", title: "Real-Time Analytics", description: "Get actionable insights with advanced analytics. Make data-driven decisions in real-time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/advanced-analytics-visualization-showing-1772482786215-7f6b73e4.png", imageAlt: "Analytics dashboard"}, + id: "03", title: "Real-Time Analytics", description: "Get actionable insights with advanced analytics. Make data-driven decisions in real-time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/advanced-analytics-visualization-showing-1772482786215-7f6b73e4.png?_wi=1", imageAlt: "Analytics dashboard"}, { - id: "04", title: "Enterprise Security", description: "Bank-level security with SOC 2 compliance. Your data is always protected and encrypted.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/illustration-of-workflow-automation-show-1772482786085-e81e4d34.png", imageAlt: "Security features"}, + id: "04", title: "Enterprise Security", description: "Bank-level security with SOC 2 compliance. Your data is always protected and encrypted.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/illustration-of-workflow-automation-show-1772482786085-e81e4d34.png?_wi=2", imageAlt: "Security features"}, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" @@ -192,17 +192,17 @@ export default function HomePage() { topMarqueeDirection="left" testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "This platform transformed our entire workflow. We saved 40 hours per week and doubled our output.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/professional-headshot-of-a-confident-bus-1772482786570-090a444b.png", imageAlt: "Sarah Johnson"}, + id: "1", name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "This platform transformed our entire workflow. We saved 40 hours per week and doubled our output.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/professional-headshot-of-a-confident-bus-1772482786570-090a444b.png?_wi=2", imageAlt: "Sarah Johnson"}, { - id: "2", name: "Michael Chen", handle: "Founder, InnovateLab", testimonial: "The best investment we made this year. Integration was seamless and the ROI was immediate.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/professional-headshot-of-a-female-entrep-1772482786105-2442844b.png", imageAlt: "Michael Chen"}, + id: "2", name: "Michael Chen", handle: "Founder, InnovateLab", testimonial: "The best investment we made this year. Integration was seamless and the ROI was immediate.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/professional-headshot-of-a-female-entrep-1772482786105-2442844b.png?_wi=2", imageAlt: "Michael Chen"}, { - id: "3", name: "Emily Rodriguez", handle: "Director, GrowthCo", testimonial: "Outstanding support team and incredible features. This is the future of business automation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/professional-business-headshot-of-a-team-1772482786126-76a97011.png", imageAlt: "Emily Rodriguez"}, + id: "3", name: "Emily Rodriguez", handle: "Director, GrowthCo", testimonial: "Outstanding support team and incredible features. This is the future of business automation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/professional-business-headshot-of-a-team-1772482786126-76a97011.png?_wi=2", imageAlt: "Emily Rodriguez"}, { - id: "4", name: "David Kim", handle: "VP Operations, CloudSync", testimonial: "We implemented it across the entire organization. The efficiency gains were remarkable within weeks.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/professional-headshot-of-a-diverse-busin-1772482785924-94635fda.png", imageAlt: "David Kim"}, + id: "4", name: "David Kim", handle: "VP Operations, CloudSync", testimonial: "We implemented it across the entire organization. The efficiency gains were remarkable within weeks.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/professional-headshot-of-a-diverse-busin-1772482785924-94635fda.png?_wi=1", imageAlt: "David Kim"}, { - id: "5", name: "Jessica Liu", handle: "COO, DataFlow", testimonial: "Exceptional platform with world-class support. Our team couldn't imagine working without it now.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/professional-business-portrait-of-a-conf-1772482785472-173fd1ae.png", imageAlt: "Jessica Liu"}, + id: "5", name: "Jessica Liu", handle: "COO, DataFlow", testimonial: "Exceptional platform with world-class support. Our team couldn't imagine working without it now.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/professional-business-portrait-of-a-conf-1772482785472-173fd1ae.png?_wi=1", imageAlt: "Jessica Liu"}, { - id: "6", name: "James Wilson", handle: "Founder, SmartSys", testimonial: "The ROI was undeniable. We recovered our investment in less than 3 months.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/corporate-headshot-of-a-business-profess-1772482784972-710b2285.png", imageAlt: "James Wilson"}, + id: "6", name: "James Wilson", handle: "Founder, SmartSys", testimonial: "The ROI was undeniable. We recovered our investment in less than 3 months.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP81zBwFa1QOGMkXo0dJ8Jc4YJ/corporate-headshot-of-a-business-profess-1772482784972-710b2285.png?_wi=1", imageAlt: "James Wilson"}, ]} />