Merge version_6 into main #6
@@ -27,25 +27,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "How It Works",
|
||||
id: "/how-it-works",
|
||||
},
|
||||
name: "How It Works", id: "/how-it-works"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Nicks 2 Interlock"
|
||||
/>
|
||||
@@ -59,14 +49,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Owner Operator",
|
||||
role: "Direct Access Support",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/professional-owner-operator-portrait-fri-1774639653250-fb822ddf.png?_wi=1",
|
||||
},
|
||||
id: "m1", name: "Owner Operator", role: "Direct Access Support", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/professional-owner-operator-portrait-fri-1774639653250-fb822ddf.png?_wi=1"},
|
||||
]}
|
||||
title="Local Service You Can Trust"
|
||||
description="Serving Colorado since 2008 with a dedicated, owner-led business approach."
|
||||
description="Serving Colorado for 16+ Years with a dedicated, owner-led business approach."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -79,29 +65,21 @@ export default function LandingPage() {
|
||||
description="Connecting you with reliable, non-judgmental support services."
|
||||
features={[
|
||||
{
|
||||
title: "Supportive Environment",
|
||||
description: "We provide a safe space for every client.",
|
||||
icon: Users,
|
||||
title: "Supportive Environment", description: "We provide a safe space for every client.", icon: Users,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/client-being-helped-gentle-professional--1774639652359-aa6ff784.png?_wi=3",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/client-being-helped-gentle-professional--1774639652359-aa6ff784.png?_wi=3"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/supportive-environment-calm-atmosphere-p-1774639652859-96ac00f9.png?_wi=3",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/supportive-environment-calm-atmosphere-p-1774639652859-96ac00f9.png?_wi=3"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Local Experts",
|
||||
description: "Decades of industry experience.",
|
||||
icon: MapPin,
|
||||
title: "Local Experts", description: "Decades of industry experience.", icon: MapPin,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/beautiful-outdoor-view-of-longmont-color-1774639654787-e8e05126.png",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/beautiful-outdoor-view-of-longmont-color-1774639654787-e8e05126.png"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/professional-owner-operator-portrait-fri-1774639653250-fb822ddf.png?_wi=2",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/professional-owner-operator-portrait-fri-1774639653250-fb822ddf.png?_wi=2"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -114,17 +92,11 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -26,25 +26,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "How It Works",
|
||||
id: "/how-it-works",
|
||||
},
|
||||
name: "How It Works", id: "/how-it-works"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Nicks 2 Interlock"
|
||||
/>
|
||||
@@ -54,16 +44,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in touch"
|
||||
title="Need Help? Reach Out Today."
|
||||
description="We are ready to guide you through the process with personal, expert service."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+15550102030",
|
||||
},
|
||||
text: "Call Now", href: "tel:+15550102030"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -77,35 +64,19 @@ export default function LandingPage() {
|
||||
description="Get in touch today for personalized pricing."
|
||||
plans={[
|
||||
{
|
||||
id: "q1",
|
||||
badge: "Standard",
|
||||
price: "Custom",
|
||||
subtitle: "Initial Consultation",
|
||||
features: [
|
||||
"Needs assessment",
|
||||
"Service scheduling",
|
||||
],
|
||||
id: "q1", badge: "Standard", price: "Custom", subtitle: "Initial Consultation", features: [
|
||||
"Needs assessment", "Service scheduling"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
badge: "Direct",
|
||||
price: "Call Now",
|
||||
subtitle: "Speak to Owner",
|
||||
features: [
|
||||
"Direct support",
|
||||
"Fast response",
|
||||
],
|
||||
id: "q2", badge: "Direct", price: "Call Now", subtitle: "Speak to Owner", features: [
|
||||
"Direct support", "Fast response"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Call",
|
||||
href: "tel:+15550102030",
|
||||
},
|
||||
text: "Call", href: "tel:+15550102030"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -118,17 +89,11 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -26,25 +26,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "How It Works",
|
||||
id: "/how-it-works",
|
||||
},
|
||||
name: "How It Works", id: "/how-it-works"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Nicks 2 Interlock"
|
||||
/>
|
||||
@@ -58,29 +48,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Step 1: Requirement",
|
||||
price: "Get Started",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/icon-of-a-legal-document-high-quality-gr-1774639651614-ad88088b.png?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Step 1: Requirement", price: "Get Started", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/icon-of-a-legal-document-high-quality-gr-1774639651614-ad88088b.png?_wi=2"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Step 2: Installation",
|
||||
price: "Schedule Today",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/installation-toolset-professional-and-cl-1774639654423-df9c56cd.png",
|
||||
},
|
||||
id: "p2", name: "Step 2: Installation", price: "Schedule Today", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/installation-toolset-professional-and-cl-1774639654423-df9c56cd.png"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Step 3: Calibration",
|
||||
price: "Stay Compliant",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/calibration-gauge-precise-and-technical-1774639653315-52e976f6.png",
|
||||
},
|
||||
id: "p3", name: "Step 3: Calibration", price: "Stay Compliant", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/calibration-gauge-precise-and-technical-1774639653315-52e976f6.png"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Step 4: Final Removal",
|
||||
price: "Complete Success",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/success-checkmark-sign-professional-grap-1774639655488-fe8de368.jpg",
|
||||
},
|
||||
id: "p4", name: "Step 4: Final Removal", price: "Complete Success", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/success-checkmark-sign-professional-grap-1774639655488-fe8de368.jpg"},
|
||||
]}
|
||||
title="Simple 4-Step Process"
|
||||
description="We make your requirements clear and easy to follow."
|
||||
@@ -96,35 +70,19 @@ export default function LandingPage() {
|
||||
description="Affordable options tailored to your specific compliance needs."
|
||||
plans={[
|
||||
{
|
||||
id: "s1",
|
||||
badge: "Plan A",
|
||||
price: "$100",
|
||||
subtitle: "Basic",
|
||||
features: [
|
||||
"Fast install",
|
||||
"Regular checkup",
|
||||
],
|
||||
id: "s1", badge: "Plan A", price: "$100", subtitle: "Basic", features: [
|
||||
"Fast install", "Regular checkup"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Sign Up",
|
||||
href: "#",
|
||||
},
|
||||
text: "Sign Up", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
badge: "Plan B",
|
||||
price: "$200",
|
||||
subtitle: "Advanced",
|
||||
features: [
|
||||
"Full documentation",
|
||||
"Priority support",
|
||||
],
|
||||
id: "s2", badge: "Plan B", price: "$200", subtitle: "Advanced", features: [
|
||||
"Full documentation", "Priority support"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Sign Up",
|
||||
href: "#",
|
||||
},
|
||||
text: "Sign Up", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -137,17 +95,11 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -8,6 +8,7 @@ import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwen
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import { Award, CheckCircle, Clock, Heart, ShieldCheck, ThumbsUp } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -105,6 +106,16 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
names={["Trusted by Hundreds", "Verified by State", "Certified Partner", "Longmont Community", "Colorado Experts"]}
|
||||
title="Trust Index"
|
||||
description="Real feedback from our satisfied clients in the community."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
@@ -181,4 +192,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,25 +27,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "How It Works",
|
||||
id: "/how-it-works",
|
||||
},
|
||||
name: "How It Works", id: "/how-it-works"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Nicks 2 Interlock"
|
||||
/>
|
||||
@@ -58,34 +48,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
label: "Installation",
|
||||
title: "Fast Installation",
|
||||
items: [
|
||||
"Certified technicians",
|
||||
"Accurate setup",
|
||||
"Guidance provided",
|
||||
],
|
||||
id: "s1", label: "Installation", title: "Fast Installation", items: [
|
||||
"Certified technicians", "Accurate setup", "Guidance provided"],
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
label: "Maintenance",
|
||||
title: "Regular Calibration",
|
||||
items: [
|
||||
"Required maintenance",
|
||||
"Quick appointments",
|
||||
"Compliance focused",
|
||||
],
|
||||
id: "s2", label: "Maintenance", title: "Regular Calibration", items: [
|
||||
"Required maintenance", "Quick appointments", "Compliance focused"],
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
label: "Removal",
|
||||
title: "Safe Removal",
|
||||
items: [
|
||||
"State compliance checked",
|
||||
"Smooth process",
|
||||
"Documentation help",
|
||||
],
|
||||
id: "s3", label: "Removal", title: "Safe Removal", items: [
|
||||
"State compliance checked", "Smooth process", "Documentation help"],
|
||||
},
|
||||
]}
|
||||
title="Professional Interlock Services"
|
||||
@@ -102,29 +74,21 @@ export default function LandingPage() {
|
||||
description="We go beyond just installation to ensure your total peace of mind."
|
||||
features={[
|
||||
{
|
||||
title: "Compliance Review",
|
||||
description: "We verify all documentation.",
|
||||
icon: FileText,
|
||||
title: "Compliance Review", description: "We verify all documentation.", icon: FileText,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/icon-of-a-legal-document-high-quality-gr-1774639651614-ad88088b.png?_wi=1",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/icon-of-a-legal-document-high-quality-gr-1774639651614-ad88088b.png?_wi=1"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/detailed-technical-manual-on-a-clipboard-1774639652630-8adf3acc.png?_wi=2",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/detailed-technical-manual-on-a-clipboard-1774639652630-8adf3acc.png?_wi=2"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Emergency Support",
|
||||
description: "Quick assistance whenever you need it.",
|
||||
icon: Phone,
|
||||
title: "Emergency Support", description: "Quick assistance whenever you need it.", icon: Phone,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/bright-and-clean-workshop-space-modern-f-1774639652470-f0dc2695.png?_wi=2",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/bright-and-clean-workshop-space-modern-f-1774639652470-f0dc2695.png?_wi=2"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/detail-shot-of-diagnostic-tool-plugged-i-1774639652644-abb41512.png?_wi=2",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/detail-shot-of-diagnostic-tool-plugged-i-1774639652644-abb41512.png?_wi=2"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -137,17 +101,11 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user