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"
contentWidth="mediumLarge"
sizing="largeSmallSizeMediumTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -33,9 +33,7 @@ export default function CaseStudiesPage() {
{ name: "About", id: "about" },
]}
button={{
text: "Start Free Audit",
href: "/contact",
}}
text: "Start Free Audit", href: "/contact"}}
animateOnLoad={true}
/>
</div>
@@ -47,32 +45,17 @@ export default function CaseStudiesPage() {
tag="Success Stories"
testimonials={[
{
id: "1",
name: "Michael Chen",
role: "VP of Sales",
company: "Precision Industrial Solutions",
rating: 5,
id: "1", name: "Michael Chen", role: "VP of Sales", company: "Precision Industrial Solutions", rating: 5,
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",
name: "Sarah Johnson",
role: "Marketing Director",
company: "TechFlow Manufacturing",
rating: 5,
id: "2", name: "Sarah Johnson", role: "Marketing Director", company: "TechFlow Manufacturing", rating: 5,
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",
name: "David Rodriguez",
role: "Procurement Lead",
company: "Global Supply Systems",
rating: 5,
id: "3", name: "David Rodriguez", role: "Procurement Lead", company: "Global Supply Systems", rating: 5,
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={[
{ value: "87%", label: "Top 3 rankings achieved" },
@@ -93,34 +76,16 @@ export default function CaseStudiesPage() {
tag="Documented Success"
metrics={[
{
id: "1",
value: "2.8x",
title: "Average organic traffic increase for manufacturing clients",
items: [
"Sustained 12+ month growth",
"Industry-specific strategies",
"Competitive edge secured",
],
id: "1", value: "2.8x", title: "Average organic traffic increase for manufacturing clients", items: [
"Sustained 12+ month growth", "Industry-specific strategies", "Competitive edge secured"],
},
{
id: "2",
value: "4.1x",
title: "Average qualified lead increase for B2B service providers",
items: [
"Higher-intent lead generation",
"Improved sales cycle conversion",
"Better customer acquisition cost",
],
id: "2", value: "4.1x", title: "Average qualified lead increase for B2B service providers", items: [
"Higher-intent lead generation", "Improved sales cycle conversion", "Better customer acquisition cost"],
},
{
id: "3",
value: "156%",
title: "Average ROI on SEO investment within first 18 months",
items: [
"Measurable revenue attribution",
"Transparent reporting included",
"Predictable growth trajectory",
],
id: "3", value: "156%", title: "Average ROI on SEO investment within first 18 months", items: [
"Measurable revenue attribution", "Transparent reporting included", "Predictable growth trajectory"],
},
]}
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."
buttons={[
{
text: "Schedule Your Free Audit",
href: "/contact",
},
text: "Schedule Your Free Audit", href: "/contact"},
{
text: "View Our Services",
href: "/services",
},
text: "View Our Services", href: "/services"},
]}
background={{ variant: "floatingGradient" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
ariaLabel="Conversion CTA section"
/>
@@ -156,13 +117,9 @@ export default function CaseStudiesPage() {
<FooterLogoReveal
logoText="Rank First"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
ariaLabel="Site footer"
/>
</div>