Update src/app/about/page.tsx

This commit is contained in:
2026-03-02 20:50:03 +00:00
parent 307c5901e3
commit 938c8c8d18

View File

@@ -36,7 +36,7 @@ export default function AboutPage() {
borderRadius="pill" borderRadius="pill"
contentWidth="mediumLarge" contentWidth="mediumLarge"
sizing="medium" sizing="medium"
background="aurora" background="circleGradient"
cardStyle="layered-gradient" cardStyle="layered-gradient"
primaryButtonStyle="radial-glow" primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid" secondaryButtonStyle="solid"
@@ -47,9 +47,7 @@ export default function AboutPage() {
brandName="CloudSync" brandName="CloudSync"
navItems={navItems} navItems={navItems}
button={{ button={{
text: "Get Started", text: "Get Started", href: "/pricing"}}
href: "/pricing",
}}
/> />
</div> </div>
@@ -62,29 +60,17 @@ export default function AboutPage() {
animationType="slide-up" animationType="slide-up"
metrics={[ metrics={[
{ {
id: "1", id: "1", icon: Users,
icon: Users, title: "Active Users", value: "50,000+"},
title: "Active Users",
value: "50,000+",
},
{ {
id: "2", id: "2", icon: Building,
icon: Building, title: "Enterprise Clients", value: "1,200+"},
title: "Enterprise Clients",
value: "1,200+",
},
{ {
id: "3", id: "3", icon: Globe,
icon: Globe, title: "Countries Served", value: "85+"},
title: "Countries Served",
value: "85+",
},
{ {
id: "4", id: "4", icon: Award,
icon: Award, title: "Years Trusted", value: "8+"},
title: "Years Trusted",
value: "8+",
},
]} ]}
/> />
</div> </div>
@@ -100,37 +86,17 @@ export default function AboutPage() {
animationType="slide-up" animationType="slide-up"
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Johnson", role: "Operations Director", company: "TechFlow Inc", rating: 5,
name: "Sarah Johnson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/professional-headshot-of-a-confident-wom-1772484361224-191e8bae.png"},
role: "Operations Director",
company: "TechFlow Inc",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/professional-headshot-of-a-confident-wom-1772484361224-191e8bae.png?_wi=2",
},
{ {
id: "2", id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5,
name: "Michael Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/professional-headshot-of-an-asian-man-in-1772484361289-886f28b6.png"},
role: "CTO",
company: "InnovateLab",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/professional-headshot-of-an-asian-man-in-1772484361289-886f28b6.png?_wi=2",
},
{ {
id: "3", id: "3", name: "Emily Rodriguez", role: "CEO", company: "GrowthCo", rating: 5,
name: "Emily Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/professional-headshot-of-a-latina-woman--1772484360873-51cfd050.png"},
role: "CEO",
company: "GrowthCo",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/professional-headshot-of-a-latina-woman--1772484360873-51cfd050.png?_wi=2",
},
{ {
id: "4", id: "4", name: "David Kim", role: "Product Manager", company: "CloudWorks", rating: 5,
name: "David Kim", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/professional-headshot-of-an-asian-man-in-1772484361243-e20eca29.png"},
role: "Product Manager",
company: "CloudWorks",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBMvIz3X0Osbgvb61KTzyrNiE/professional-headshot-of-an-asian-man-in-1772484361243-e20eca29.png?_wi=2",
},
]} ]}
kpiItems={[ kpiItems={[
{ value: "98%", label: "Customer Satisfaction" }, { value: "98%", label: "Customer Satisfaction" },
@@ -150,23 +116,14 @@ export default function AboutPage() {
faqsAnimation="slide-up" faqsAnimation="slide-up"
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "What is CloudSync's mission?", content:
title: "What is CloudSync's mission?", "Our mission is to empower teams worldwide by providing enterprise-grade data synchronization and workflow automation that is intuitive, secure, and accessible to organizations of all sizes."},
content:
"Our mission is to empower teams worldwide by providing enterprise-grade data synchronization and workflow automation that is intuitive, secure, and accessible to organizations of all sizes.",
},
{ {
id: "2", id: "2", title: "When was CloudSync founded?", content:
title: "When was CloudSync founded?", "CloudSync was founded in 2017 by a team of software engineers and business leaders who recognized the need for a modern, user-friendly data synchronization platform."},
content:
"CloudSync was founded in 2017 by a team of software engineers and business leaders who recognized the need for a modern, user-friendly data synchronization platform.",
},
{ {
id: "3", id: "3", title: "Where is CloudSync based?", content:
title: "Where is CloudSync based?", "CloudSync is headquartered in San Francisco, California, with offices and team members distributed across North America, Europe, and Asia-Pacific."},
content:
"CloudSync is headquartered in San Francisco, California, with offices and team members distributed across North America, Europe, and Asia-Pacific.",
},
]} ]}
/> />
</div> </div>
@@ -178,19 +135,13 @@ export default function AboutPage() {
socialLinks={[ socialLinks={[
{ {
icon: Twitter, icon: Twitter,
href: "https://twitter.com/cloudsync", href: "https://twitter.com/cloudsync", ariaLabel: "Twitter"},
ariaLabel: "Twitter",
},
{ {
icon: Linkedin, icon: Linkedin,
href: "https://linkedin.com/company/cloudsync", href: "https://linkedin.com/company/cloudsync", ariaLabel: "LinkedIn"},
ariaLabel: "LinkedIn",
},
{ {
icon: Github, icon: Github,
href: "https://github.com/cloudsync", href: "https://github.com/cloudsync", ariaLabel: "GitHub"},
ariaLabel: "GitHub",
},
]} ]}
/> />
</div> </div>