20 Commits

Author SHA1 Message Date
996b827d80 Update src/app/services/page.tsx 2026-03-27 22:50:01 +00:00
36af75251a Update src/app/page.tsx 2026-03-27 22:50:01 +00:00
1eac829000 Update src/app/how-it-works/page.tsx 2026-03-27 22:50:00 +00:00
6e98c6f7fd Update src/app/contact/page.tsx 2026-03-27 22:50:00 +00:00
5065638af4 Update src/app/about/page.tsx 2026-03-27 22:49:59 +00:00
18d0c8b893 Update src/app/services/page.tsx 2026-03-27 22:49:16 +00:00
9761010ba6 Update src/app/page.tsx 2026-03-27 22:49:16 +00:00
2b6b6cf53e Update src/app/how-it-works/page.tsx 2026-03-27 22:49:15 +00:00
78d94b3c11 Update src/app/contact/page.tsx 2026-03-27 22:49:15 +00:00
c496ed3526 Update src/app/about/page.tsx 2026-03-27 22:49:14 +00:00
1c44f1acdd Merge version_16 into main
Merge version_16 into main
2026-03-27 22:45:11 +00:00
94f2d4e5ea Update src/app/services/page.tsx 2026-03-27 22:45:08 +00:00
c10bf7fbcc Update src/app/page.tsx 2026-03-27 22:45:07 +00:00
eae59891c7 Update src/app/how-it-works/page.tsx 2026-03-27 22:45:07 +00:00
cf0a7c42b2 Update src/app/contact/page.tsx 2026-03-27 22:45:06 +00:00
1cde3962a8 Update src/app/about/page.tsx 2026-03-27 22:45:06 +00:00
0968c68b6a Merge version_15 into main
Merge version_15 into main
2026-03-27 22:42:04 +00:00
db35c25072 Update src/app/page.tsx 2026-03-27 22:42:01 +00:00
c42f85e461 Merge version_14 into main
Merge version_14 into main
2026-03-27 22:39:44 +00:00
18d22e575d Merge version_14 into main
Merge version_14 into main
2026-03-27 22:39:12 +00:00
5 changed files with 21 additions and 21 deletions

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TeamCardSix from '@/components/sections/team/TeamCardSix';
import { MapPin, Users } from "lucide-react";
@@ -24,7 +24,7 @@ export default function LandingPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
export default function LandingPage() {
@@ -23,7 +23,7 @@ export default function LandingPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Zap, FileCheck, CheckCircle2, Wrench } from "lucide-react";
@@ -23,7 +23,7 @@ export default function HowItWorksPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },

View File

@@ -3,11 +3,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import FaqBase from '@/components/sections/faq/FaqBase';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import { Award, CheckCircle, Heart, ShieldCheck } from "lucide-react";
@@ -27,7 +27,7 @@ export default function LandingPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
@@ -52,8 +52,7 @@ export default function LandingPage() {
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/removing-interlock-device-from-car-conso-1774639658277-e5a00ffe.png", imageAlt: "Efficient device removal process" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXyOrSaZWfuzAUSsqC1adzoZvF/bright-and-clean-workshop-space-modern-f-1774639652470-f0dc2695.png?_wi=1", imageAlt: "Clean and professional facilities" },
]}
buttons={[{ text: "Call Now to Schedule", href: "tel:+15550102030" }]
}
buttons={[{ text: "Call Now to Schedule", href: "tel:+15550102030" }]}
/>
</div>
@@ -91,17 +90,18 @@ export default function LandingPage() {
</div>
<div id="faq" data-section="faq">
<FaqBase
title="Answers to Your Questions"
description="Common questions about our services and process."
<FaqSplitText
sideTitle="Frequently Asked Questions"
sideDescription="Detailed answers to common questions about our ignition interlock installation, calibration, and Colorado state compliance."
faqsAnimation="blur-reveal"
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{ id: "f1", title: "What is an ignition interlock device?", content: "It is a breath-test device connected to your vehicle's ignition system." },
{ id: "f2", title: "How often do I need calibration?", content: "Regular calibration is required to ensure accuracy." },
{ id: "f3", title: "Do you offer same-day installation?", content: "In many cases, yes. Please contact us to check availability." },
{ id: "f4", title: "Is the device easy to use?", content: "We provide thorough training to ensure you are comfortable using the device." },
{ id: "f1", title: "What exactly is an ignition interlock device (IID)?", content: "An Ignition Interlock Device is a breath alcohol monitoring system installed in your vehicle. It prevents the engine from starting if alcohol is detected in your breath sample, ensuring full compliance with state requirements during your restricted driving period. Our team ensures the device is calibrated to meet strict Colorado safety standards at every visit." },
{ id: "f2", title: "How often do I need to visit for calibration and data downloads?", content: "Standard Colorado regulations typically require IID monitoring visits every 30 to 60 days. During these appointments, our certified technicians download data from the device to confirm compliance with your program and ensure the hardware is functioning optimally, ensuring your driving privileges remain uninterrupted and your records stay accurate." },
{ id: "f3", title: "Can I get a same-day installation appointment?", content: "We strive to accommodate your schedule whenever possible. Depending on our current service volume and your vehicle model, same-day appointments are often available at our Longmont facility. We recommend calling us early in the morning so we can prioritize your installation and get you back on the road safely and compliant as soon as possible." },
{ id: "f4", title: "Is the device complicated or difficult to operate?", content: "Not at all. We provide comprehensive hands-on training during your installation appointment to ensure you feel confident and comfortable. Our team demonstrates how to perform the breath tests correctly and explains all audio and visual alerts clearly, so you'll be well-prepared for everyday use. We take the time to answer every question you have." },
{ id: "f5", title: "What happens if I fail a breath test while driving?", content: "The device is designed to detect alcohol and record all attempts. If a breath test is failed, it will log the event, preventing the vehicle from starting and potentially alerting state monitoring authorities. We strongly advise strictly avoiding all alcohol use when operating a vehicle equipped with an IID to maintain your program status and complete your restricted driving requirements without issue." },
{ id: "f6", title: "Will the installation cause any permanent damage to my car?", content: "Absolutely not. Our professional technicians are experts in modern automotive electronics. We use non-invasive, industry-standard installation techniques that maintain the integrity of your vehicle's ignition and electrical systems, ensuring everything functions exactly as the manufacturer intended while remaining fully compliant with state interlock program regulations." }
]}
/>
</div>

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
@@ -22,7 +22,7 @@ export default function ServicesPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },