Update src/app/case-studies/page.tsx

This commit is contained in:
2026-03-11 03:17:26 +00:00
parent 5e1c10cdfc
commit a6c3cdeace

View File

@@ -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() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/abstract-technology-background-with-ai-n-1773198891051-f3a07765.png?_wi=3"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmX0j61wZ00TB9I4EwQ9BZtiwr/abstract-technology-background-with-ai-n-1773198891051-f3a07765.png"
imageAlt="Footer Background - AI Infrastructure"
logoText="Outbound AI"
copyrightText="© 2025 Outbound AI. All rights reserved."
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/" },
{ label: "Pricing", href: "/" },
{ label: "API Documentation", href: "/" },
@@ -130,8 +111,7 @@ export default function CaseStudiesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "Blog", href: "/" },
{ label: "Careers", href: "/" },
@@ -139,8 +119,7 @@ export default function CaseStudiesPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/" },
{ label: "Terms of Service", href: "/" },
{ label: "Security", href: "/" },