Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-27 21:09:43 +00:00

View File

@@ -10,8 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import { Calendar, CheckCircle2, TrendingUp, Target, Users } from "lucide-react";
import { Calendar, TrendingUp, Target, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -55,11 +54,12 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
title="Our 4-Stage Growth System"
useInvertedBackground={false}
features={[
{ id: "1", title: "Discovery & Strategy", tags: ["Research", "Niche"], description: "Identifying winning content formats that align with your business goals." },
{ id: "2", title: "Production & Editing", tags: ["Scripting", "Editing"], description: "Turning raw concepts into high-converting, algorithm-optimized assets." },
{ id: "3", title: "Paid Funnel Setup", tags: ["Meta", "Google"], description: "Amplifying your best organic content through targeted, high-intent ad funnels." },
{ id: "4", title: "Automated Booking", tags: ["Intake", "Growth"], description: "Connecting the system directly to your calendar for hands-free client intake." },
{ id: "1", title: "Discovery & Strategy", tags: ["Research", "Niche"] },
{ id: "2", title: "Production & Editing", tags: ["Scripting", "Editing"] },
{ id: "3", title: "Paid Funnel Setup", tags: ["Meta", "Google"] },
{ id: "4", title: "Automated Booking", tags: ["Intake", "Growth"] },
]}
/>
</div>
@@ -70,6 +70,7 @@ export default function LandingPage() {
textboxLayout="split"
title="Proven Performance"
description="Measurable impact for local service brands."
useInvertedBackground={false}
metrics={[
{ id: "m1", icon: TrendingUp, title: "Platform Reach", value: "15M+" },
{ id: "m2", icon: Target, title: "Client Intake", value: "500+" },
@@ -83,6 +84,8 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
title="Core Offerings"
description="Tailored growth packages."
useInvertedBackground={false}
plans={[
{ id: "p1", badge: "Essential", price: "$850/mo", subtitle: "Core System", features: ["Content Strategy", "Platform Optimization", "Paid Ads Management"], buttons: [{ text: "Select", href: "#contact" }] },
{ id: "p2", badge: "Growth", price: "$1,850/mo", subtitle: "Scale Partner", features: ["Core Features Included", "Custom Content Filming", "Dedicated Management"], buttons: [{ text: "Select", href: "#contact" }] },
@@ -96,6 +99,7 @@ export default function LandingPage() {
description={[
"Velros was born out of a desire to fix the broken marketing model for local businesses. We don't believe in vanity metrics; we believe in systems that drive revenue.", "Founders Dodley Dorval and Taylor Fray built Velros to bring enterprise-grade acquisition strategies to med spas, clinics, and fitness studios."
]}
useInvertedBackground={false}
buttons={[{ text: "Learn More", href: "#" }]}
/>
</div>
@@ -107,6 +111,7 @@ export default function LandingPage() {
ctaDescription="Book a free 15-minute consultation to audit your current system and see if we're a match."
ctaButton={{ text: "Book Now", href: "#" }}
ctaIcon={Calendar}
useInvertedBackground={false}
faqs={[
{ id: "1", title: "How do we get started?", content: "Book a discovery call so we can audit your current acquisition funnel." },
{ id: "2", title: "Is this suitable for my niche?", content: "We focus on high-ticket service-based local businesses." }