Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 11:15:22 +00:00
parent b17eaf2e13
commit eb2bcd1f50

View File

@@ -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"
/>
</div>
@@ -81,40 +73,19 @@ export default function AboutPage() {
<TestimonialCardTen
testimonials={[
{
id: "1",
title: "Built Our Store in Days, Not Weeks",
quote: "As a small bakery, we didn't have the budget for a custom website. Webild's templates were perfect. We launched our online store in 3 days and made our first sale within a week!",
name: "Sarah Martinez",
role: "Owner, Sweet Delights Bakery",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-portrait-of-a-wo-1772536220393-c7cf9a01.png?_wi=2",
imageAlt: "Sarah Martinez",
},
id: "1", title: "Built Our Store in Days, Not Weeks", quote: "As a small bakery, we didn't have the budget for a custom website. Webild's templates were perfect. We launched our online store in 3 days and made our first sale within a week!", name: "Sarah Martinez", role: "Owner, Sweet Delights Bakery", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-portrait-of-a-wo-1772536220393-c7cf9a01.png", imageAlt: "Sarah Martinez"},
{
id: "2",
title: "Finally, a Platform That Grows With Us",
quote: "We started with Webild as a startup to showcase our portfolio. Two years later, we're running our entire business on it. The platform has evolved with our needs perfectly.",
name: "Marcus Johnson",
role: "Founder & CEO, Design Innovations Lab",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-portrait-of-a-ma-1772536220278-74a25d36.png?_wi=2",
imageAlt: "Marcus Johnson",
},
id: "2", title: "Finally, a Platform That Grows With Us", quote: "We started with Webild as a startup to showcase our portfolio. Two years later, we're running our entire business on it. The platform has evolved with our needs perfectly.", name: "Marcus Johnson", role: "Founder & CEO, Design Innovations Lab", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-portrait-of-a-ma-1772536220278-74a25d36.png", imageAlt: "Marcus Johnson"},
{
id: "3",
title: "Support Team Went Above and Beyond",
quote: "I had zero technical skills, but the Webild support team guided me through every step. They made the process easy and actually enjoyable. Highly recommend!",
name: "Jennifer Liu",
role: "Consultant, Career Coaching Services",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-of-a-woman-in-he-1772536220439-82cb3287.png?_wi=2",
imageAlt: "Jennifer Liu",
},
id: "3", title: "Support Team Went Above and Beyond", quote: "I had zero technical skills, but the Webild support team guided me through every step. They made the process easy and actually enjoyable. Highly recommend!", name: "Jennifer Liu", role: "Consultant, Career Coaching Services", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-of-a-woman-in-he-1772536220439-82cb3287.png", imageAlt: "Jennifer Liu"},
]}
title="Why Our Team is Dedicated to Your Success"
description="Meet the professionals who are passionate about helping you build your dream website."
tag="Our Story"
tagIcon={Heart}
tagAnimation="entrance-slide"
tagAnimation="opacity"
buttons={[]}
buttonAnimation="entrance-slide"
buttonAnimation="opacity"
textboxLayout="default"
useInvertedBackground={false}
/>