Update src/app/about/page.tsx

This commit is contained in:
2026-03-02 17:59:23 +00:00
parent ec74f843db
commit 999aef9e5b

View File

@@ -57,28 +57,16 @@ export default function AboutPage() {
useInvertedBackground={true}
features={[
{
title: "Empower Learners",
description: "We believe everyone deserves access to quality education and the tools to succeed.",
bentoComponent: "reveal-icon",
icon: Lightbulb,
title: "Empower Learners", description: "We believe everyone deserves access to quality education and the tools to succeed.", bentoComponent: "reveal-icon", icon: Lightbulb,
},
{
title: "Drive Growth",
description: "Our platform connects learners with industry experts to accelerate career advancement and skill development.",
bentoComponent: "reveal-icon",
icon: Target,
title: "Drive Growth", description: "Our platform connects learners with industry experts to accelerate career advancement and skill development.", bentoComponent: "reveal-icon", icon: Target,
},
{
title: "Foster Community",
description: "We build vibrant communities where learners support each other, share experiences, and grow together.",
bentoComponent: "reveal-icon",
icon: Zap,
title: "Foster Community", description: "We build vibrant communities where learners support each other, share experiences, and grow together.", bentoComponent: "reveal-icon", icon: Zap,
},
{
title: "Enable Success",
description: "Through innovative technology and expert instruction, we enable our students to achieve their educational and career goals.",
bentoComponent: "orbiting-icons",
centerIcon: Award,
title: "Enable Success", description: "Through innovative technology and expert instruction, we enable our students to achieve their educational and career goals.", bentoComponent: "orbiting-icons", centerIcon: Award,
items: [
{ icon: Users, ring: 1 },
{ icon: TrendingUp, ring: 2 },
@@ -115,41 +103,17 @@ export default function AboutPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqiGaALei1IclRXGOEjUcfJ9z/professional-headshot-of-a-young-profess-1772474150566-9a49b662.png?_wi=3",
imageAlt: "Sarah Johnson",
},
id: "1", name: "Sarah Johnson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqiGaALei1IclRXGOEjUcfJ9z/professional-headshot-of-a-young-profess-1772474150566-9a49b662.png", imageAlt: "Sarah Johnson"},
{
id: "2",
name: "Michael Chen",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqiGaALei1IclRXGOEjUcfJ9z/professional-headshot-of-a-young-profess-1772474149079-fffb5e06.png?_wi=3",
imageAlt: "Michael Chen",
},
id: "2", name: "Michael Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqiGaALei1IclRXGOEjUcfJ9z/professional-headshot-of-a-young-profess-1772474149079-fffb5e06.png", imageAlt: "Michael Chen"},
{
id: "3",
name: "Emily Rodriguez",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqiGaALei1IclRXGOEjUcfJ9z/professional-headshot-of-a-woman-entrepr-1772474148212-9265b691.png?_wi=3",
imageAlt: "Emily Rodriguez",
},
id: "3", name: "Emily Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqiGaALei1IclRXGOEjUcfJ9z/professional-headshot-of-a-woman-entrepr-1772474148212-9265b691.png", imageAlt: "Emily Rodriguez"},
{
id: "4",
name: "David Kim",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqiGaALei1IclRXGOEjUcfJ9z/professional-headshot-of-a-man-with-appr-1772474150199-8039f02f.png?_wi=3",
imageAlt: "David Kim",
},
id: "4", name: "David Kim", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqiGaALei1IclRXGOEjUcfJ9z/professional-headshot-of-a-man-with-appr-1772474150199-8039f02f.png", imageAlt: "David Kim"},
{
id: "5",
name: "Jessica Martinez",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqiGaALei1IclRXGOEjUcfJ9z/professional-headshot-of-a-diverse-woman-1772474148576-878e7a96.png?_wi=3",
imageAlt: "Jessica Martinez",
},
id: "5", name: "Jessica Martinez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqiGaALei1IclRXGOEjUcfJ9z/professional-headshot-of-a-diverse-woman-1772474148576-878e7a96.png", imageAlt: "Jessica Martinez"},
{
id: "6",
name: "James Wilson",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqiGaALei1IclRXGOEjUcfJ9z/professional-headshot-of-a-man-with-conf-1772474150785-0f77e657.png?_wi=3",
imageAlt: "James Wilson",
},
id: "6", name: "James Wilson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOqiGaALei1IclRXGOEjUcfJ9z/professional-headshot-of-a-man-with-conf-1772474150785-0f77e657.png", imageAlt: "James Wilson"},
]}
/>
</div>
@@ -161,24 +125,16 @@ export default function AboutPage() {
socialLinks={[
{
icon: Facebook,
href: "https://facebook.com/edulearn",
ariaLabel: "Follow us on Facebook",
},
href: "https://facebook.com/edulearn", ariaLabel: "Follow us on Facebook"},
{
icon: Twitter,
href: "https://twitter.com/edulearn",
ariaLabel: "Follow us on Twitter",
},
href: "https://twitter.com/edulearn", ariaLabel: "Follow us on Twitter"},
{
icon: Linkedin,
href: "https://linkedin.com/company/edulearn",
ariaLabel: "Follow us on LinkedIn",
},
href: "https://linkedin.com/company/edulearn", ariaLabel: "Follow us on LinkedIn"},
{
icon: Instagram,
href: "https://instagram.com/edulearn",
ariaLabel: "Follow us on Instagram",
},
href: "https://instagram.com/edulearn", ariaLabel: "Follow us on Instagram"},
]}
/>
</div>