Update src/app/about/page.tsx

This commit is contained in:
2026-03-13 01:48:07 +00:00
parent 6a4c5b9138
commit a372b6c352

View File

@@ -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"},
]}
/>
</div>