diff --git a/src/app/case-studies/page.tsx b/src/app/case-studies/page.tsx index 6595dd6..44c9ab1 100644 --- a/src/app/case-studies/page.tsx +++ b/src/app/case-studies/page.tsx @@ -91,7 +91,7 @@ export default function CaseStudiesPage() { text: "Learn Our Process", href: "/#how-it-works"}, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-vector/find-your-time-travel-landing-page-with-photo_23-2148300336.jpg" + imageSrc="http://img.b2bpic.net/free-vector/find-your-time-travel-landing-page-with-photo_23-2148300336.jpg?_wi=2" imageAlt="Case studies and business success stories" mediaAnimation="slide-up" useInvertedBackground={false} @@ -99,16 +99,16 @@ export default function CaseStudiesPage() { testimonials={[ { name: "Michael Rodriguez", handle: "Restaurant Owner", testimonial: "More customers almost every day after launching. Professional website transformed our online presence completely.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg", imageAlt: "Michael Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg?_wi=3", imageAlt: "Michael Rodriguez"}, { name: "Sarah Patel", handle: "Beauty Salon Owner", testimonial: "Huge increase in bookings. The AI chatbot handles appointments instantly and customers love the experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-client_23-2149319756.jpg", imageAlt: "Sarah Patel"}, + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-client_23-2149319756.jpg?_wi=3", imageAlt: "Sarah Patel"}, { name: "Daniel Thompson", handle: "Fitness Gym Owner", testimonial: "Delivered beyond expectations. Website looks amazing and actually brings in new clients weekly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-business-coach-posing-with-arms-folded_74855-3084.jpg", imageAlt: "Daniel Thompson"}, + imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-business-coach-posing-with-arms-folded_74855-3084.jpg?_wi=3", imageAlt: "Daniel Thompson"}, { name: "Jessica Kim", handle: "Dental Clinic Manager", testimonial: "Clean, fast, and professional. Patients can easily find us online now and inquiries increased significantly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Jessica Kim"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=3", imageAlt: "Jessica Kim"}, ]} testimonialRotationInterval={5000} ariaLabel="Case studies hero section with client success testimonials" @@ -119,13 +119,13 @@ export default function CaseStudiesPage() {