From 7d5dc3fa2f9280f77d8892e057edade5031e1ca0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:43:41 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 28 +++++----------------------- 1 file changed, 5 insertions(+), 23 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5c06da0..8ce423a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -16,7 +16,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="medium" sizing="largeSmall" - background="floatingGradient" + background="circleGradient" cardStyle="solid" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -56,29 +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?_wi=2", - 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", 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?_wi=2", - 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", 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?_wi=2", - 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", imageAlt: "Enterprise security"}, ]} animationType="slide-up" textboxLayout="default" @@ -98,7 +80,7 @@ export default function AboutPage() { { text: "Learn More", href: "/pricing" }, ]} buttonAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} />