7 Commits

Author SHA1 Message Date
9a671e984d Update src/app/page.tsx 2026-04-03 19:00:16 +00:00
57727898b8 Merge version_18 into main
Merge version_18 into main
2026-04-03 18:56:28 +00:00
ad46145172 Update src/app/pricing/page.tsx 2026-04-03 18:56:25 +00:00
a02414d0d1 Update src/app/page.tsx 2026-04-03 18:56:25 +00:00
4c39b7be5d Merge version_17 into main
Merge version_17 into main
2026-04-03 17:48:44 +00:00
c95c23490c Update src/app/page.tsx 2026-04-03 17:48:41 +00:00
762c6762e6 Merge version_16 into main
Merge version_16 into main
2026-03-11 02:18:32 +00:00
2 changed files with 11 additions and 8 deletions

View File

@@ -113,15 +113,15 @@ export default function HomePage() {
<div id="social-proof" data-section="social-proof">
<SocialProofOne
title="Trusted by Service Businesses in Florida"
description="From single-location shops to multi-state operations, service businesses across Florida 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"
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/uploaded-1775242562444-77lrvmrk.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/uploaded-1775242562445-wlttzi8x.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/uploaded-1775242562445-0b0pvdcu.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/uploaded-1775242562445-qwmkjgan.png"
]}
speed={40}
showCard={true}
@@ -156,8 +156,8 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Book a Call", 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"
/>

View File

@@ -65,7 +65,10 @@ export default function PricingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Book a Call", href: "/contact" }]}
buttons={[
{ text: "Start Your Growth", href: "/contact" },
{ text: "Speak with an Expert", href: "https://calendly.com" }
]}
buttonAnimation="slide-up"
/>
</div>
@@ -82,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"
@@ -155,4 +158,4 @@ export default function PricingPage() {
</div>
</ThemeProvider>
);
}
}