19 Commits

Author SHA1 Message Date
a0a66bf64a Update src/app/pricing/page.tsx 2026-03-11 02:01:03 +00:00
518a60f9d5 Update src/app/page.tsx 2026-03-11 02:01:03 +00:00
f3a2b7e746 Merge version_9 into main
Merge version_9 into main
2026-03-11 01:58:09 +00:00
da3c4e3369 Update src/app/page.tsx 2026-03-11 01:58:05 +00:00
10debe3577 Merge version_8 into main
Merge version_8 into main
2026-03-11 01:55:29 +00:00
f694b35f15 Update src/app/page.tsx 2026-03-11 01:55:25 +00:00
33749123d1 Merge version_7 into main
Merge version_7 into main
2026-03-11 01:52:35 +00:00
6609458308 Update src/app/page.tsx 2026-03-11 01:52:25 +00:00
f814c65737 Merge version_6 into main
Merge version_6 into main
2026-03-11 01:49:36 +00:00
2899ebb836 Update src/app/page.tsx 2026-03-11 01:49:32 +00:00
e3d1da1e33 Merge version_5 into main
Merge version_5 into main
2026-03-11 01:45:44 +00:00
7e8bde3e0a Update src/app/pricing/page.tsx 2026-03-11 01:45:40 +00:00
7e92c8837d Update src/app/page.tsx 2026-03-11 01:45:40 +00:00
dd6ceda493 Update src/app/contact/page.tsx 2026-03-11 01:45:39 +00:00
8d928f8b82 Merge version_4 into main
Merge version_4 into main
2026-03-11 01:15:26 +00:00
4c5957e6ec Update src/app/styles/variables.css 2026-03-11 01:15:22 +00:00
f5138eaa87 Update src/app/page.tsx 2026-03-11 01:15:22 +00:00
cbe9df8f3f Update src/app/about/page.tsx 2026-03-11 01:15:22 +00:00
b6858832cc Merge version_3 into main
Merge version_3 into main
2026-03-11 01:06:00 +00:00
5 changed files with 90 additions and 74 deletions

View File

@@ -12,10 +12,10 @@ import { Zap, TrendingUp, Phone, Calendar, Users, Award, Lightbulb, Target } fro
export default function AboutPage() {
const navItems = [
{ name: "How It Works", id: "how-it-works" },
{ name: "Pricing", id: "pricing" },
{ name: "Pricing", id: "/pricing" },
{ name: "Features", id: "features" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Contact", id: "/contact" }
];
return (
@@ -45,7 +45,7 @@ export default function AboutPage() {
{ icon: Award, label: "Years of Industry Experience", value: "10+" },
{ icon: Lightbulb, label: "AI Innovations Deployed", value: "50+" },
{ icon: Target, label: "Service Verticals Served", value: "12+" },
{ icon: TrendingUp, label: "Average ROI Improvement", value: "315%" },
{ icon: TrendingUp, label: "Average ROI Improvement", value: "315%" }
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -58,11 +58,14 @@ export default function AboutPage() {
description="We're committed to transparent, results-driven lead generation that transforms service businesses"
features={[
{
id: "mission-1", title: "Transparency First", description: "Every metric, every lead, every dollar spent is tracked and reported. Our clients know exactly where their investment goes and what it generates.", tag: "Commitment", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/digital-audit-report-or-analytics-dashbo-1772481636177-fcab0e9b.png?_wi=3", imageAlt: "Transparent reporting"},
id: "mission-1", title: "Transparency First", description: "Every metric, every lead, every dollar spent is tracked and reported. Our clients know exactly where their investment goes and what it generates.", tag: "Commitment", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/digital-audit-report-or-analytics-dashbo-1772481636177-fcab0e9b.png?_wi=3", imageAlt: "Transparent reporting"
},
{
id: "mission-2", title: "Results-Driven Innovation", description: "We continuously optimize our AI algorithms and targeting strategies. Your success drives our innovation. Better leads mean better results.", tag: "Innovation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/abstract-futuristic-ai-technology-visual-1772481632775-04d1d2d8.png?_wi=3", imageAlt: "AI innovation"},
id: "mission-2", title: "Results-Driven Innovation", description: "We continuously optimize our AI algorithms and targeting strategies. Your success drives our innovation. Better leads mean better results.", tag: "Innovation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/abstract-futuristic-ai-technology-visual-1772481632775-04d1d2d8.png?_wi=3", imageAlt: "AI innovation"
},
{
id: "mission-3", title: "Deep Industry Understanding", description: "Our team has worked in and with HVAC, plumbing, electrical, and service businesses. We understand your challenges, timelines, and what quality leads look like.", tag: "Expertise", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/professional-headshot-of-team-member-wit-1772481632583-cb1f6acd.png?_wi=1", imageAlt: "Industry expertise"},
id: "mission-3", title: "Deep Industry Understanding", description: "Our team has worked in and with HVAC, plumbing, electrical, and service businesses. We understand your challenges, timelines, and what quality leads look like.", tag: "Expertise", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/professional-headshot-of-team-member-wit-1772481632583-cb1f6acd.png?_wi=1", imageAlt: "Industry expertise"
}
]}
animationType="slide-up"
textboxLayout="default"
@@ -79,7 +82,7 @@ export default function AboutPage() {
description="Schedule a consultation with our team to discuss your lead generation goals and discover how we can transform your service business."
buttons={[
{ text: "Schedule Consultation", href: "/contact" },
{ text: "Get Free Audit", href: "/contact" },
{ text: "Get Free Audit", href: "/contact" }
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}
@@ -96,4 +99,4 @@ export default function AboutPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -43,7 +43,7 @@ export default function ContactPage() {
tagIcon={Zap}
tagAnimation="slide-up"
title="Request Your Free Digital Audit"
description="Let's discuss your lead generation goals and discover how Navo Lab can transform your service business. Our team will contact you within 24 hours to schedule your personalized audit and strategy consultation."
description="Let's discover what's possible for your business. We'll analyze your current marketing, identify the opportunities you're missing, and show you exactly how Navo Lab can transform your lead flow. Our team will contact you within 24 hours to schedule your personalized consultation."
buttons={[
{ text: "Schedule Consultation", href: "https://calendly.com" },
{ text: "Send Message", href: "mailto:hello@navo-lab.com" }
@@ -56,17 +56,17 @@ export default function ContactPage() {
<div id="contact-options" data-section="contact-options">
<FeatureCardMedia
title="Multiple Ways to Connect"
description="Choose the contact method that works best for you"
title="Connect With Us Today"
description="Choose the contact method that works best for you. We respond quickly because your time matters."
features={[
{
id: "contact-1", title: "Schedule a Call", description: "Book a time that works for your schedule. Our team will walk you through the digital audit process and answer all your questions about lead generation for your service business.", tag: "Calendar", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/professional-headshot-of-team-member-wit-1772481632583-cb1f6acd.png?_wi=2", imageAlt: "Schedule a call"
id: "contact-1", title: "Schedule a Strategy Call", description: "Book a time that fits your schedule. Our team will walk you through your digital audit, discuss your lead generation goals, and answer all your questions about how Navo Lab can transform your business.", tag: "Calendar", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/professional-headshot-of-team-member-wit-1772481632583-cb1f6acd.png?_wi=2", imageAlt: "Schedule a call"
},
{
id: "contact-2", title: "Email Us", description: "Send us a detailed message about your business and lead generation goals. We'll respond with specific insights and next steps tailored to your situation.", tag: "Email", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/professional-headshot-of-diverse-team-me-1772481633100-b1fe8b6c.png?_wi=2", imageAlt: "Email support"
id: "contact-2", title: "Email Us Your Questions", description: "Send us a detailed message about your service business and lead generation goals. We'll respond with specific insights, recommendations, and next steps tailored directly to your situation.", tag: "Email", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/professional-headshot-of-diverse-team-me-1772481633100-b1fe8b6c.png?_wi=2", imageAlt: "Email support"
},
{
id: "contact-3", title: "Request Audit", description: "Start with a comprehensive free digital audit. We'll analyze your current marketing presence, identify opportunities, and provide actionable recommendations—no obligations attached.", tag: "Audit", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/call-to-action-visual-for-free-digital-a-1772481633412-e1dd491a.png?_wi=2", imageAlt: "Free audit request"
id: "contact-3", title: "Request Your Free Audit", description: "Start with our comprehensive free digital audit. We'll analyze your current marketing presence, identify opportunities you're missing, provide actionable recommendations, and show you what's possible—no obligations, no credit card required.", tag: "Audit", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/call-to-action-visual-for-free-digital-a-1772481633412-e1dd491a.png?_wi=2", imageAlt: "Free audit request"
}
]}
animationType="slide-up"
@@ -77,8 +77,8 @@ export default function ContactPage() {
<div id="contact-social-proof" data-section="contact-social-proof">
<SocialProofOne
title="Trusted by Service Businesses"
description="Join hundreds of service businesses already generating predictable leads with Navo Lab"
title="Join Hundreds of Service Businesses Getting Results"
description="Leading HVAC, plumbing, electrical, roofing, and construction companies trust Navo Lab to deliver predictable, qualified leads every month"
tag="Partners"
tagAnimation="slide-up"
textboxLayout="default"
@@ -101,4 +101,4 @@ export default function ContactPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -42,15 +42,15 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroSplit
title="We make your phone ring"
description="Navo Lab generates qualified leads for service businesses using AI-powered targeting and dedicated strategy. See your digital opportunities free."
tag="AI-Powered Lead Generation"
title="We Make Your Phone Ring"
description="Navo Lab is the growth engine for service businesses. We drive rankings, leads, and revenue through SEO, lead funnel optimization, and strategic content that compounds over time. No vanity metrics. Just results."
tag="Digital Marketing for Local Businesses"
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
buttons={[
{ text: "Get Your Free Audit", href: "/contact" },
{ text: "Watch Demo", href: "https://www.youtube.com" }
{ text: "Book a Call", href: "/contact" },
{ text: "See How It Works", href: "#how-it-works" }
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/a-modern-ai-powered-lead-generation-dash-1772481633855-c10db891.png"
@@ -63,22 +63,22 @@ export default function HomePage() {
<div id="how-it-works" data-section="how-it-works">
<FeatureCardMedia
title="How It Works"
description="Our proven process demystifies AI-powered lead generation into clear, actionable steps"
title="Our Proven 4-Step Process"
description="Our proven process turns our online presence into a lead-generating machine"
tag="Process"
tagAnimation="slide-up"
features={[
{
id: "step-1", title: "Digital Audit", description: "We analyze your current marketing presence, identify digital opportunities, and provide transparent recommendations for lead generation improvement.", tag: "Step 1"
id: "step-1", title: "Deep Audit", description: "We analyze your online presence and competitors to understand your market positioning, identify gaps in your current strategy, and discover untapped opportunities for lead generation growth.", tag: "Step 1"
},
{
id: "step-2", title: "AI Targeting Setup", description: "Our AI-powered system identifies and targets your ideal customers with precision, focusing on high-intent prospects ready to book appointments.", tag: "Step 2"
id: "step-2", title: "Build Your Engine", description: "We execute our proven 22-point digital marketing system designed specifically for service businesses. This comprehensive approach covers all channels necessary to generate consistent, qualified leads.", tag: "Step 2"
},
{
id: "step-3", title: "Dedicated Support", description: "You get a dedicated strategy team providing monthly strategy calls, weekly progress reporting, and detailed metrics to ensure success.", tag: "Step 3"
id: "step-3", title: "Launch and Optimize", description: "Your SEO strategy goes live across all channels. We implement weekly optimization protocols to continuously improve performance, test new strategies, and refine targeting based on real-time data.", tag: "Step 3"
},
{
id: "step-4", title: "Qualified Leads", description: "Receive consistent, phone-ready leads delivered through your preferred channel. Our focus: your phone ringing with decision-makers.", tag: "Step 4"
id: "step-4", title: "Your Phone Rings", description: "Your pipeline fills with qualified leads ready to book. We deliver decision-makers actively seeking your services, converting your marketing into real appointments and revenue for your business.", tag: "Step 4"
}
]}
animationType="slide-up"
@@ -89,26 +89,26 @@ export default function HomePage() {
<div id="features" data-section="features">
<FeatureCardMedia
title="Why Service Businesses Choose Navo Lab"
description="Built specifically for HVAC, plumbing, electrical, roofing, construction, and more"
title="Why Service Businesses Trust Navo Lab"
description="Built specifically for HVAC, plumbing, electrical, roofing, construction, and service companies. We understand your business because we've worked in it."
features={[
{
id: "feature-1", title: "Transparent Reporting", description: "Monthly detailed metrics showing leads generated, conversion rates, cost per lead, and ROI. No vanity metrics—only what matters: phone calls and booked appointments.", tag: "Transparency", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/digital-audit-report-or-analytics-dashbo-1772481636177-fcab0e9b.png?_wi=2", imageAlt: "Transparent reporting dashboard"
id: "feature-1", title: "Transparent Monthly Reporting", description: "See exactly where every dollar goes and what it generates. We report leads delivered, appointment bookings, and actual ROI. No vanity metrics or misleading numbers—just the truth.", tag: "Transparency", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/digital-audit-report-or-analytics-dashbo-1772481636177-fcab0e9b.png?_wi=2", imageAlt: "Transparent reporting dashboard"
},
{
id: "feature-2", title: "Dedicated Account Management", description: "Your own dedicated support team handles strategy, optimization, and reporting. Monthly calls to review performance and adjust campaigns for maximum results.", tag: "Support", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/professional-headshot-of-diverse-team-me-1772481633100-b1fe8b6c.png?_wi=1", imageAlt: "Dedicated account manager"
id: "feature-2", title: "Dedicated Account Manager", description: "Your account manager understands your business, your goals, and your challenges. They're not just processing orders—they're strategizing to maximize your ROI every single month.", tag: "Support", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/professional-headshot-of-diverse-team-me-1772481633100-b1fe8b6c.png?_wi=1", imageAlt: "Dedicated account manager"
},
{
id: "feature-3", title: "AI-Powered Targeting", description: "Advanced machine learning identifies and targets your ideal customers at the exact moment they're searching for your services. Precision beats volume every time.", tag: "Technology", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/abstract-futuristic-ai-technology-visual-1772481632775-04d1d2d8.png?_wi=2", imageAlt: "AI targeting technology"
id: "feature-3", title: "Precision Targeting", description: "Advanced machine learning identifies prospects searching for your services right now. We reach them with the right message at the right time, maximizing conversion potential.", tag: "Technology", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/abstract-futuristic-ai-technology-visual-1772481632775-04d1d2d8.png?_wi=2", imageAlt: "Targeting technology"
},
{
id: "feature-4", title: "Multi-Vertical Expertise", description: "Deep experience across HVAC, plumbing, electrical, roofing, construction, dentistry, gyms, and architecture. We understand your business unique challenges.", tag: "Expertise", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/confident-service-business-owner-hvac-pl-1772481633162-358c5800.png?_wi=1", imageAlt: "Service business expertise"
id: "feature-4", title: "Multi-Vertical Industry Expertise", description: "We've successfully generated leads for HVAC, plumbing, electrical, roofing, construction, and other service verticals. We know your industry's seasonality, pricing cycles, and booking patterns.", tag: "Expertise", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/confident-service-business-owner-hvac-pl-1772481633162-358c5800.png?_wi=1", imageAlt: "Service business expertise"
},
{
id: "feature-5", title: "Predictable Lead Flow", description: "Consistent, quality leads delivered month after month. Scale your business confidently with a reliable partner managing your digital growth.", tag: "Growth", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/close-up-of-smartphone-showing-incoming--1772481632952-a4ba83a2.png?_wi=2", imageAlt: "Predictable lead flow"
id: "feature-5", title: "Predictable Monthly Lead Pipeline", description: "Stop guessing about next month's leads. With Navo Lab, you plan budgets around consistent, reliable lead flow. Scale your team with confidence knowing leads will arrive.", tag: "Growth", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/close-up-of-smartphone-showing-incoming--1772481632952-a4ba83a2.png?_wi=2", imageAlt: "Predictable lead flow"
},
{
id: "feature-6", title: "Free Digital Audit", description: "Start with a comprehensive, no-obligation audit of your current marketing. Discover real opportunities and get actionable recommendations with no risk.", tag: "Offer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/call-to-action-visual-for-free-digital-a-1772481633412-e1dd491a.png?_wi=1", imageAlt: "Free digital audit offer"
id: "feature-6", title: "Free Digital Audit (No Credit Card Required)", description: "Start risk-free. We'll conduct a comprehensive audit of your current marketing, identify opportunities you're missing, and show you exactly what's possible.", tag: "Offer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/call-to-action-visual-for-free-digital-a-1772481633412-e1dd491a.png?_wi=1", imageAlt: "Free digital audit offer"
}
]}
animationType="slide-up"
@@ -119,8 +119,8 @@ export default function HomePage() {
<div id="social-proof" data-section="social-proof">
<SocialProofOne
title="Trusted by Service Businesses Across America"
description="Leading HVAC, plumbing, electrical, roofing, and construction companies rely on Navo Lab for predictable lead flow"
title="Trusted by 200+ Service Businesses Nationwide"
description="From single-location shops to multi-state operations, service businesses across America rely on Navo Lab for consistent, predictable lead flow"
tag="Our Partners"
tagAnimation="slide-up"
textboxLayout="default"
@@ -136,27 +136,25 @@ export default function HomePage() {
<div id="pricing" data-section="pricing">
<PricingCardOne
title="Simple, Transparent Pricing"
description="Choose the support tier that fits your business. All plans include dedicated support and detailed monthly reporting."
tag="Support Tiers"
title="Simple, Transparent Investment"
description="Monthly retainers. No long-term contracts. We earn your business every month."
tag="Pricing"
tagAnimation="slide-up"
plans={[
{
id: "starter", badge: "Best for Startups", badgeIcon: Rocket,
price: "$2,500", subtitle: "Perfect for businesses just starting their digital lead generation journey", features: [
"50-100 qualified leads/month", "Weekly progress reporting", "Basic AI targeting", "Email support", "Monthly strategy review"
id: "foundation", badge: "Foundation", price: "$2,000/mo", subtitle: "Perfect for single-location businesses", features: [
"GBP optimization", "Local citation building", "Basic SEO setup", "Monthly progress reporting", "Email support"
]
},
{
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
price: "$5,000", subtitle: "Ideal for growing service businesses ready to scale", features: [
"100-200 qualified leads/month", "Weekly progress reporting", "Advanced AI targeting", "Dedicated account manager", "Monthly strategy calls", "Detailed monthly metrics", "Campaign optimization"
id: "growth", badge: "Growth", badgeIcon: Sparkles,
price: "$3,500/mo", subtitle: "Most Popular - For businesses ready to dominate their local market", features: [
"Everything in Foundation", "Full 22-point marketing system", "Strategic content production", "Weekly strategy calls", "Dedicated account manager", "Landing page optimization"
]
},
{
id: "enterprise", badge: "Premium Support", badgeIcon: Crown,
price: "$10,000", subtitle: "For established businesses demanding maximum results", features: [
"200-400 qualified leads/month", "Weekly progress reporting", "Advanced AI + custom targeting", "Dedicated account manager + specialist", "Bi-weekly strategy calls", "Detailed monthly metrics", "Advanced campaign optimization", "Priority support", "Quarterly business reviews"
id: "scale", badge: "Scale", price: "$5,000/mo", subtitle: "For businesses ready to own their market across multiple locations", features: [
"Everything in Growth", "Multi-location SEO", "Advanced content flywheel", "Bi-weekly strategy calls", "Priority support", "Paid ads management"
]
}
]}
@@ -164,13 +162,30 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Get Your Free Audit", href: "/contact" },
{ text: "Schedule Strategy Call", href: "https://calendly.com" }
{ text: "Get Started", href: "/contact" },
{ text: "Schedule Call", href: "https://calendly.com" }
]}
buttonAnimation="slide-up"
/>
</div>
<div id="cta" data-section="cta">
<ContactCTA
tag="Ready to Grow"
tagIcon={Zap}
tagAnimation="slide-up"
title="Ready to Ask Your Phone Ringing?"
description="Take the next step toward predictable, qualified leads. Let's discuss how Navo Lab can transform your service business with consistent monthly lead flow."
buttons={[
{ text: "Book a Call", href: "https://calendly.com" },
{ text: "See Our Work", href: "/portfolio" }
]}
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
testimonials={[
@@ -193,7 +208,7 @@ export default function HomePage() {
id: "6", name: "Amanda Roberts", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/professional-headshot-of-business-profes-1772481632529-643b0c2e.png", imageAlt: "Amanda Roberts"
}
]}
cardTitle="Service businesses trust Navo Lab to deliver consistent, qualified leads every month"
cardTitle="Service businesses trust Navo Lab to deliver consistent, qualified leads every single month"
cardTag="Customer Success"
cardTagIcon={Heart}
cardAnimation="slide-up"
@@ -203,11 +218,11 @@ export default function HomePage() {
<div id="contact" data-section="contact">
<ContactCTA
tag="Ready to Grow"
tag="Get Started Today"
tagIcon={Zap}
tagAnimation="slide-up"
title="Get Your Free Digital Audit Today"
description="Discover your digital opportunities and receive personalized recommendations from our AI-powered platform. No credit card required."
description="Discover hidden opportunities in your current marketing. Our team will analyze your business, identify what's working and what's not, and deliver actionable recommendations—all completely free with no obligations."
buttons={[
{ text: "Request Free Audit", href: "/contact" },
{ text: "Schedule a Call", href: "https://calendly.com" }
@@ -227,4 +242,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -39,27 +39,25 @@ export default function PricingPage() {
<div id="pricing-plans" data-section="pricing-plans">
<PricingCardOne
title="Flexible Plans for Every Service Business"
description="Transparent pricing with no hidden fees. Scale as you grow. All plans include dedicated support and detailed monthly reporting."
title="Simple, Transparent Investment"
description="Monthly retainers. No long-term contracts. We earn your business every month."
tag="Investment Tiers"
tagAnimation="slide-up"
plans={[
{
id: "starter", badge: "Best for Startups", badgeIcon: Rocket,
price: "$2,500", subtitle: "Perfect for businesses just starting their digital lead generation journey", features: [
"50-100 qualified leads/month", "Weekly progress reporting", "Basic AI targeting", "Email support", "Monthly strategy review"
id: "foundation", badge: "Foundation", price: "$2,000/mo", subtitle: "Perfect for single-location businesses", features: [
"GBP optimization", "Local citation building", "Basic SEO setup", "Monthly progress reporting", "Email support"
]
},
{
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
price: "$5,000", subtitle: "Ideal for growing service businesses ready to scale", features: [
"100-200 qualified leads/month", "Weekly progress reporting", "Advanced AI targeting", "Dedicated account manager", "Monthly strategy calls", "Detailed monthly metrics", "Campaign optimization"
id: "growth", badge: "Growth", badgeIcon: Sparkles,
price: "$3,500/mo", subtitle: "Most Popular - For businesses ready to dominate their local market", features: [
"Everything in Foundation", "Full 22-point marketing system", "Strategic content production", "Weekly strategy calls", "Dedicated account manager", "Landing page optimization"
]
},
{
id: "enterprise", badge: "Premium Support", badgeIcon: Crown,
price: "$10,000", subtitle: "For established businesses demanding maximum results", features: [
"200-400 qualified leads/month", "Weekly progress reporting", "Advanced AI + custom targeting", "Dedicated account manager + specialist", "Bi-weekly strategy calls", "Detailed monthly metrics", "Advanced campaign optimization", "Priority support", "Quarterly business reviews"
id: "scale", badge: "Scale", price: "$5,000/mo", subtitle: "For businesses ready to own their market across multiple locations", features: [
"Everything in Growth", "Multi-location SEO", "Advanced content flywheel", "Bi-weekly strategy calls", "Priority support", "Paid ads management"
]
}
]}
@@ -73,17 +71,17 @@ export default function PricingPage() {
<div id="pricing-details" data-section="pricing-details">
<FeatureCardMedia
title="What's Included in Every Plan"
description="All tiers include comprehensive support and transparent reporting"
title="What Every Plan Includes"
description="From day one, you get access to our complete platform and dedicated support"
features={[
{
id: "included-1", title: "AI-Powered Targeting", description: "Our machine learning algorithms identify and target your ideal customers across multiple channels for maximum precision.", tag: "Core Feature", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/abstract-futuristic-ai-technology-visual-1772481632775-04d1d2d8.png?_wi=4", imageAlt: "AI targeting technology"
id: "included-1", title: "Lead Generation", description: "Our proven process identifies and reaches high-intent prospects actively searching for your services. We focus on quality over quantity—every lead is pre-qualified.", tag: "Core Feature", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/abstract-futuristic-ai-technology-visual-1772481632775-04d1d2d8.png?_wi=4", imageAlt: "Lead generation technology"
},
{
id: "included-2", title: "Dedicated Account Management", description: "Get a dedicated point of contact who understands your business goals and manages your campaigns daily for optimal performance.", tag: "Core Feature", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/professional-headshot-of-team-member-in--1772481632698-b8cddcbc.png?_wi=2", imageAlt: "Account management"
id: "included-2", title: "Dedicated Account Management", description: "You get a real person managing your campaigns, not an algorithm. Your account manager understands your business, your goals, and works daily to maximize your results.", tag: "Core Feature", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/professional-headshot-of-team-member-in--1772481632698-b8cddcbc.png?_wi=2", imageAlt: "Account management"
},
{
id: "included-3", title: "Transparent Reporting", description: "Receive detailed monthly reports showing exactly what you paid for, what leads you received, and your ROI. No vanity metrics.", tag: "Core Feature", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/digital-audit-report-or-analytics-dashbo-1772481636177-fcab0e9b.png?_wi=4", imageAlt: "Transparent reporting"
id: "included-3", title: "Transparent Monthly Reporting", description: "Detailed reports showing leads delivered, conversion rates, cost per lead, and ROI. You'll always know exactly what you're paying for and what results you're getting.", tag: "Core Feature", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/digital-audit-report-or-analytics-dashbo-1772481636177-fcab0e9b.png?_wi=4", imageAlt: "Transparent reporting"
}
]}
animationType="slide-up"
@@ -98,7 +96,7 @@ export default function PricingPage() {
tagIcon={Zap}
tagAnimation="slide-up"
title="Ready to Scale Your Service Business?"
description="Start with a free digital audit to understand your opportunities. No credit card required. Our team will contact you within 24 hours."
description="Start with a free digital audit to understand your opportunities. We'll analyze your current marketing, identify what's working, and show you the real potential for your business. No credit card required."
buttons={[
{ text: "Get Free Audit", href: "/contact" },
{ text: "Schedule Demo", href: "https://calendly.com" }

View File

@@ -13,7 +13,7 @@
--background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #1f3251;;
--primary-cta: #1e4fff;;
--primary-cta-text: #f5f5f5;;
--secondary-cta: #ffffff;;
--secondary-cta-text: #1c1c1c;;