Update src/app/about/page.tsx

This commit is contained in:
2026-03-12 09:24:51 +00:00
parent 1be9b6dd4c
commit 0caf248a2d

View File

@@ -48,10 +48,10 @@ export default function AboutPage() {
{ value: "10,000+", title: "Active Users" },
{ value: "1M+", title: "Datasets Analyzed" },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq5RVSwTjzYdHWlLFaoT4cdWms/a-comprehensive-saas-platform-overview-s-1773307333135-5919bd7d.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq5RVSwTjzYdHWlLFaoT4cdWms/a-comprehensive-saas-platform-overview-s-1773307333135-5919bd7d.png"
imageAlt="My Analysis platform overview"
mediaAnimation="slide-up"
metricsAnimation="entrance-slide"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -61,46 +61,22 @@ export default function AboutPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1",
name: "Sarah Johnson",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq5RVSwTjzYdHWlLFaoT4cdWms/a-professional-headshot-of-a-woman-with--1773307332071-d94c2b09.png?_wi=2",
imageAlt: "Sarah Johnson",
},
id: "1", name: "Sarah Johnson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq5RVSwTjzYdHWlLFaoT4cdWms/a-professional-headshot-of-a-woman-with--1773307332071-d94c2b09.png", imageAlt: "Sarah Johnson"},
{
id: "2",
name: "Michael Chen",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq5RVSwTjzYdHWlLFaoT4cdWms/a-professional-headshot-of-a-man-with-fr-1773307332150-6ebfa7bb.png?_wi=2",
imageAlt: "Michael Chen",
},
id: "2", name: "Michael Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq5RVSwTjzYdHWlLFaoT4cdWms/a-professional-headshot-of-a-man-with-fr-1773307332150-6ebfa7bb.png", imageAlt: "Michael Chen"},
{
id: "3",
name: "Emily Rodriguez",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq5RVSwTjzYdHWlLFaoT4cdWms/a-professional-headshot-of-a-woman-with--1773307332453-c6aa16f1.png?_wi=2",
imageAlt: "Emily Rodriguez",
},
id: "3", name: "Emily Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq5RVSwTjzYdHWlLFaoT4cdWms/a-professional-headshot-of-a-woman-with--1773307332453-c6aa16f1.png", imageAlt: "Emily Rodriguez"},
{
id: "4",
name: "David Kim",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq5RVSwTjzYdHWlLFaoT4cdWms/a-professional-headshot-of-a-man-with-wa-1773307332531-27d94ce2.png?_wi=2",
imageAlt: "David Kim",
},
id: "4", name: "David Kim", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq5RVSwTjzYdHWlLFaoT4cdWms/a-professional-headshot-of-a-man-with-wa-1773307332531-27d94ce2.png", imageAlt: "David Kim"},
{
id: "5",
name: "Lisa Anderson",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq5RVSwTjzYdHWlLFaoT4cdWms/a-professional-headshot-of-a-woman-with--1773307332466-ac39f93c.png?_wi=2",
imageAlt: "Lisa Anderson",
},
id: "5", name: "Lisa Anderson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq5RVSwTjzYdHWlLFaoT4cdWms/a-professional-headshot-of-a-woman-with--1773307332466-ac39f93c.png", imageAlt: "Lisa Anderson"},
{
id: "6",
name: "James Wilson",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq5RVSwTjzYdHWlLFaoT4cdWms/a-professional-headshot-of-a-man-with-ap-1773307334375-05de783a.png?_wi=2",
imageAlt: "James Wilson",
},
id: "6", name: "James Wilson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq5RVSwTjzYdHWlLFaoT4cdWms/a-professional-headshot-of-a-man-with-ap-1773307334375-05de783a.png", imageAlt: "James Wilson"},
]}
cardTitle="Over 10,000 professionals trust My Analysis to transform their data into insights"
cardTag="Trusted by Industry Leaders"
cardTagIcon={Users}
cardAnimation="entrance-slide"
cardAnimation="slide-up"
useInvertedBackground={false}
/>
</div>