From d6d2c353ca39e319eba6e57c7dda2dffd355cbd2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 23:26:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0547577..26d7257 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -193,15 +193,6 @@ export default function LandingPage() { members={[ { id: "1", name: "Mahid Ahmed", role: "Founder & CEO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdaNNeHjvoeUSTTC9dfksz25vE/uploaded-1772925072160-5t265es8.png", imageAlt: "Mahid Ahmed - Founder and CEO" - }, - { - id: "2", name: "Ibrahim Hassan", role: "Lead Technician", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Ibrahim Hassan - Lead Technician" - }, - { - id: "3", name: "Fatima Al-Mansouri", role: "Quality Assurance Manager", imageSrc: "http://img.b2bpic.net/free-photo/african-american-curly-businesswoman-standing-with-folded-hands-portrait-successful-confident-young-pretty-female-office-employer-suit-posing-work-business-company-management-concept_74855-6735.jpg", imageAlt: "Fatima Al-Mansouri - QA Manager" - }, - { - id: "4", name: "Ahmed Khalifa", role: "Installation Specialist", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", imageAlt: "Ahmed Khalifa - Installation Specialist" } ]} />