diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2e65856..a45d424 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -79,7 +79,7 @@ export default function ContactPage() { description="Professional IT support and digital solutions. Contact us for a quote or to discuss your business technology needs. We're available during business hours and offer emergency support." background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-woman-with-phone_329181-16310.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-woman-with-phone_329181-16310.jpg?_wi=3" imageAlt="Contact HAZ Holdings" mediaAnimation="slide-up" mediaPosition="right" @@ -97,7 +97,7 @@ export default function ContactPage() { name: "Ariz Kader", handle: "Business Owner", testimonial: "Excellent service provider, very efficient and reliable. Will surely use your services again.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg?_wi=3", imageAlt: "Ariz Kader", }, { @@ -105,7 +105,7 @@ export default function ContactPage() { name: "Azhar Kader", handle: "Company Director", testimonial: "Highly professional team with excellent technical knowledge. Recommended them to other businesses.", - imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg?_wi=3", imageAlt: "Azhar Kader", }, { @@ -113,7 +113,7 @@ export default function ContactPage() { name: "Hafeeza Edward", handle: "Business Manager", testimonial: "Very professional and amazing work. Highly recommended.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-holding-disposable-coffee-cup-hand-looking-camera_23-2148176166.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-holding-disposable-coffee-cup-hand-looking-camera_23-2148176166.jpg?_wi=3", imageAlt: "Hafeeza Edward", }, { @@ -121,7 +121,7 @@ export default function ContactPage() { name: "Riaz Edward", handle: "IT Director", testimonial: "Outstanding networking installation and support. Very knowledgeable team.", - imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg?_wi=3", imageAlt: "Riaz Edward", }, { @@ -129,7 +129,7 @@ export default function ContactPage() { name: "Michael Daniels", handle: "CEO", testimonial: "Outstanding networking installation and support. Very knowledgeable team.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-15972.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-15972.jpg?_wi=3", imageAlt: "Michael Daniels", }, { @@ -137,7 +137,7 @@ export default function ContactPage() { name: "Zakariyya Bux", handle: "Operations Manager", testimonial: "Reliable and efficient service.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg?_wi=3", imageAlt: "Zakariyya Bux", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f8cbdb6..f8e63d8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1421,6 +1421,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +