diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5fe3080..1efd3ec 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -122,7 +122,7 @@ export default function ContactPage() { tag: "Complete Bundle", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-suit-calling_23-2147707541.jpg", avatarAlt: "Priya Sharma", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-suit-calling_23-2147707541.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-suit-calling_23-2147707541.jpg?_wi=2", imageAlt: "Success story", }, { @@ -134,7 +134,7 @@ export default function ContactPage() { tag: "Complete Bundle", avatarSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", avatarAlt: "Rajesh Kumar", - imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=2", imageAlt: "Business success", }, { @@ -146,7 +146,7 @@ export default function ContactPage() { tag: "Website Only", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-queer-person-work_23-2150617713.jpg", avatarAlt: "Anita Singh", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-queer-person-work_23-2150617713.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-queer-person-work_23-2150617713.jpg?_wi=2", imageAlt: "Professional service", }, ]} @@ -160,7 +160,7 @@ export default function ContactPage() {