Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-04 09:25:38 +00:00
4 changed files with 60 additions and 185 deletions

View File

@@ -25,7 +25,7 @@ export default function AboutPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="mediumLarge"
background="blurBottom"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
@@ -50,9 +50,10 @@ export default function AboutPage() {
{ value: "500+", title: "Active Contractors" },
{ value: "1M+", title: "Leads Generated" },
]}
imageSrc="http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg"
imageAlt="Levos Digital team mission"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -66,25 +67,9 @@ export default function AboutPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Elite Roofing Solutions",
"ProConcrete Specialists",
"GreenScape Landscaping",
"SolarMax Energy",
"HomeShield HVAC",
"Apex Plumbing Co",
"ProPaint Contractors",
"ElectriPro Services",
]}
"Elite Roofing Solutions", "ProConcrete Specialists", "GreenScape Landscaping", "SolarMax Energy", "HomeShield HVAC", "Apex Plumbing Co", "ProPaint Contractors", "ElectriPro Services"]}
logos={[
"http://img.b2bpic.net/free-vector/gradient-technology-logo-template-collection_23-2148220192.jpg",
"http://img.b2bpic.net/free-vector/brick-logo-template-design_23-2150367186.jpg",
"http://img.b2bpic.net/free-vector/luxury-elegant-real-estate-logotypes_197582-194.jpg",
"http://img.b2bpic.net/free-vector/flat-design-renewable-energy-logo-template_23-2150004019.jpg",
"http://img.b2bpic.net/free-vector/creative-hvac-logo-template_23-2149217829.jpg",
"http://img.b2bpic.net/free-vector/vintage-plumbing-logo_742173-6828.jpg",
"http://img.b2bpic.net/free-vector/gradient-paint-gun-logo-template_23-2149999435.jpg",
"http://img.b2bpic.net/free-vector/flat-design-storm-logo-template_23-2149189464.jpg",
]}
"http://img.b2bpic.net/free-vector/gradient-technology-logo-template-collection_23-2148220192.jpg", "http://img.b2bpic.net/free-vector/brick-logo-template-design_23-2150367186.jpg", "http://img.b2bpic.net/free-vector/luxury-elegant-real-estate-logotypes_197582-194.jpg", "http://img.b2bpic.net/free-vector/flat-design-renewable-energy-logo-template_23-2150004019.jpg", "http://img.b2bpic.net/free-vector/creative-hvac-logo-template_23-2149217829.jpg", "http://img.b2bpic.net/free-vector/vintage-plumbing-logo_742173-6828.jpg", "http://img.b2bpic.net/free-vector/gradient-paint-gun-logo-template_23-2149999435.jpg", "http://img.b2bpic.net/free-vector/flat-design-storm-logo-template_23-2149189464.jpg"]}
speed={40}
showCard={true}
/>
@@ -107,8 +92,7 @@ export default function AboutPage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "Pricing", href: "/pricing" },
@@ -116,8 +100,7 @@ export default function AboutPage() {
],
},
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Website Builder", href: "/services" },
{ label: "Estimator Tool", href: "/estimator" },
{ label: "Automation Suite", href: "/services" },
@@ -125,8 +108,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Blog", href: "#" },
@@ -134,8 +116,7 @@ export default function AboutPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Security", href: "#" },

View File

@@ -25,7 +25,7 @@ export default function EstimatorPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="mediumLarge"
background="blurBottom"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
@@ -76,6 +76,7 @@ export default function EstimatorPage() {
imageSrc="http://img.b2bpic.net/free-photo/agreement-commitment-negotiation-partnership-collaboration_53876-13789.jpg"
imageAlt="Estimator workflow automation"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={true}
/>
</div>
@@ -97,8 +98,7 @@ export default function EstimatorPage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "Pricing", href: "/pricing" },
@@ -106,8 +106,7 @@ export default function EstimatorPage() {
],
},
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Website Builder", href: "/services" },
{ label: "Estimator Tool", href: "/estimator" },
{ label: "Automation Suite", href: "/services" },
@@ -115,8 +114,7 @@ export default function EstimatorPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Blog", href: "#" },
@@ -124,8 +122,7 @@ export default function EstimatorPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Security", href: "#" },

View File

@@ -29,7 +29,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="mediumLarge"
background="blurBottom"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
@@ -48,7 +48,7 @@ export default function HomePage() {
<HeroSplitKpi
title="Fast Websites Built for Contractors"
description="Get a professional white-label website for your roofing, concrete, landscaping, or solar business. Launch in days, not months. Includes custom AI automations that eliminate scheduling chaos and quoting tedium."
background={{ variant: "blurBottom" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "4-10 Days", label: "Launch Timeline" },
{ value: "100% White-Label", label: "Your Brand" },
@@ -61,7 +61,7 @@ export default function HomePage() {
{ text: "Get a Demo", href: "/contact" },
{ text: "See Estimator", href: "/estimator" },
]}
imageSrc="http://img.b2bpic.net/free-photo/office-worker-setting-project-reminders_482257-119416.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/office-worker-setting-project-reminders_482257-119416.jpg"
imageAlt="Levos Digital website builder interface"
mediaAnimation="slide-up"
/>
@@ -72,34 +72,22 @@ export default function HomePage() {
features={[
{
icon: Zap,
title: "Lightning-Fast Builds",
description: "We get your site live in 4-10 days. No lengthy design cycles. You own the domain and branding from day one.",
},
title: "Lightning-Fast Builds", description: "We get your site live in 4-10 days. No lengthy design cycles. You own the domain and branding from day one."},
{
icon: Lock,
title: "White-Label Everything",
description: "Your name, your logo, your domain. We're invisible. Your customers think you built it yourself.",
},
title: "White-Label Everything", description: "Your name, your logo, your domain. We're invisible. Your customers think you built it yourself."},
{
icon: Calendar,
title: "AI Scheduling Automation",
description: "Stop manual calendar juggling. AI syncs leads, schedules estimates, and sends reminders automatically.",
},
title: "AI Scheduling Automation", description: "Stop manual calendar juggling. AI syncs leads, schedules estimates, and sends reminders automatically."},
{
icon: FileText,
title: "Instant Quote Generation",
description: "Visual square-foot estimator feeds data into auto-generated quotes. Prep time drops from hours to minutes.",
},
title: "Instant Quote Generation", description: "Visual square-foot estimator feeds data into auto-generated quotes. Prep time drops from hours to minutes."},
{
icon: Database,
title: "Smart Data Extraction",
description: "AI pulls project details from emails, texts, and forms. No re-typing. No missed info. Direct to your workflow.",
},
title: "Smart Data Extraction", description: "AI pulls project details from emails, texts, and forms. No re-typing. No missed info. Direct to your workflow."},
{
icon: TrendingUp,
title: "Lead Conversion Built-In",
description: "Mobile-optimized, fast-loading sites designed to close deals. Simple CTAs, trust signals, and instant scheduling.",
},
title: "Lead Conversion Built-In", description: "Mobile-optimized, fast-loading sites designed to close deals. Simple CTAs, trust signals, and instant scheduling."},
]}
title="Why Contractors Choose Levos"
description="Built for speed, trust, and simplicity—everything service businesses need to convert leads and eliminate admin overhead."
@@ -119,9 +107,10 @@ export default function HomePage() {
{ value: "500+", title: "Active Contractors" },
{ value: "1M+", title: "Leads Generated" },
]}
imageSrc="http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg"
imageAlt="Levos Digital team with contractors"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={true}
/>
</div>
@@ -135,25 +124,9 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Elite Roofing Solutions",
"ProConcrete Specialists",
"GreenScape Landscaping",
"SolarMax Energy",
"HomeShield HVAC",
"Apex Plumbing Co",
"ProPaint Contractors",
"ElectriPro Services",
]}
"Elite Roofing Solutions", "ProConcrete Specialists", "GreenScape Landscaping", "SolarMax Energy", "HomeShield HVAC", "Apex Plumbing Co", "ProPaint Contractors", "ElectriPro Services"]}
logos={[
"http://img.b2bpic.net/free-vector/gradient-technology-logo-template-collection_23-2148220192.jpg",
"http://img.b2bpic.net/free-vector/brick-logo-template-design_23-2150367186.jpg",
"http://img.b2bpic.net/free-vector/luxury-elegant-real-estate-logotypes_197582-194.jpg",
"http://img.b2bpic.net/free-vector/flat-design-renewable-energy-logo-template_23-2150004019.jpg",
"http://img.b2bpic.net/free-vector/creative-hvac-logo-template_23-2149217829.jpg",
"http://img.b2bpic.net/free-vector/vintage-plumbing-logo_742173-6828.jpg",
"http://img.b2bpic.net/free-vector/gradient-paint-gun-logo-template_23-2149999435.jpg",
"http://img.b2bpic.net/free-vector/flat-design-storm-logo-template_23-2149189464.jpg",
]}
"http://img.b2bpic.net/free-vector/gradient-technology-logo-template-collection_23-2148220192.jpg", "http://img.b2bpic.net/free-vector/brick-logo-template-design_23-2150367186.jpg", "http://img.b2bpic.net/free-vector/luxury-elegant-real-estate-logotypes_197582-194.jpg", "http://img.b2bpic.net/free-vector/flat-design-renewable-energy-logo-template_23-2150004019.jpg", "http://img.b2bpic.net/free-vector/creative-hvac-logo-template_23-2149217829.jpg", "http://img.b2bpic.net/free-vector/vintage-plumbing-logo_742173-6828.jpg", "http://img.b2bpic.net/free-vector/gradient-paint-gun-logo-template_23-2149999435.jpg", "http://img.b2bpic.net/free-vector/flat-design-storm-logo-template_23-2149189464.jpg"]}
speed={40}
showCard={true}
/>
@@ -169,55 +142,22 @@ export default function HomePage() {
useInvertedBackground={false}
plans={[
{
id: "starter",
badge: "Great Start",
badgeIcon: Sparkles,
price: "$2,500",
subtitle: "One-time setup fee for launch",
buttons: [{ text: "Get Started", href: "/contact" }],
id: "starter", badge: "Great Start", badgeIcon: Sparkles,
price: "$2,500", subtitle: "One-time setup fee for launch", buttons: [{ text: "Get Started", href: "/contact" }],
features: [
"Professional website (4-10 day build)",
"White-label, fully branded",
"Mobile-optimized design",
"3 custom integrations",
"Basic lead forms",
"30 days of support",
],
"Professional website (4-10 day build)", "White-label, fully branded", "Mobile-optimized design", "3 custom integrations", "Basic lead forms", "30 days of support"],
},
{
id: "pro",
badge: "Most Popular",
badgeIcon: Crown,
price: "$4,500",
subtitle: "Setup + 3 months automations",
buttons: [{ text: "Get a Demo", href: "/contact" }],
id: "pro", badge: "Most Popular", badgeIcon: Crown,
price: "$4,500", subtitle: "Setup + 3 months automations", buttons: [{ text: "Get a Demo", href: "/contact" }],
features: [
"Everything in Starter",
"AI scheduling automation",
"Visual square-foot estimator",
"Auto-quote generation",
"Smart lead routing",
"90 days of support & training",
"Priority email support",
],
"Everything in Starter", "AI scheduling automation", "Visual square-foot estimator", "Auto-quote generation", "Smart lead routing", "90 days of support & training", "Priority email support"],
},
{
id: "enterprise",
badge: "Scale Faster",
badgeIcon: Rocket,
price: "Custom",
subtitle: "For multi-crew or multi-location ops",
buttons: [{ text: "Let's Talk", href: "/contact" }],
id: "enterprise", badge: "Scale Faster", badgeIcon: Rocket,
price: "Custom", subtitle: "For multi-crew or multi-location ops", buttons: [{ text: "Let's Talk", href: "/contact" }],
features: [
"Everything in Pro",
"Custom data extraction AI",
"Multi-location dashboard",
"Advanced reporting & analytics",
"Dedicated account manager",
"6 months of priority support",
"Unlimited integrations",
"Custom automations",
],
"Everything in Pro", "Custom data extraction AI", "Multi-location dashboard", "Advanced reporting & analytics", "Dedicated account manager", "6 months of priority support", "Unlimited integrations", "Custom automations"],
},
]}
/>
@@ -227,41 +167,17 @@ export default function HomePage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1",
name: "Marcus Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "Marcus Johnson",
},
id: "1", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Johnson"},
{
id: "2",
name: "Sarah Chen",
imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg?_wi=1",
imageAlt: "Sarah Chen",
},
id: "2", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg", imageAlt: "Sarah Chen"},
{
id: "3",
name: "Derek Williams",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1",
imageAlt: "Derek Williams",
},
id: "3", name: "Derek Williams", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Derek Williams"},
{
id: "4",
name: "Jennifer Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg?_wi=1",
imageAlt: "Jennifer Rodriguez",
},
id: "4", name: "Jennifer Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", imageAlt: "Jennifer Rodriguez"},
{
id: "5",
name: "Tom Bradley",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "Tom Bradley",
},
id: "5", name: "Tom Bradley", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Tom Bradley"},
{
id: "6",
name: "Amanda Foster",
imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg?_wi=2",
imageAlt: "Amanda Foster",
},
id: "6", name: "Amanda Foster", imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg", imageAlt: "Amanda Foster"},
]}
cardTitle="Join hundreds of contractors who've cut admin time by 70% and doubled their lead conversions"
cardTag="Real Results from Real Contractors"
@@ -288,8 +204,7 @@ export default function HomePage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "Pricing", href: "/pricing" },
@@ -297,8 +212,7 @@ export default function HomePage() {
],
},
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Website Builder", href: "/services" },
{ label: "Estimator Tool", href: "/estimator" },
{ label: "Automation Suite", href: "/services" },
@@ -306,8 +220,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Blog", href: "#" },
@@ -315,8 +228,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Security", href: "#" },

View File

@@ -25,7 +25,7 @@ export default function ServicesPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="mediumLarge"
background="blurBottom"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
@@ -45,34 +45,22 @@ export default function ServicesPage() {
features={[
{
icon: Zap,
title: "Lightning-Fast Builds",
description: "We get your site live in 4-10 days. No lengthy design cycles. You own the domain and branding from day one.",
},
title: "Lightning-Fast Builds", description: "We get your site live in 4-10 days. No lengthy design cycles. You own the domain and branding from day one."},
{
icon: Lock,
title: "White-Label Everything",
description: "Your name, your logo, your domain. We're invisible. Your customers think you built it yourself.",
},
title: "White-Label Everything", description: "Your name, your logo, your domain. We're invisible. Your customers think you built it yourself."},
{
icon: Calendar,
title: "AI Scheduling Automation",
description: "Stop manual calendar juggling. AI syncs leads, schedules estimates, and sends reminders automatically.",
},
title: "AI Scheduling Automation", description: "Stop manual calendar juggling. AI syncs leads, schedules estimates, and sends reminders automatically."},
{
icon: FileText,
title: "Instant Quote Generation",
description: "Visual square-foot estimator feeds data into auto-generated quotes. Prep time drops from hours to minutes.",
},
title: "Instant Quote Generation", description: "Visual square-foot estimator feeds data into auto-generated quotes. Prep time drops from hours to minutes."},
{
icon: Database,
title: "Smart Data Extraction",
description: "AI pulls project details from emails, texts, and forms. No re-typing. No missed info. Direct to your workflow.",
},
title: "Smart Data Extraction", description: "AI pulls project details from emails, texts, and forms. No re-typing. No missed info. Direct to your workflow."},
{
icon: TrendingUp,
title: "Lead Conversion Built-In",
description: "Mobile-optimized, fast-loading sites designed to close deals. Simple CTAs, trust signals, and instant scheduling.",
},
title: "Lead Conversion Built-In", description: "Mobile-optimized, fast-loading sites designed to close deals. Simple CTAs, trust signals, and instant scheduling."},
]}
title="Complete Service Solutions for Contractors"
description="From website design to AI automation, we handle everything you need to grow your contracting business efficiently."
@@ -92,9 +80,10 @@ export default function ServicesPage() {
{ value: "4-10 Days", title: "Average Launch Time" },
{ value: "99.8%", title: "Uptime Guarantee" },
]}
imageSrc="http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg"
imageAlt="Services workflow process"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={true}
/>
</div>
@@ -116,8 +105,7 @@ export default function ServicesPage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "Pricing", href: "/pricing" },
@@ -125,8 +113,7 @@ export default function ServicesPage() {
],
},
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Website Builder", href: "/services" },
{ label: "Estimator Tool", href: "/estimator" },
{ label: "Automation Suite", href: "/services" },
@@ -134,8 +121,7 @@ export default function ServicesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Blog", href: "#" },
@@ -143,8 +129,7 @@ export default function ServicesPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Security", href: "#" },