Merge version_1 into main #2
@@ -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>
|
||||
|
||||
@@ -15,7 +15,7 @@ export default function ContactPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -31,9 +31,7 @@ export default function ContactPage() {
|
||||
{ name: "About", id: "about" },
|
||||
]}
|
||||
button={{
|
||||
text: "Start Free Audit",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Start Free Audit", href: "/contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -45,11 +43,9 @@ export default function ContactPage() {
|
||||
tag="Get in Touch"
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Your Free Audit",
|
||||
href: "#contact-form",
|
||||
},
|
||||
text: "Schedule Your Free Audit", href: "#contact-form"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/a-professional-team-of-seo-specialists-a-1772518404461-4824f0ba.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/a-professional-team-of-seo-specialists-a-1772518404461-4824f0ba.png"
|
||||
imageAlt="Rank First team ready to help with your SEO strategy"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Contact page hero section"
|
||||
@@ -63,42 +59,24 @@ export default function ContactPage() {
|
||||
tag="FAQ"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long does it take to see results from SEO?",
|
||||
content:
|
||||
"Most clients see measurable ranking improvements within 3-6 months, with significant organic traffic and lead increases by 9-12 months. Results depend on your industry competitiveness, current site health, and keyword difficulty. We provide transparent monthly reporting so you see progress every step of the way.",
|
||||
},
|
||||
id: "1", title: "How long does it take to see results from SEO?", content:
|
||||
"Most clients see measurable ranking improvements within 3-6 months, with significant organic traffic and lead increases by 9-12 months. Results depend on your industry competitiveness, current site health, and keyword difficulty. We provide transparent monthly reporting so you see progress every step of the way."},
|
||||
{
|
||||
id: "2",
|
||||
title:
|
||||
"What's the difference between SEO and AEO (Generative Engine Optimization)?",
|
||||
content:
|
||||
"Traditional SEO optimizes content for search engine crawlers and rankings. AEO optimizes for AI-powered search engines and generative results like ChatGPT search and Google's AI Overviews. We employ both strategies to ensure your content ranks in conventional search while also appearing in next-generation AI search results.",
|
||||
},
|
||||
id: "2", title:
|
||||
"What's the difference between SEO and AEO (Generative Engine Optimization)?", content:
|
||||
"Traditional SEO optimizes content for search engine crawlers and rankings. AEO optimizes for AI-powered search engines and generative results like ChatGPT search and Google's AI Overviews. We employ both strategies to ensure your content ranks in conventional search while also appearing in next-generation AI search results."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How do you work with manufacturing companies specifically?",
|
||||
content:
|
||||
"We understand manufacturing industry challenges: long sales cycles, technical buyer personas, competitive landscapes, and complex product offerings. We conduct industry-specific keyword research, optimize for buyer intent at each stage of the consideration cycle, and build authority through targeted link acquisition and content strategies that resonate with procurement teams and business decision-makers.",
|
||||
},
|
||||
id: "3", title: "How do you work with manufacturing companies specifically?", content:
|
||||
"We understand manufacturing industry challenges: long sales cycles, technical buyer personas, competitive landscapes, and complex product offerings. We conduct industry-specific keyword research, optimize for buyer intent at each stage of the consideration cycle, and build authority through targeted link acquisition and content strategies that resonate with procurement teams and business decision-makers."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What results can I realistically expect?",
|
||||
content:
|
||||
"Our typical client achieves 3.2x increase in qualified organic leads within 18 months. 87% of our clients rank in the top 3 for priority keywords. However, results vary based on current site authority, keyword competitiveness, and industry factors. We'll provide a custom projection based on your specific situation during the free SEO audit.",
|
||||
},
|
||||
id: "4", title: "What results can I realistically expect?", content:
|
||||
"Our typical client achieves 3.2x increase in qualified organic leads within 18 months. 87% of our clients rank in the top 3 for priority keywords. However, results vary based on current site authority, keyword competitiveness, and industry factors. We'll provide a custom projection based on your specific situation during the free SEO audit."},
|
||||
{
|
||||
id: "5",
|
||||
title: "How often will I receive reporting?",
|
||||
content:
|
||||
"We provide comprehensive monthly reports showing rankings, organic traffic, leads generated, and ROI. Reports include actionable insights, wins achieved that month, and priorities for the next 30 days. We're transparent about metrics because we believe accountability drives better results.",
|
||||
},
|
||||
id: "5", title: "How often will I receive reporting?", content:
|
||||
"We provide comprehensive monthly reports showing rankings, organic traffic, leads generated, and ROI. Reports include actionable insights, wins achieved that month, and priorities for the next 30 days. We're transparent about metrics because we believe accountability drives better results."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Do you work with established brands or startups?",
|
||||
content:
|
||||
"We work with both established manufacturers scaling their digital presence and ambitious B2B startups building market visibility from scratch. Our strategies adapt to your current authority level and resources. Whether you're competing in saturated markets or breaking into new sectors, we have proven approaches for your situation.",
|
||||
},
|
||||
id: "6", title: "Do you work with established brands or startups?", content:
|
||||
"We work with both established manufacturers scaling their digital presence and ambitious B2B startups building market visibility from scratch. Our strategies adapt to your current authority level and resources. Whether you're competing in saturated markets or breaking into new sectors, we have proven approaches for your situation."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/abstract-illustration-representing-seo-c-1772518404550-03a21928.png"
|
||||
imageAlt="SEO and AEO optimization concepts"
|
||||
@@ -115,13 +93,9 @@ export default function ContactPage() {
|
||||
<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>
|
||||
|
||||
@@ -4,45 +4,30 @@ import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const libreBaskerville = Libre_Baskerville({
|
||||
variable: "--font-libre-baskerville",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-libre-baskerville", subsets: ["latin"],
|
||||
weight: ["400", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Rank First - SEO & AEO Optimization for Manufacturers & B2B",
|
||||
description: "SEO and generative engine optimization services for manufacturing and B2B businesses. Drive measurable rankings, qualified leads, and sustainable organic revenue with proven strategies.",
|
||||
keywords: "SEO, AEO, generative engine optimization, manufacturers, B2B, organic growth, rankings, digital marketing",
|
||||
robots: {
|
||||
title: "Rank First - SEO & AEO Optimization for Manufacturers & B2B", description: "SEO and generative engine optimization services for manufacturing and B2B businesses. Drive measurable rankings, qualified leads, and sustainable organic revenue with proven strategies.", keywords: "SEO, AEO, generative engine optimization, manufacturers, B2B, organic growth, rankings, digital marketing", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
metadataBase: new URL("https://rankfirst.io"),
|
||||
alternates: {
|
||||
canonical: "https://rankfirst.io",
|
||||
},
|
||||
canonical: "https://rankfirst.io"},
|
||||
openGraph: {
|
||||
title: "Rank First - SEO & AEO for Manufacturers & B2B",
|
||||
description: "Drive measurable search rankings and organic revenue for your manufacturing or B2B business.",
|
||||
type: "website",
|
||||
siteName: "Rank First",
|
||||
images: [
|
||||
title: "Rank First - SEO & AEO for Manufacturers & B2B", description: "Drive measurable search rankings and organic revenue for your manufacturing or B2B business.", type: "website", siteName: "Rank First", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/a-modern-seo-dashboard-interface-showing-1772518405015-96b2a8ae.png",
|
||||
alt: "Rank First SEO Dashboard",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/a-modern-seo-dashboard-interface-showing-1772518405015-96b2a8ae.png", alt: "Rank First SEO Dashboard"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Rank First - SEO & AEO Optimization",
|
||||
description: "Measurable rankings and organic growth for manufacturers and B2B businesses.",
|
||||
images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/a-modern-seo-dashboard-interface-showing-1772518405015-96b2a8ae.png"],
|
||||
card: "summary_large_image", title: "Rank First - SEO & AEO Optimization", description: "Measurable rankings and organic growth for manufacturers and B2B businesses.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/a-modern-seo-dashboard-interface-showing-1772518405015-96b2a8ae.png"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
170
src/app/page.tsx
170
src/app/page.tsx
@@ -27,7 +27,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -43,9 +43,7 @@ export default function HomePage() {
|
||||
{ name: "About", id: "about" },
|
||||
]}
|
||||
button={{
|
||||
text: "Start Free Audit",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Start Free Audit", href: "/contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -56,16 +54,12 @@ export default function HomePage() {
|
||||
description="SEO and generative engine optimization built for manufacturers and B2B businesses. We deliver measurable rankings, qualified leads, and sustainable organic revenue."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Free SEO Audit",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Start Your Free SEO Audit", href: "/contact"},
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "/services",
|
||||
},
|
||||
text: "Explore Services", href: "/services"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/a-modern-seo-dashboard-interface-showing-1772518405015-96b2a8ae.png"
|
||||
imageAlt="SEO Dashboard showing rankings and metrics"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -81,11 +75,9 @@ export default function HomePage() {
|
||||
tag="Our Approach"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Our Process",
|
||||
href: "/services",
|
||||
},
|
||||
text: "Learn More About Our Process", href: "/services"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/a-professional-team-of-seo-specialists-a-1772518404461-4824f0ba.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/a-professional-team-of-seo-specialists-a-1772518404461-4824f0ba.png"
|
||||
imageAlt="Rank First team collaborating on SEO strategy"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="About section"
|
||||
@@ -99,35 +91,20 @@ export default function HomePage() {
|
||||
tag="Our Expertise"
|
||||
features={[
|
||||
{
|
||||
title: "Strategic Keyword Research",
|
||||
description:
|
||||
"In-depth analysis of search intent and opportunity for your industry, identifying high-value keywords that drive qualified leads.",
|
||||
bentoComponent: "globe",
|
||||
},
|
||||
title: "Strategic Keyword Research", description:
|
||||
"In-depth analysis of search intent and opportunity for your industry, identifying high-value keywords that drive qualified leads.", bentoComponent: "globe"},
|
||||
{
|
||||
title: "Generative Engine Optimization (AEO)",
|
||||
description:
|
||||
"Optimize your content for AI-powered search engines and generative results. Stay ahead of the curve with next-generation SEO strategies.",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
},
|
||||
title: "Generative Engine Optimization (AEO)", description:
|
||||
"Optimize your content for AI-powered search engines and generative results. Stay ahead of the curve with next-generation SEO strategies.", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Technical SEO Audits",
|
||||
description:
|
||||
"Comprehensive technical analysis to eliminate barriers to ranking. We optimize site speed, mobile-friendliness, indexability, and core web vitals.",
|
||||
bentoComponent: "map",
|
||||
},
|
||||
title: "Technical SEO Audits", description:
|
||||
"Comprehensive technical analysis to eliminate barriers to ranking. We optimize site speed, mobile-friendliness, indexability, and core web vitals.", bentoComponent: "map"},
|
||||
{
|
||||
title: "Content Optimization",
|
||||
description:
|
||||
"Data-driven content strategy that balances user intent with search engine requirements. Every page positions you for rankings and conversions.",
|
||||
bentoComponent: "line-chart",
|
||||
},
|
||||
title: "Content Optimization", description:
|
||||
"Data-driven content strategy that balances user intent with search engine requirements. Every page positions you for rankings and conversions.", bentoComponent: "line-chart"},
|
||||
{
|
||||
title: "Link Building & Authority",
|
||||
description:
|
||||
"Strategic link acquisition and brand authority building programs tailored to your industry. Proven results in competitive manufacturing and B2B sectors.",
|
||||
bentoComponent: "orbiting-icons",
|
||||
centerIcon: Zap,
|
||||
title: "Link Building & Authority", description:
|
||||
"Strategic link acquisition and brand authority building programs tailored to your industry. Proven results in competitive manufacturing and B2B sectors.", bentoComponent: "orbiting-icons", centerIcon: Zap,
|
||||
items: [
|
||||
{ icon: Globe, ring: 1 },
|
||||
{ icon: Target, ring: 2 },
|
||||
@@ -135,11 +112,8 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Transparent Performance Reporting",
|
||||
description:
|
||||
"Monthly reports showing rankings, traffic, leads, and ROI. Real metrics, real accountability. You'll always know what's driving results.",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Transparent Performance Reporting", description:
|
||||
"Monthly reports showing rankings, traffic, leads, and ROI. Real metrics, real accountability. You'll always know what's driving results.", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: TrendingUp, label: "Rankings", value: "+47 avg" },
|
||||
{ icon: Users, label: "Leads", value: "+156%" },
|
||||
{ icon: DollarSign, label: "ROI", value: "340%" },
|
||||
@@ -160,35 +134,17 @@ export default function HomePage() {
|
||||
tag="Proven Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "87%",
|
||||
title:
|
||||
"Clients ranking in top 3 for priority keywords within 12 months",
|
||||
items: [
|
||||
"Average 18-month timeline",
|
||||
"Cumulative improvement across all targets",
|
||||
"Measured against competitive landscape",
|
||||
],
|
||||
id: "1", value: "87%", title:
|
||||
"Clients ranking in top 3 for priority keywords within 12 months", items: [
|
||||
"Average 18-month timeline", "Cumulative improvement across all targets", "Measured against competitive landscape"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "3.2x",
|
||||
title: "Average increase in organic qualified leads",
|
||||
items: [
|
||||
"Industry-specific targeting",
|
||||
"Intent-based keyword focus",
|
||||
"Sustained year-over-year growth",
|
||||
],
|
||||
id: "2", value: "3.2x", title: "Average increase in organic qualified leads", items: [
|
||||
"Industry-specific targeting", "Intent-based keyword focus", "Sustained year-over-year growth"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "52+",
|
||||
title: "Manufacturing and B2B brands trusted us with their growth",
|
||||
items: [
|
||||
"Average client tenure: 3+ years",
|
||||
"98% client retention rate",
|
||||
"Multi-vertical industry expertise",
|
||||
],
|
||||
id: "3", value: "52+", title: "Manufacturing and B2B brands trusted us with their growth", items: [
|
||||
"Average client tenure: 3+ years", "98% client retention rate", "Multi-vertical industry expertise"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -205,59 +161,29 @@ export default function HomePage() {
|
||||
tag="Client Voices"
|
||||
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=1",
|
||||
},
|
||||
"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=1",
|
||||
},
|
||||
"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=1",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/professional-headshot-of-an-enterprise-p-1772518405371-9961e870.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jennifer Walsh",
|
||||
role: "Business Owner",
|
||||
company: "Advanced Component Manufacturing",
|
||||
rating: 5,
|
||||
id: "4", name: "Jennifer Walsh", role: "Business Owner", company: "Advanced Component Manufacturing", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/professional-headshot-of-a-b2b-service-b-1772518406410-0f33e423.png",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/professional-headshot-of-a-b2b-service-b-1772518406410-0f33e423.png"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Robert Kim",
|
||||
role: "VP of Operations",
|
||||
company: "Industrial Parts Distribution",
|
||||
rating: 5,
|
||||
id: "5", name: "Robert Kim", role: "VP of Operations", company: "Industrial Parts Distribution", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/professional-headshot-of-a-manufacturing-1772518404314-0196fc97.png",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/professional-headshot-of-a-manufacturing-1772518404314-0196fc97.png"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Emily Thompson",
|
||||
role: "Digital Strategy Manager",
|
||||
company: "B2B Services Group",
|
||||
rating: 5,
|
||||
id: "6", name: "Emily Thompson", role: "Digital Strategy Manager", company: "B2B Services Group", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/professional-headshot-of-a-digital-marke-1772518404333-f6cc64c4.png",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/professional-headshot-of-a-digital-marke-1772518404333-f6cc64c4.png"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "180+", label: "Ranking positions improved" },
|
||||
@@ -278,16 +204,8 @@ export default function HomePage() {
|
||||
tag="Client Partners"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/professional-logo-for-a-mid-size-manufac-1772518403167-2ec028d3.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/corporate-logo-for-a-b2b-manufacturing-o-1772518404438-9e9d567e.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/modern-b2b-technology-company-logo-featu-1772518403695-207c94ac.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/professional-service-company-logo-with-m-1772518403631-8ce8e90b.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/enterprise-level-company-logo-with-sophi-1772518403999-9f6ba61f.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/industrial-manufacturing-company-logo-wi-1772518404013-54dbd4bd.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/digital-agency-or-consulting-company-log-1772518410205-b4687706.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/b2b-software-or-saas-company-logo-contem-1772518404296-3d95d979.png",
|
||||
]}
|
||||
names={[
|
||||
"Precision Industrial", "TechFlow Manufacturing", "Global Supply Systems", "Advanced Components", "Industrial Parts Co", "B2B Services Group", "Digital Solutions", "Enterprise Tech"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
ariaLabel="Trusted partners section"
|
||||
@@ -298,13 +216,9 @@ export default function HomePage() {
|
||||
<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>
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function ServicesPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -41,9 +41,7 @@ export default function ServicesPage() {
|
||||
{ name: "About", id: "about" },
|
||||
]}
|
||||
button={{
|
||||
text: "Start Free Audit",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Start Free Audit", href: "/contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -55,9 +53,7 @@ export default function ServicesPage() {
|
||||
tag="Our Complete Service Suite"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Your Audit",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Your Audit", href: "/contact"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQGDOrT5kLldL884yuzbqKm2Qr/professional-analytics-dashboard-showing-1772518405631-fdd23f04.png"
|
||||
imageAlt="Professional analytics dashboard with transparent reporting"
|
||||
@@ -73,35 +69,20 @@ export default function ServicesPage() {
|
||||
tag="Service Excellence"
|
||||
features={[
|
||||
{
|
||||
title: "Strategic Keyword Research & Analysis",
|
||||
description:
|
||||
"We conduct exhaustive keyword research focused on your specific industry vertical, buyer personas, and sales cycle. We identify high-intent keywords that potential customers use when actively searching for solutions like yours.",
|
||||
bentoComponent: "globe",
|
||||
},
|
||||
title: "Strategic Keyword Research & Analysis", description:
|
||||
"We conduct exhaustive keyword research focused on your specific industry vertical, buyer personas, and sales cycle. We identify high-intent keywords that potential customers use when actively searching for solutions like yours.", bentoComponent: "globe"},
|
||||
{
|
||||
title: "Technical SEO & Site Optimization",
|
||||
description:
|
||||
"Our technical audits identify and fix critical issues: site speed optimization, mobile responsiveness, crawlability, indexability, and Core Web Vitals. Every technical barrier to ranking is systematically addressed.",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
},
|
||||
title: "Technical SEO & Site Optimization", description:
|
||||
"Our technical audits identify and fix critical issues: site speed optimization, mobile responsiveness, crawlability, indexability, and Core Web Vitals. Every technical barrier to ranking is systematically addressed.", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Content Strategy & Creation",
|
||||
description:
|
||||
"We develop content roadmaps that address buyer intent at every stage of the customer journey. Our content is optimized for both search engines and AI-powered search platforms like ChatGPT Search and Google's AI Overviews.",
|
||||
bentoComponent: "map",
|
||||
},
|
||||
title: "Content Strategy & Creation", description:
|
||||
"We develop content roadmaps that address buyer intent at every stage of the customer journey. Our content is optimized for both search engines and AI-powered search platforms like ChatGPT Search and Google's AI Overviews.", bentoComponent: "map"},
|
||||
{
|
||||
title: "Link Building & Authority Development",
|
||||
description:
|
||||
"Strategic link acquisition from industry-relevant sources, authority building through thought leadership content, and brand mention tracking. We build domain authority that drives competitive advantage.",
|
||||
bentoComponent: "line-chart",
|
||||
},
|
||||
title: "Link Building & Authority Development", description:
|
||||
"Strategic link acquisition from industry-relevant sources, authority building through thought leadership content, and brand mention tracking. We build domain authority that drives competitive advantage.", bentoComponent: "line-chart"},
|
||||
{
|
||||
title: "Generative Engine Optimization (AEO)",
|
||||
description:
|
||||
"Optimize your content for AI-powered search platforms. We structure content for inclusion in LLM training data and AI-generated search results to ensure your brand appears in next-generation search.",
|
||||
bentoComponent: "orbiting-icons",
|
||||
centerIcon: Zap,
|
||||
title: "Generative Engine Optimization (AEO)", description:
|
||||
"Optimize your content for AI-powered search platforms. We structure content for inclusion in LLM training data and AI-generated search results to ensure your brand appears in next-generation search.", bentoComponent: "orbiting-icons", centerIcon: Zap,
|
||||
items: [
|
||||
{ icon: Globe, ring: 1 },
|
||||
{ icon: Target, ring: 2 },
|
||||
@@ -109,11 +90,8 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Performance Tracking & Reporting",
|
||||
description:
|
||||
"Monthly transparency reports showing all key metrics: keyword rankings, organic traffic, qualified leads generated, conversion rates, and ROI. We track everything that matters to your bottom line.",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Performance Tracking & Reporting", description:
|
||||
"Monthly transparency reports showing all key metrics: keyword rankings, organic traffic, qualified leads generated, conversion rates, and ROI. We track everything that matters to your bottom line.", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: TrendingUp, label: "Avg. Ranking Gain", value: "+47" },
|
||||
{ icon: Users, label: "Lead Growth", value: "+156%" },
|
||||
{ icon: DollarSign, label: "ROI", value: "340%" },
|
||||
@@ -135,15 +113,11 @@ export default function ServicesPage() {
|
||||
description="Schedule a free SEO audit with our specialists. We'll analyze your current rankings, identify quick wins, and outline a comprehensive 12-month strategy to drive qualified leads and sustainable organic revenue for your business."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Your Free Audit",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule Your Free Audit", href: "/contact"},
|
||||
{
|
||||
text: "View Our Case Studies",
|
||||
href: "/case-studies",
|
||||
},
|
||||
text: "View Our Case Studies", href: "/case-studies"},
|
||||
]}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Contact CTA section"
|
||||
/>
|
||||
@@ -153,13 +127,9 @@ export default function ServicesPage() {
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user