Compare commits
23 Commits
version_12
...
version_21
| Author | SHA1 | Date | |
|---|---|---|---|
| 507cf90e7f | |||
| 971c877aae | |||
| eb335d452e | |||
| 75cc9d0bdc | |||
| 9a671e984d | |||
| 57727898b8 | |||
| ad46145172 | |||
| a02414d0d1 | |||
| 4c39b7be5d | |||
| c95c23490c | |||
| 762c6762e6 | |||
| 074ea40137 | |||
| 042eb6ec8c | |||
| 2bf40c255a | |||
| 7036bec97f | |||
| fdbe7ae858 | |||
| d603ed215d | |||
| fec6f90de3 | |||
| d3adcf23fc | |||
| cd1392c8d3 | |||
| 0fcda45fea | |||
| 14fcd33a68 | |||
| e6cfa517aa |
@@ -2,12 +2,13 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import AboutMetric from "@/components/sections/about/AboutMetric";
|
||||
import HeroSplit from "@/components/sections/hero/HeroSplit";
|
||||
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
|
||||
import TeamCardSix from "@/components/sections/team/TeamCardSix";
|
||||
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import Link from "next/link";
|
||||
import { Zap, TrendingUp, Phone, Calendar, Users, Award, Lightbulb, Target } from "lucide-react";
|
||||
import { Zap } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
@@ -38,33 +39,77 @@ export default function AboutPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about-company" data-section="about-company">
|
||||
<AboutMetric
|
||||
title="About Navo Lab: Revolutionizing Lead Generation for Service Businesses"
|
||||
metrics={[
|
||||
{ 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%" }
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
title="About Navo Lab"
|
||||
description="Founded by Karu Thompson in late 2024 in St. Petersburg, Florida, Navo Lab was built on a simple principle: testing and proving systems work in real service businesses before claiming they do. We don't use vanity metrics or theoretical frameworks. Every strategy we recommend comes from real-world application and measurable results."
|
||||
tag="Our Story"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "Schedule Consultation", href: "/contact" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
fixedMediaHeight={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="our-mission" data-section="our-mission">
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardSix
|
||||
title="Meet Our Team"
|
||||
description="The experts behind our data-driven growth strategies"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
members={[
|
||||
{
|
||||
id: "karu", name: "Karu Thompson", role: "Founder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/uploaded-1775600092595-an0m09wi.png", imageAlt: "Karu Thompson"
|
||||
},
|
||||
{
|
||||
id: "esteban", name: "Esteban Sarmiento", role: "Head of Content", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/uploaded-1775600092595-2zjzpthg.png", imageAlt: "Esteban Sarmiento"
|
||||
},
|
||||
{
|
||||
id: "isabella", name: "Isabella Bernal", role: "Digital Marketing Lead", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/uploaded-1775600092595-ladfdxgz.jpg", imageAlt: "Isabella Bernal"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="founder-story" data-section="founder-story">
|
||||
<TextSplitAbout
|
||||
title="Built by Testing in Real Businesses"
|
||||
description={[
|
||||
"Karu Thompson founded Navo Lab after years of direct testing and optimization in actual service businesses. Rather than relying on industry assumptions or marketing theories, every system Navo Lab uses today has been validated through real business implementation. We saw what worked consistently and what failed. We measured results directly—not vanity metrics, but actual lead quality and business impact.", "This hands-on approach revealed clear patterns: most agencies sell generic solutions and rely on inflated numbers. Service business owners deserve better. They need partners who understand their specific challenges, test strategies in their real market conditions, and report honest results.", "Navo Lab was founded to deliver exactly that. We build and test systems on real businesses first. We prove they work. Then we scale them for other service companies facing the same lead generation challenges. Everything we do is grounded in direct business testing and measurable outcomes."
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Learn Our Approach", href: "#our-approach" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="our-approach" data-section="our-approach">
|
||||
<FeatureCardMedia
|
||||
title="Our Mission & Values"
|
||||
description="We're committed to transparent, results-driven lead generation that transforms service businesses"
|
||||
title="Our Approach: Built on Testing, Not Theory"
|
||||
description="Every strategy we recommend comes from direct business testing and proven results"
|
||||
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: "approach-1", title: "Real Business Testing", description: "We tested lead generation strategies directly in service businesses. Every tactic we implement has been validated through real-world results. We know what works because we've seen it work repeatedly in actual business environments.", tag: "Foundation"
|
||||
},
|
||||
{
|
||||
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: "approach-2", title: "Service Industry Focus", description: "We understand the service business landscape—sales cycles, customer behavior, competitive pressures, seasonal patterns. This knowledge comes from testing in real HVAC, plumbing, electrical, roofing, and construction businesses.", tag: "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"
|
||||
id: "approach-3", title: "Transparent, Measurable Results", description: "We track leads delivered, conversion rates, cost per lead, and direct ROI. No inflated numbers. No vanity metrics. You'll see exactly what you're paying for and what results you're getting each month.", tag: "Accountability"
|
||||
},
|
||||
{
|
||||
id: "approach-4", title: "Continuous Optimization", description: "We apply what we learned through testing to continuously refine your strategy. Based on real data and real performance, we improve targeting, messaging, and channel strategy. Your lead quality improves as we learn what works best for your specific business.", tag: "Growth"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -75,17 +120,17 @@ export default function AboutPage() {
|
||||
|
||||
<div id="about-cta" data-section="about-cta">
|
||||
<ContactCTA
|
||||
tag="Join Our Community"
|
||||
tag="Ready to Grow"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
title="Ready to Learn More About Navo Lab?"
|
||||
description="Schedule a consultation with our team to discuss your lead generation goals and discover how we can transform your service business."
|
||||
title="Ready to Transform Your Lead Generation?"
|
||||
description="Schedule a consultation with our team to discuss your lead generation goals. We'll share what we've learned from years of testing and show you exactly how Navo Lab can deliver consistent, qualified leads for your service business."
|
||||
buttons={[
|
||||
{ text: "Schedule Consultation", href: "/contact" },
|
||||
{ text: "Get Free Audit", href: "/contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -9,15 +9,15 @@ import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
||||
import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { Zap, TrendingUp, Phone, Calendar, Users, Heart, Rocket, Sparkles, Crown, Briefcase, BarChart3, Target } from "lucide-react";
|
||||
import { Zap, Sparkles, Briefcase, BarChart3 } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
{ name: "How It Works", id: "how-it-works" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "About Us", id: "/about-us" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "About Us", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -68,18 +68,10 @@ export default function HomePage() {
|
||||
tag="Process"
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
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: "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: "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: "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"
|
||||
}
|
||||
{ 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: "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: "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: "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"
|
||||
textboxLayout="default"
|
||||
@@ -89,18 +81,13 @@ 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 service companies. We understand your business because we've worked in it."
|
||||
title="Our Service Delivery Framework"
|
||||
description="The complete systems and strategies we implement for every service business client"
|
||||
features={[
|
||||
{
|
||||
id: "feature-1", title: "Full-Stack Growth Engine", description: "Other agencies do SEO or content. We run the full system — SEO, lead funnels, content, and distribution — integrated as one engine.", tag: "Growth"
|
||||
},
|
||||
{
|
||||
id: "feature-2", title: "Proven on Real Businesses", description: "We built and tested our system on real companies before offering it to anyone else. Our results speak for themselves.", tag: "Proven"
|
||||
},
|
||||
{
|
||||
id: "feature-3", title: "No Vanity Metrics", description: "We don't sell impressions or followers. We track leads, revenue, and ROI. If your phone isn't ringing more, we're not doing our job.", tag: "Transparency"
|
||||
}
|
||||
{ id: "feature-1", title: "22-Point Marketing System", description: "Our comprehensive digital infrastructure covering SEO optimization, local citation management, content distribution, lead funnel setup, and performance tracking.", tag: "Core System" },
|
||||
{ id: "feature-2", title: "Strategic Content Package", description: "Proven educational and promotional content developed for your specific service vertical.", tag: "Content Strategy" },
|
||||
{ id: "feature-3", title: "Local SEO Domination", description: "Complete local search optimization including Google Business Profile management, local citation building, and review generation.", tag: "Local Visibility" },
|
||||
{ id: "feature-4", title: "Content Flywheel", description: "Our system that compounds results over time. Strategic content attracts prospects, builds authority, improves SEO rankings, and generates continuous leads.", tag: "Growth Engine" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -110,16 +97,14 @@ export default function HomePage() {
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
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"
|
||||
title="Trusted by Leading Service Businesses"
|
||||
description="From single-location shops to multi-state operations, service businesses rely on Navo Lab for consistent, predictable lead flow"
|
||||
tag="Our Partners"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={["BlueFlame HVAC", "ProPlumbing Solutions", "ElectriPro Services", "RoofMax Construction", "Elite Electrical", "ClimateControl HVAC", "Precision Plumbers"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/creative-hvac-logo-template_23-2149210119.jpg", "http://img.b2bpic.net/free-vector/flat-design-construction-company-logo-template_23-2150005184.jpg", "http://img.b2bpic.net/free-vector/flat-design-storm-logo-template_23-2149189464.jpg", "http://img.b2bpic.net/free-vector/yellow-black-geometric-logos-monoline-style_23-2147697748.jpg", "http://img.b2bpic.net/free-vector/dental-logo-template_1057-2630.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1195-112.jpg", "http://img.b2bpic.net/free-psd/architecture-project-landing-page_23-2150284053.jpg"
|
||||
]}
|
||||
names={["BlueFlame HVAC", "ProPlumbing Solutions", "ElectriPro Services", "RoofMax Construction", "Elite Electrical"]}
|
||||
logos={[]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -133,28 +118,22 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
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: "foundation", badge: "Foundation", price: "$1,500/mo", subtitle: "Perfect for single-location businesses", features: ["GBP optimization", "Local citation building", "Basic SEO setup", "AI search optimization", "Monthly progress reporting"]
|
||||
},
|
||||
{
|
||||
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"
|
||||
]
|
||||
price: "$3,500/mo", subtitle: "Most Popular - For businesses ready to dominate their local market", features: ["Everything in Foundation", "B2B outreach campaigns", "Full 22-point marketing system", "Strategic content production", "Dedicated account manager"]
|
||||
},
|
||||
{
|
||||
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"
|
||||
]
|
||||
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", "Priority support", "Paid ads management"]
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "Schedule Call", href: "https://calendly.com" }
|
||||
{ text: "Start Your Growth", href: "/contact" },
|
||||
{ text: "Speak with an Expert", href: "https://calendly.com" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -168,25 +147,10 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "HB Design & Engineering", description: "Structural engineering firm centralized their marketing through Navo Lab, generating a high six-figure project opportunity through improved Google visibility. The strategic optimization resulted in over 40x return on their monthly investment in the first quarter alone.", icon: Briefcase,
|
||||
title: "HB Design & Engineering", description: "Structural engineering firm centralized their marketing through Navo Lab, achieving 12x ROI, 5 leads from AI search within 60 days, 1 lead paid for entire year of marketing services, and 73% increase in web traffic.", icon: Briefcase,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "data:image/svg+xml,%3Csvg xmlns=?_wi=1'http://www.w3.org/2000/svg' viewBox='0 0 400 300'%3E%3Crect fill='%23f0f0f0' width='400' height='300'/%3E%3Ctext x='200' y='150' font-size='24' fill='%23999' text-anchor='middle' dominant-baseline='middle'%3EEngineering Success%3C/text%3E%3C/svg%3E", imageAlt: "Engineering project success"
|
||||
},
|
||||
{
|
||||
imageSrc: "data:image/svg+xml,%3Csvg xmlns=?_wi=2'http://www.w3.org/2000/svg' viewBox='0 0 400 300'%3E%3Crect fill='%23f0f0f0' width='400' height='300'/%3E%3Ctext x='200' y='150' font-size='24' fill='%23999' text-anchor='middle' dominant-baseline='middle'%3E40x ROI Growth%3C/text%3E%3C/svg%3E", imageAlt: "40x return on investment"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "The Service Pros", description: "Through strategic educational video content and targeted distribution, The Service Pros achieved 50,000 social media views in their first month—all with zero ad spend. Their organic reach strategy proved that quality content combined with smart positioning drives real engagement and qualified leads.", icon: BarChart3,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "data:image/svg+xml,%3Csvg xmlns=?_wi=3'http://www.w3.org/2000/svg' viewBox='0 0 400 300'%3E%3Crect fill='%23f0f0f0' width='400' height='300'/%3E%3Ctext x='200' y='150' font-size='24' fill='%23999' text-anchor='middle' dominant-baseline='middle'%3E50K Social Views%3C/text%3E%3C/svg%3E", imageAlt: "50000 social media views"
|
||||
},
|
||||
{
|
||||
imageSrc: "data:image/svg+xml,%3Csvg xmlns=?_wi=4'http://www.w3.org/2000/svg' viewBox='0 0 400 300'%3E%3Crect fill='%23f0f0f0' width='400' height='300'/%3E%3Ctext x='200' y='150' font-size='24' fill='%23999' text-anchor='middle' dominant-baseline='middle'%3EZero Ad Spend%3C/text%3E%3C/svg%3E", imageAlt: "Zero advertising cost"
|
||||
}
|
||||
{ imageSrc: "", imageAlt: "" },
|
||||
{ imageSrc: "", imageAlt: "" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -239,4 +203,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -4,9 +4,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
||||
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { Zap, Rocket, Sparkles, Crown } from "lucide-react";
|
||||
import { Zap, Sparkles } from "lucide-react";
|
||||
|
||||
export default function PricingPage() {
|
||||
const navItems = [
|
||||
@@ -41,7 +42,7 @@ export default function PricingPage() {
|
||||
<PricingCardOne
|
||||
title="Simple, Transparent Investment"
|
||||
description="Monthly retainers. No long-term contracts. We earn your business every month."
|
||||
tag="Investment Tiers"
|
||||
tag="Simple Pricing"
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
@@ -64,7 +65,10 @@ export default function PricingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Get Started", href: "/contact" }]}
|
||||
buttons={[
|
||||
{ text: "Start Your Growth", href: "/contact" },
|
||||
{ text: "Speak with an Expert", href: "https://calendly.com" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -81,7 +85,7 @@ export default function PricingPage() {
|
||||
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 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"
|
||||
id: "included-3", title: "Transparent Monthly Reporting", description: "Detailed reports showing leads delivered, conversion metrics, 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"
|
||||
@@ -90,6 +94,44 @@ export default function PricingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about Navo Lab and our lead generation services"
|
||||
tag="FAQ"
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1", title: "What is Navo Lab?", content: "Navo Lab is a digital marketing growth engine specializing in lead generation and SEO for local service businesses. We help HVAC, plumbing, electrical, roofing, and other service companies generate consistent, qualified leads through proven digital marketing strategies and dedicated account management."
|
||||
},
|
||||
{
|
||||
id: "faq-2", title: "How does Navo Lab generate leads?", content: "We use a comprehensive 22-point digital marketing system that includes local SEO optimization, strategic content creation, Google Business Profile management, local citation building, and targeted digital outreach. Our approach focuses on reaching high-intent prospects actively searching for your services in your service area."
|
||||
},
|
||||
{
|
||||
id: "faq-3", title: "What service industries do you work with?", content: "We specialize in lead generation for service businesses including HVAC, plumbing, electrical, roofing, construction, and similar trades. We have deep expertise in understanding the sales cycles, customer behavior, and marketing challenges specific to local service companies."
|
||||
},
|
||||
{
|
||||
id: "faq-4", title: "Are there long-term contracts?", content: "No. We offer flexible month-to-month retainers with no long-term contracts required. We believe in earning your business every single month through consistent results and dedicated service."
|
||||
},
|
||||
{
|
||||
id: "faq-5", title: "How do I know what results I'm getting?", content: "You receive detailed monthly reports showing leads delivered, conversion metrics, cost per lead, and ROI. We believe in complete transparency—you'll always know exactly what you're paying for and what results you're achieving."
|
||||
},
|
||||
{
|
||||
id: "faq-6", title: "What makes Navo Lab different?", content: "We combine deep industry expertise with proven marketing systems and dedicated account management. We focus on quality leads, not vanity metrics. Your success is our success, and we work daily to optimize your lead flow and results."
|
||||
},
|
||||
{
|
||||
id: "faq-7", title: "How long before I see results?", content: "Most clients begin seeing qualified leads within the first 30-60 days of implementation. However, our approach is designed for long-term sustainable growth. The longer you're with us, the stronger your lead flow becomes as SEO rankings improve and your digital presence compounds."
|
||||
},
|
||||
{
|
||||
id: "faq-8", title: "What's included in each pricing tier?", content: "All tiers include our full digital marketing platform and dedicated support. Foundation includes essential SEO setup and monthly reporting. Growth adds our complete 22-point system and weekly strategy calls. Scale provides multi-location capabilities and bi-weekly optimization sessions."
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing-cta" data-section="pricing-cta">
|
||||
<ContactCTA
|
||||
tag="Choose Your Plan"
|
||||
@@ -116,4 +158,4 @@ export default function PricingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user