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

This commit is contained in:
2026-03-03 06:17:07 +00:00
parent 9280805340
commit c57898870f

View File

@@ -17,7 +17,7 @@ export default function CaseStudiesPage() {
borderRadius="pill" borderRadius="pill"
contentWidth="mediumLarge" contentWidth="mediumLarge"
sizing="largeSmallSizeMediumTitles" sizing="largeSmallSizeMediumTitles"
background="floatingGradient" background="circleGradient"
cardStyle="glass-depth" cardStyle="glass-depth"
primaryButtonStyle="gradient" primaryButtonStyle="gradient"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
@@ -33,9 +33,7 @@ export default function CaseStudiesPage() {
{ name: "About", id: "about" }, { name: "About", id: "about" },
]} ]}
button={{ button={{
text: "Start Free Audit", text: "Start Free Audit", href: "/contact"}}
href: "/contact",
}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
@@ -47,32 +45,17 @@ export default function CaseStudiesPage() {
tag="Success Stories" tag="Success Stories"
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Michael Chen", role: "VP of Sales", company: "Precision Industrial Solutions", rating: 5,
name: "Michael Chen",
role: "VP of Sales",
company: "Precision Industrial Solutions",
rating: 5,
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/professional-headshot-of-a-manufacturing-1772518404579-450d8e89.png?_wi=2", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/professional-headshot-of-a-manufacturing-1772518404579-450d8e89.png"},
},
{ {
id: "2", id: "2", name: "Sarah Johnson", role: "Marketing Director", company: "TechFlow Manufacturing", rating: 5,
name: "Sarah Johnson",
role: "Marketing Director",
company: "TechFlow Manufacturing",
rating: 5,
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/professional-headshot-of-a-mid-market-ma-1772518403977-460008ee.png?_wi=2", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/professional-headshot-of-a-mid-market-ma-1772518403977-460008ee.png"},
},
{ {
id: "3", id: "3", name: "David Rodriguez", role: "Procurement Lead", company: "Global Supply Systems", rating: 5,
name: "David Rodriguez",
role: "Procurement Lead",
company: "Global Supply Systems",
rating: 5,
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/professional-headshot-of-an-enterprise-p-1772518405371-9961e870.png?_wi=2", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/professional-headshot-of-an-enterprise-p-1772518405371-9961e870.png"},
},
]} ]}
kpiItems={[ kpiItems={[
{ value: "87%", label: "Top 3 rankings achieved" }, { value: "87%", label: "Top 3 rankings achieved" },
@@ -93,34 +76,16 @@ export default function CaseStudiesPage() {
tag="Documented Success" tag="Documented Success"
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "2.8x", title: "Average organic traffic increase for manufacturing clients", items: [
value: "2.8x", "Sustained 12+ month growth", "Industry-specific strategies", "Competitive edge secured"],
title: "Average organic traffic increase for manufacturing clients",
items: [
"Sustained 12+ month growth",
"Industry-specific strategies",
"Competitive edge secured",
],
}, },
{ {
id: "2", id: "2", value: "4.1x", title: "Average qualified lead increase for B2B service providers", items: [
value: "4.1x", "Higher-intent lead generation", "Improved sales cycle conversion", "Better customer acquisition cost"],
title: "Average qualified lead increase for B2B service providers",
items: [
"Higher-intent lead generation",
"Improved sales cycle conversion",
"Better customer acquisition cost",
],
}, },
{ {
id: "3", id: "3", value: "156%", title: "Average ROI on SEO investment within first 18 months", items: [
value: "156%", "Measurable revenue attribution", "Transparent reporting included", "Predictable growth trajectory"],
title: "Average ROI on SEO investment within first 18 months",
items: [
"Measurable revenue attribution",
"Transparent reporting included",
"Predictable growth trajectory",
],
}, },
]} ]}
animationType="slide-up" animationType="slide-up"
@@ -138,15 +103,11 @@ export default function CaseStudiesPage() {
description="Your manufacturing or B2B business deserves to dominate search results and attract qualified leads consistently. Let's build your winning SEO strategy together. Start with a free audit." description="Your manufacturing or B2B business deserves to dominate search results and attract qualified leads consistently. Let's build your winning SEO strategy together. Start with a free audit."
buttons={[ buttons={[
{ {
text: "Schedule Your Free Audit", text: "Schedule Your Free Audit", href: "/contact"},
href: "/contact",
},
{ {
text: "View Our Services", text: "View Our Services", href: "/services"},
href: "/services",
},
]} ]}
background={{ variant: "floatingGradient" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
ariaLabel="Conversion CTA section" ariaLabel="Conversion CTA section"
/> />
@@ -156,13 +117,9 @@ export default function CaseStudiesPage() {
<FooterLogoReveal <FooterLogoReveal
logoText="Rank First" logoText="Rank First"
leftLink={{ leftLink={{
text: "Privacy Policy", text: "Privacy Policy", href: "#"}}
href: "#",
}}
rightLink={{ rightLink={{
text: "Terms of Service", text: "Terms of Service", href: "#"}}
href: "#",
}}
ariaLabel="Site footer" ariaLabel="Site footer"
/> />
</div> </div>