From 41f4b06685b5695e05c4d1194d90edf506d812fd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:53:10 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d14d7db..bee1258 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -23,13 +23,13 @@ export default function ContactPage() { const testimonialItems = [ { id: "1", name: "Ahmed Hassan", role: "Chief Procurement Officer", company: "Middle East Trading Corporation", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Ahmed Hassan"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Ahmed Hassan"}, { id: "2", name: "Maria Garcia", role: "International Buyer", company: "European Distribution Ltd", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", imageAlt: "Maria Garcia"}, + imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=4", imageAlt: "Maria Garcia"}, { id: "3", name: "David Chen", role: "Supply Chain Manager", company: "Asia-Pacific Logistics", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", imageAlt: "David Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=5", imageAlt: "David Chen"}, ]; const kpiItems: [{ value: string; label: string }, { value: string; label: string }, { value: string; label: string }] = [ @@ -67,7 +67,7 @@ export default function ContactPage() { tagIcon={Mail} background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/hall-business-building_1127-3310.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hall-business-building_1127-3310.jpg?_wi=2" imageAlt="Modern industrial facility" mediaPosition="right" inputPlaceholder="Enter your business email"