diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a57104a..0b7d46f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -84,11 +84,11 @@ export default function AboutPage() { useInvertedBackground={false} members={[ { - id: "1", name: "Ahmed Hassan", role: "Project Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q0rewp", imageAlt: "Ahmed Hassan"}, + id: "1", name: "Ahmed Hassan", role: "Project Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q0rewp&_wi=2", imageAlt: "Ahmed Hassan"}, { - id: "2", name: "Fatima Mohamed", role: "Property Valuation Expert", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pw1r3b", imageAlt: "Fatima Mohamed"}, + id: "2", name: "Fatima Mohamed", role: "Property Valuation Expert", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pw1r3b&_wi=2", imageAlt: "Fatima Mohamed"}, { - id: "3", name: "Omar Ibrahim", role: "Civil Engineer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lso71g", imageAlt: "Omar Ibrahim"}, + id: "3", name: "Omar Ibrahim", role: "Civil Engineer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lso71g&_wi=2", imageAlt: "Omar Ibrahim"}, ]} />