Update src/app/about/page.tsx

This commit is contained in:
2026-03-02 18:07:19 +00:00
parent 5a8b6be638
commit 688ae2665e

View File

@@ -103,17 +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", 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?_wi=3", 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", 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?_wi=3", 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", 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?_wi=3", 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", 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?_wi=3", 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", 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?_wi=3", 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", 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?_wi=3", imageAlt: "James Wilson"},
]}
/>
</div>