Update src/app/about/page.tsx

This commit is contained in:
2026-03-14 08:43:32 +00:00
parent 2b1af8ed62
commit c78922bba8

View File

@@ -96,21 +96,21 @@ export default function AboutPage() {
id: "integrity",
title: "Integrity & Accountability",
description: "Upholding honesty, responsibility, and transparency in all business operations and partnerships.",
imageSrc: "http://img.b2bpic.net/free-photo/business-executives-shaking-hands_107420-65770.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/business-executives-shaking-hands_107420-65770.jpg",
imageAlt: "Integrity and accountability",
},
{
id: "respect",
title: "Respect & Collaboration",
description: "Respecting partners, employees, and clients across diverse regions while fostering strong teamwork.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-business-people-have-talk-coffee-break-office_93675-134577.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-business-people-have-talk-coffee-break-office_93675-134577.jpg",
imageAlt: "Respect and collaboration",
},
{
id: "innovation",
title: "Innovation & Excellence",
description: "Embracing new ideas and technologies to improve operations, service quality, and customer satisfaction.",
imageSrc: "http://img.b2bpic.net/free-photo/group-medical-researchers-discussing-about-vaccine-development-standing-equipped-lab-pointing-tablet-taking-notes_482257-512.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/group-medical-researchers-discussing-about-vaccine-development-standing-equipped-lab-pointing-tablet-taking-notes_482257-512.jpg",
imageAlt: "Innovation and technology",
},
{
@@ -138,7 +138,7 @@ export default function AboutPage() {
containerClassName="space-y-10"
titleClassName="text-4xl font-bold"
descriptionClassName="text-lg text-gray-600"
cardClassName="p-6 rounded-2xl"
/>
</div>
@@ -158,21 +158,21 @@ export default function AboutPage() {
id: "director-1",
name: "Ahmed Al Mansouri",
role: "Chief Executive Officer",
imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661537.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661537.jpg",
imageAlt: "Ahmed Al Mansouri, CEO",
},
{
id: "director-2",
name: "Fatima Al Zahrani",
role: "Chief Operations Officer",
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg",
imageAlt: "Fatima Al Zahrani, COO",
},
{
id: "director-3",
name: "Mohammed Al Qassimi",
role: "Head of Sales & Business Development",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
imageAlt: "Mohammed Al Qassimi, Head of Sales",
},
]}
@@ -181,6 +181,7 @@ export default function AboutPage() {
descriptionClassName="text-lg text-gray-600"
nameClassName="font-semibold text-lg"
roleClassName="text-sm text-gray-500"
cardClassName="p-6 rounded-2xl"
/>
</div>