From a7f0cdc34f8a7a882af9be5b2a84551b3cf28870 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:44:37 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8ce423a..aafaa06 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -56,11 +56,11 @@ export default function AboutPage() { tagAnimation="slide-up" features={[ { - id: "mission", title: "Democratize AI Technology", description: "Make enterprise-grade AI services accessible to every agency and entrepreneur, regardless of technical expertise or budget constraints.", tag: "Mission", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/modern-saas-dashboard-with-multiple-data-1772894463729-4de7a692.png", imageAlt: "AI Technology democratization"}, + id: "mission", title: "Democratize AI Technology", description: "Make enterprise-grade AI services accessible to every agency and entrepreneur, regardless of technical expertise or budget constraints.", tag: "Mission", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/modern-saas-dashboard-with-multiple-data-1772894463729-4de7a692.png?_wi=2", imageAlt: "AI Technology democratization"}, { - id: "speed", title: "Speed to Market", description: "Launch professional services in days, not months. Our platform eliminates implementation friction and gets you revenue-generating faster than ever.", tag: "Speed", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/ai-website-builder-interface-showing-dra-1772894463111-d27a0b65.png", imageAlt: "Fast deployment"}, + id: "speed", title: "Speed to Market", description: "Launch professional services in days, not months. Our platform eliminates implementation friction and gets you revenue-generating faster than ever.", tag: "Speed", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/ai-website-builder-interface-showing-dra-1772894463111-d27a0b65.png?_wi=2", imageAlt: "Fast deployment"}, { - id: "trust", title: "Enterprise-Grade Trust", description: "Build client relationships on reliability. Basepex provides the stability, security, and support that enterprise clients demand.", tag: "Trust", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/performance-analytics-dashboard-showing--1772894464484-18a45a47.png", imageAlt: "Enterprise security"}, + id: "trust", title: "Enterprise-Grade Trust", description: "Build client relationships on reliability. Basepex provides the stability, security, and support that enterprise clients demand.", tag: "Trust", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/performance-analytics-dashboard-showing--1772894464484-18a45a47.png?_wi=2", imageAlt: "Enterprise security"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1 From 735e3932b8d5ee3d1df11cf47e55c6648b451d15 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:44:37 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 29f603d..3b7a210 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,15 +53,15 @@ export default function HomePage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/modern-saas-dashboard-with-multiple-data-1772894463729-4de7a692.png", imageAlt: "AI Dashboard Interface"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/modern-saas-dashboard-with-multiple-data-1772894463729-4de7a692.png?_wi=1", imageAlt: "AI Dashboard Interface"}, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/ai-receptionist-handling-business-call-v-1772894463303-c1dcad5f.png", imageAlt: "AI Receptionist Taking Call"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/ai-website-builder-interface-showing-dra-1772894463111-d27a0b65.png", imageAlt: "Website Builder Interface"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/ai-website-builder-interface-showing-dra-1772894463111-d27a0b65.png?_wi=1", imageAlt: "Website Builder Interface"}, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/ai-ad-generator-interface-showing-static-1772894463859-59eb4fa4.png", imageAlt: "AI Ad Generator Creating Ads"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/performance-analytics-dashboard-showing--1772894464484-18a45a47.png", imageAlt: "Analytics and Performance Dashboard"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYAtim1ZLWPTHwy7Ez77qVJ5sx/performance-analytics-dashboard-showing--1772894464484-18a45a47.png?_wi=1", imageAlt: "Analytics and Performance Dashboard"}, ]} mediaAnimation="slide-up" /> -- 2.49.1