diff --git a/src/app/case-studies/page.tsx b/src/app/case-studies/page.tsx index 6ff780c..c79c4a3 100644 --- a/src/app/case-studies/page.tsx +++ b/src/app/case-studies/page.tsx @@ -48,7 +48,7 @@ export default function CaseStudiesPage() { ]} buttonAnimation="slide-up" background={{ variant: "sparkles-gradient" }} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/a-modern-sophisticated-ai-dashboard-inte-1773198894679-7e3f5595.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/a-modern-sophisticated-ai-dashboard-inte-1773198894679-7e3f5595.png?_wi=2" imageAlt="Case Studies Dashboard Results" mediaAnimation="opacity" frameStyle="browser" @@ -66,13 +66,13 @@ export default function CaseStudiesPage() { testimonials={[ { id: "1", name: "Sarah Chen", handle: "@sarahchen_marketing", testimonial: "Outbound AI helped us book 120+ qualified meetings in Q1 alone. The AI personalization is so effective that our response rates jumped 3x. Best platform investment we've made. Our conversion rate improved by 340% in just 90 days.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/professional-headshot-of-a-confident-wom-1773198890031-51785958.png", imageAlt: "Sarah Chen"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/professional-headshot-of-a-confident-wom-1773198890031-51785958.png?_wi=2", imageAlt: "Sarah Chen"}, { id: "2", name: "Marcus Rodriguez", handle: "@marcus_growth", testimonial: "As a B2B SaaS founder, predictability is everything. Outbound AI gives us that. 15 new customers per month from cold outbound - at scale. The platform pays for itself 10x over. We went from 2 deals/month to 12 deals/month in 90 days.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/professional-headshot-of-a-confident-man-1773198890171-feaafd6b.png", imageAlt: "Marcus Rodriguez"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/professional-headshot-of-a-confident-man-1773198890171-feaafd6b.png?_wi=2", imageAlt: "Marcus Rodriguez"}, { id: "3", name: "Emily Thompson", handle: "@emily_agency", testimonial: "Our entire agency now runs on Outbound AI. Clients are thrilled with the consistent lead flow. We've automated what used to take 60 hours/week of manual work. Game-changer. Client satisfaction increased by 85% after implementation.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/professional-headshot-of-a-talented-woma-1773198891721-f9d4c021.png", imageAlt: "Emily Thompson"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/professional-headshot-of-a-talented-woma-1773198891721-f9d4c021.png?_wi=2", imageAlt: "Emily Thompson"}, ]} animationType="slide-up" textboxLayout="default" @@ -97,7 +97,7 @@ export default function CaseStudiesPage() {