diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index b93e391..bca4077 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -41,7 +41,7 @@ export default function PricingPage() { name: "Sarah Johnson", role: "CEO", testimonial: "The pricing was transparent and fair. We got exceptional value for our investment in our brand.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg?_wi=4", imageAlt: "Sarah Johnson", }, { @@ -49,7 +49,7 @@ export default function PricingPage() { name: "Michael Chen", role: "Founder", testimonial: "Great packages with flexible options. Manvel helped us choose the perfect tier for our startup.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg?_wi=4", imageAlt: "Michael Chen", }, { @@ -57,7 +57,7 @@ export default function PricingPage() { name: "Emily Rodriguez", role: "Marketing Director", testimonial: "Best investment we made for our brand. The Professional Package included everything we needed.", - imageSrc: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg?_wi=4", imageAlt: "Emily Rodriguez", }, ]; @@ -143,7 +143,7 @@ export default function PricingPage() {