diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a4e0e59..73e1c1d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -43,36 +43,28 @@ export default function AboutPage() { description="We believe building a website should be simple, affordable, and accessible to everyone. Webild removes the barriers that have traditionally kept small businesses from having an online presence." tag="Our Mission" tagIcon={Heart} - tagAnimation="entrance-slide" + tagAnimation="opacity" textboxLayout="default" useInvertedBackground={false} imagePosition="right" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/an-inspiring-image-of-a-diverse-team-of--1772536221336-69628ae0.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/an-inspiring-image-of-a-diverse-team-of--1772536221336-69628ae0.png" imageAlt="Team collaboration and success" bulletPoints={[ { - title: "Affordable Pricing", - description: "Get started for free. Upgrade only when you're ready. No hidden fees or long-term contracts.", - icon: DollarSign, + title: "Affordable Pricing", description: "Get started for free. Upgrade only when you're ready. No hidden fees or long-term contracts.", icon: DollarSign, }, { - title: "Expert Support", - description: "24/7 customer support via chat, email, and phone. Our team is always here to help you succeed.", - icon: Headphones, + title: "Expert Support", description: "24/7 customer support via chat, email, and phone. Our team is always here to help you succeed.", icon: Headphones, }, { - title: "Lightning Fast", - description: "Websites built on Webild load in seconds. We optimize performance so your visitors stay engaged.", - icon: Zap, + title: "Lightning Fast", description: "Websites built on Webild load in seconds. We optimize performance so your visitors stay engaged.", icon: Zap, }, { - title: "Secure & Reliable", - description: "Enterprise-grade security with SSL certificates, daily backups, and 99.9% uptime guarantee.", - icon: Shield, + title: "Secure & Reliable", description: "Enterprise-grade security with SSL certificates, daily backups, and 99.9% uptime guarantee.", icon: Shield, }, ]} buttons={[]} - buttonAnimation="entrance-slide" + buttonAnimation="opacity" mediaAnimation="blur-reveal" /> @@ -81,40 +73,19 @@ export default function AboutPage() {