Update src/app/about/page.tsx
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user