diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2bd9d28..126ae93 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,24 +19,21 @@ export default function ContactPage() { 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" }, @@ -88,38 +85,14 @@ export default function ContactPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Eng. Mohammed Ali, Highway Authority Egypt", - date: "Date: October 2024", - title: "Exceptional Project Management", - quote: - "Trusted Real Estate managed our highway project with outstanding professionalism. Their attention to detail and adherence to timelines exceeded our expectations.", - tag: "Highway Project", - avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q0rewp", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l43wmw&_wi=4", - }, + id: "1", name: "Eng. Mohammed Ali, Highway Authority Egypt", date: "Date: October 2024", title: "Exceptional Project Management", quote: + "Trusted Real Estate managed our highway project with outstanding professionalism. Their attention to detail and adherence to timelines exceeded our expectations.", tag: "Highway Project", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q0rewp", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l43wmw"}, { - id: "2", - name: "Amira Hassan, Real Estate Developer", - date: "Date: September 2024", - title: "Accurate Property Valuation", - quote: - "Their property valuation services provided us with precise market assessments that helped us make informed investment decisions.", - tag: "Property Assessment", - avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pw1r3b", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=aomw0t&_wi=4", - }, + id: "2", name: "Amira Hassan, Real Estate Developer", date: "Date: September 2024", title: "Accurate Property Valuation", quote: + "Their property valuation services provided us with precise market assessments that helped us make informed investment decisions.", tag: "Property Assessment", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pw1r3b", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=aomw0t"}, { - id: "3", - name: "Khaled Mahmoud, Construction Company", - date: "Date: August 2024", - title: "Expert Engineering Consultation", - quote: - "Their engineering expertise was invaluable to our project. They provided comprehensive consultation that saved us time and resources.", - tag: "Engineering Services", - avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lso71g", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qvdmfu&_wi=5", - }, + id: "3", name: "Khaled Mahmoud, Construction Company", date: "Date: August 2024", title: "Expert Engineering Consultation", quote: + "Their engineering expertise was invaluable to our project. They provided comprehensive consultation that saved us time and resources.", tag: "Engineering Services", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lso71g", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qvdmfu"}, ]} />