diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 323817a..a57104a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,24 +20,21 @@ export default function AboutPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Road Project Management", href: "#services" }, { label: "Property Valuation", href: "#services" }, { label: "Engineering Consultation", href: "#services" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Projects", href: "#projects" }, { label: "Contact", href: "/contact" }, ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "Mansoura, Egypt", href: "#" }, { label: "01096565180", href: "tel:+201096565180" }, { label: "WhatsApp Support", href: "https://wa.me/201096565180" }, @@ -87,26 +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&_wi=2", - 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", 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&_wi=2", - 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", 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&_wi=2", - 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", imageAlt: "Omar Ibrahim"}, ]} /> @@ -120,23 +102,14 @@ export default function AboutPage() { useInvertedBackground={false} metrics={[ { - id: "1", - icon: Award, - title: "Projects Completed", - value: "50+", - }, + id: "1", icon: Award, + title: "Projects Completed", value: "50+"}, { - id: "2", - icon: Users, - title: "Satisfied Clients", - value: "200+", - }, + id: "2", icon: Users, + title: "Satisfied Clients", value: "200+"}, { - id: "3", - icon: Zap, - title: "Years Experience", - value: "15+", - }, + id: "3", icon: Zap, + title: "Years Experience", value: "15+"}, ]} />