diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 338a741..bd52a03 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -44,7 +44,7 @@ export default function AboutPage() { tag="Developer Background" tagIcon={User} tagAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFrfpKYQz2e4qlmhKc23LPYqth/a-portrait-of-a-confident-young-develope-1774095848670-ccb2c052.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFrfpKYQz2e4qlmhKc23LPYqth/a-portrait-of-a-confident-young-develope-1774095848670-ccb2c052.png?_wi=2" imageAlt="Developer portrait" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -124,16 +124,16 @@ export default function AboutPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Johnson", role: "Product Manager", testimonial: "Excellent developer! Delivered our SaaS dashboard on time with exceptional code quality and attention to detail.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFrfpKYQz2e4qlmhKc23LPYqth/professional-headshot-of-a-satisfied-bus-1774095850454-271a8c51.png", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", role: "Product Manager", testimonial: "Excellent developer! Delivered our SaaS dashboard on time with exceptional code quality and attention to detail.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFrfpKYQz2e4qlmhKc23LPYqth/professional-headshot-of-a-satisfied-bus-1774095850454-271a8c51.png?_wi=2", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", role: "CEO", testimonial: "Impressive technical skills and great communication. Would definitely hire again for future projects.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFrfpKYQz2e4qlmhKc23LPYqth/professional-photo-of-a-tech-manager-or--1774095848710-1ca9dc37.png", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", role: "CEO", testimonial: "Impressive technical skills and great communication. Would definitely hire again for future projects.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFrfpKYQz2e4qlmhKc23LPYqth/professional-photo-of-a-tech-manager-or--1774095848710-1ca9dc37.png?_wi=2", imageAlt: "Michael Chen" }, { - id: "3", name: "Emily Rodriguez", role: "Design Lead", testimonial: "Perfect collaboration! Transformed our designs into a fully functional, beautiful web application.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFrfpKYQz2e4qlmhKc23LPYqth/professional-headshot-of-a-female-entrep-1774095848154-50187fdf.png", imageAlt: "Emily Rodriguez" + id: "3", name: "Emily Rodriguez", role: "Design Lead", testimonial: "Perfect collaboration! Transformed our designs into a fully functional, beautiful web application.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFrfpKYQz2e4qlmhKc23LPYqth/professional-headshot-of-a-female-entrep-1774095848154-50187fdf.png?_wi=2", imageAlt: "Emily Rodriguez" }, { - id: "4", name: "David Kim", role: "Startup Founder", testimonial: "Game-changer for our startup. Built our MVP in record time with scalable architecture.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFrfpKYQz2e4qlmhKc23LPYqth/professional-photo-of-a-young-creative-p-1774095849116-6cee830d.png", imageAlt: "David Kim" + id: "4", name: "David Kim", role: "Startup Founder", testimonial: "Game-changer for our startup. Built our MVP in record time with scalable architecture.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFrfpKYQz2e4qlmhKc23LPYqth/professional-photo-of-a-young-creative-p-1774095849116-6cee830d.png?_wi=2", imageAlt: "David Kim" } ]} ariaLabel="Testimonials section" @@ -144,7 +144,7 @@ export default function AboutPage() {