// Production-ready React + Tailwind site for 12Volt Professionals // Includes bright color scheme, gradients, hover effects, and scroll-triggered animations. // Optimized for SEO and performance. Connect the form to your backend/CRM as needed. import React, { useState, useEffect, useRef } from "react"; import { motion, useInView } from "framer-motion"; import { Button } from "@/components/ui/button"; import { Card, CardHeader, CardContent, CardTitle } from "@/components/ui/card"; import { Input } from "@/components/ui/input"; import { Textarea } from "@/components/ui/textarea"; import { CheckCircle2, Wrench, Clock, Headphones, Camera, MapPin, ShieldCheck, Truck, Building2, HardHat, Landmark } from "lucide-react"; export default function TwelveVoltProsSite() { const [sent, setSent] = useState(false); const onSubmit = (e) => { e.preventDefault(); setSent(true); }; // Scroll animation wrapper const Reveal = ({ children, className }) => { const ref = useRef(null); const inView = useInView(ref, { once: true, margin: "-50px" }); return ( {children} ); }; const services = [ { icon: , title: "Installation Services", description: "Certified technicians delivering clean, efficient installs: multi‑camera systems, GPS, PTOs, sensors, driver ID, tablets & mounts, antennas, 5G/Peplink, TPMS, and more.", }, { icon: , title: "Project Management", description: "End‑to‑end planning for fleets of any size—from scheduling and routing to onsite coordination—so your rollout stays on time and on budget.", }, { icon: , title: "Maintenance & Support", description: "Troubleshooting and servicing by seasoned techs. Warranty on all new installs and flexible scheduling to keep you moving.", }, { icon: , title: "True Deadlines", description: "Scalable crews and field coverage to meet aggressive timelines without sacrificing quality.", }, ]; const industries = [ { icon: , title: "Trucking & Fleets", description: "Mobile technicians who come to you to minimize downtime and keep operations moving efficiently." }, { icon: , title: "Construction & Heavy Equipment", description: "Certified techs across heavy machinery and telematics standards." }, { icon: , title: "Small Business", description: "Upfit vehicles with the equipment you need—no job too small when it powers your work." }, { icon: , title: "Government", description: "Tailored solutions for public‑sector requirements and compliance needs." }, ]; const vendors = ["Motive", "Geotab", "Samsara", "Verizon", "IntelliShift", "Nextraq", "Azuga", "Michelin Connected Fleet"]; return (
{/* Header */}
{/* Hero */}

Expert 12‑Volt & Telematics Installations—Done Right, On Time

Highly experienced team delivering top‑quality installs and an exceptional customer experience—from first consult to final sign‑off.

Warranty on all installs
{/* Vendors */}
{vendors.map((v) => {v})}
{/* Services */}

Our Services

Tailored solutions for fleets and field teams.

{services.map((s) => ( {s.icon}{s.title} {s.description} ))}
{/* Industries */}

Industries We Serve

{industries.map((i) => ( {i.icon}{i.title} {i.description} ))}
{/* Why Us */}

Why Choose Us?

    {[ "Expertly trained technicians", "Installations tailored to each client", "Exceptional service from start to finish", "Custom solutions & scalable resources", ].map((item) => (
  • {item}
  • ))}
{/* Contact */}

Contact Us

57 Pennypacker Lane, Palm Coast, FL
(734) 846‑3978
info@12VoltProfessionals.com
Request a Consultation {!sent ? (

 Address. 57 Pennypacker Lane, Palm Coast, FL 32164

Tel. 734-846-3978

© 2035 by ITG. Powered and secured by Wix

bottom of page