3 Commits

Author SHA1 Message Date
cd1392c8d3 Update src/app/page.tsx 2026-03-11 02:10:41 +00:00
14fcd33a68 Update src/app/page.tsx 2026-03-11 02:10:02 +00:00
e6cfa517aa Merge version_12 into main
Merge version_12 into main
2026-03-11 02:07:41 +00:00

View File

@@ -89,17 +89,20 @@ 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-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. Every element works together to generate consistent, qualified leads for your service business.", tag: "Core System"
},
{
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-2", title: "Strategic Content Package", description: "Proven educational and promotional content developed for your specific service vertical. We create blog posts, video scripts, service guides, and case studies that position you as the expert and drive organic traffic to your business.", tag: "Content Strategy"
},
{
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-3", title: "Local SEO Domination", description: "Complete local search optimization including Google Business Profile management, local citation building, review generation, and location-specific keyword targeting. We get you found when prospects search for your services in your service area.", 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 qualified leads month after month. The longer you're with us, the stronger your lead flow becomes.", tag: "Growth Engine"
}
]}
animationType="slide-up"
@@ -239,4 +242,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}