diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 4c2a489..40ec559 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -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}
/>
@@ -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() {
@@ -97,8 +98,7 @@ export default function EstimatorPage() {
@@ -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}
/>
@@ -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() {
@@ -116,8 +105,7 @@ export default function ServicesPage() {