From a6c3cdeacee5a3f46c73ef4fa0f813ba5f0cc02a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 03:17:26 +0000 Subject: [PATCH 1/4] Update src/app/case-studies/page.tsx --- src/app/case-studies/page.tsx | 47 ++++++++++------------------------- 1 file changed, 13 insertions(+), 34 deletions(-) diff --git a/src/app/case-studies/page.tsx b/src/app/case-studies/page.tsx index 20ee322..6ff780c 100644 --- a/src/app/case-studies/page.tsx +++ b/src/app/case-studies/page.tsx @@ -17,7 +17,7 @@ export default function CaseStudiesPage() { borderRadius="pill" contentWidth="medium" sizing="largeSmallSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -47,8 +47,8 @@ export default function CaseStudiesPage() { { text: "Get Started", href: "/contact" }, ]} buttonAnimation="slide-up" - background={{ variant: "noise" }} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/a-modern-sophisticated-ai-dashboard-inte-1773198894679-7e3f5595.png?_wi=2" + 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" imageAlt="Case Studies Dashboard Results" mediaAnimation="opacity" frameStyle="browser" @@ -65,32 +65,14 @@ export default function CaseStudiesPage() { showRating={true} 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?_wi=2", - imageAlt: "Sarah Chen", - }, + 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"}, { - 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?_wi=2", - imageAlt: "Marcus Rodriguez", - }, + 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"}, { - 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?_wi=2", - imageAlt: "Emily Thompson", - }, + 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"}, ]} animationType="slide-up" textboxLayout="default" @@ -115,14 +97,13 @@ export default function CaseStudiesPage() {