Merge version_2 into main #2
173
src/app/page.tsx
173
src/app/page.tsx
@@ -29,17 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Volt Fix"
|
||||
/>
|
||||
@@ -48,47 +44,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
title="Volt Fix: Expert Mobile Auto Electrical Repair"
|
||||
description="Providing specialized car electrical diagnostics, module repair, and key programming directly to your location. 5 years of professional automotive experience."
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Volt Fix: Professional Mobile Auto Electrical Repair"
|
||||
description="We bring expert car electrical diagnostics, module repair, and key programming directly to your driveway. 5 years of dedicated professional experience."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+15550000000",
|
||||
},
|
||||
text: "Book Mobile Service", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "h1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repair-smartphone-app-gray-background_493343-30014.jpg?_wi=1",
|
||||
imageAlt: "Mobile car electrical service",
|
||||
},
|
||||
id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/repair-smartphone-app-gray-background_493343-30014.jpg?_wi=1", imageAlt: "Mobile auto electrical diagnostics"},
|
||||
{
|
||||
id: "h2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repair-smartphone-app-gray-background_493343-30014.jpg?_wi=2",
|
||||
imageAlt: "Advanced diagnostic service",
|
||||
},
|
||||
id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/repair-smartphone-app-gray-background_493343-30014.jpg?_wi=2", imageAlt: "Precision key programming"},
|
||||
{
|
||||
id: "h3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repair-smartphone-app-gray-background_493343-30014.jpg?_wi=3",
|
||||
imageAlt: "Module repair expert",
|
||||
},
|
||||
id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/repair-smartphone-app-gray-background_493343-30014.jpg?_wi=3", imageAlt: "Automotive module repair"},
|
||||
{
|
||||
id: "h4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repair-smartphone-app-gray-background_493343-30014.jpg?_wi=4",
|
||||
imageAlt: "Key programming mobile service",
|
||||
},
|
||||
id: "h4", imageSrc: "http://img.b2bpic.net/free-photo/repair-smartphone-app-gray-background_493343-30014.jpg?_wi=4", imageAlt: "Volt Fix service technician"},
|
||||
{
|
||||
id: "h5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repair-smartphone-app-gray-background_493343-30014.jpg?_wi=5",
|
||||
imageAlt: "On-site electrical expertise",
|
||||
},
|
||||
id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/repair-smartphone-app-gray-background_493343-30014.jpg?_wi=5", imageAlt: "Complex vehicle wiring"},
|
||||
{
|
||||
id: "h6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repair-smartphone-app-gray-background_493343-30014.jpg?_wi=6",
|
||||
imageAlt: "Volt Fix service vehicle",
|
||||
},
|
||||
id: "h6", imageSrc: "http://img.b2bpic.net/free-photo/repair-smartphone-app-gray-background_493343-30014.jpg?_wi=6", imageAlt: "Mobile repair van setup"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -98,14 +73,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "5 Years of Mobile Automotive Mastery",
|
||||
},
|
||||
type: "text", content: "5 Years of Mobile Automotive Electrical Expertise"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/mechanic-fixing-car-tyre_1170-1668.jpg",
|
||||
alt: "Volt Fix mobile service van",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/mechanic-fixing-car-tyre_1170-1668.jpg", alt: "Volt Fix mobile repair van"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -117,35 +87,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Car Module Repair",
|
||||
tags: [
|
||||
"Hardware",
|
||||
"Programming",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-repairing-computer-computer-hardware-repairing-upgrade-technology_1150-8865.jpg",
|
||||
},
|
||||
id: "f1", title: "Advanced Electrical Diagnostics", tags: ["Wiring", "Troubleshooting", "On-Site"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-repairing-computer-computer-hardware-repairing-upgrade-technology_1150-8865.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Key Programming",
|
||||
tags: [
|
||||
"Security",
|
||||
"Keys",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hand-transmission-inside-car_1303-31676.jpg",
|
||||
},
|
||||
id: "f2", title: "Key Programming", tags: ["Security", "Key Fob", "Mobile"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hand-transmission-inside-car_1303-31676.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Advanced Electrical Diagnostics",
|
||||
tags: [
|
||||
"Troubleshooting",
|
||||
"Wiring",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg",
|
||||
},
|
||||
id: "f3", title: "Car Module Repair", tags: ["ECU", "Programming", "Hardware"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg"},
|
||||
]}
|
||||
title="Our Specialized Electrical Services"
|
||||
description="We specialize in complex electronic issues that most mobile mechanics can't touch."
|
||||
title="Mobile Auto Electrical Repair Services"
|
||||
description="We bring professional dealer-level electrical expertise directly to your doorstep. No towing required."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -155,48 +107,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Great Service",
|
||||
quote: "Volt Fix saved me a trip to the dealer by fixing my car module on-site.",
|
||||
name: "John D.",
|
||||
role: "Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-holding-his-arms-crossed-christmas_23-2148737963.jpg",
|
||||
},
|
||||
id: "t1", title: "Excellent Mobile Service", quote: "They saved me a huge towing fee by coming to my house and fixing my vehicle module on-site.", name: "John D.", role: "Local Customer", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-holding-his-arms-crossed-christmas_23-2148737963.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Fast and Reliable",
|
||||
quote: "My car wouldn't start. They were out within hours and programmed a new key.",
|
||||
name: "Sarah P.",
|
||||
role: "Professional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1172.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Knowledgeable",
|
||||
quote: "Incredible knowledge of car electronics. Highly recommend them for any electrical gremlins.",
|
||||
name: "Mike R.",
|
||||
role: "Car Enthusiast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118338.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Very Helpful",
|
||||
quote: "They diagnosed my car perfectly and repaired the module on-site.",
|
||||
name: "Linda M.",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-does-checkup-client-car_482257-76153.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Professional Expert",
|
||||
quote: "Finally found someone who understands complex car electrical systems.",
|
||||
name: "David W.",
|
||||
role: "Tech Professional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-working-office_329181-16065.jpg",
|
||||
},
|
||||
id: "t2", title: "Expert Key Programming", quote: "My key fob stopped working. Volt Fix came out the same day and programmed a replacement in minutes.", name: "Sarah P.", role: "Satisfied Client", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1172.jpg"},
|
||||
]}
|
||||
title="Trusted by Local Drivers"
|
||||
description="See why our customers trust Volt Fix for their most complex electrical repairs."
|
||||
description="Professional, convenient, and reliable mobile electrical repairs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -204,16 +120,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Let's Talk"
|
||||
title="Need Help With Your Car Electrical?"
|
||||
description="We are ready to come to you. Reach out today for professional mobile repair."
|
||||
variant: "plain"}}
|
||||
tag="Book Now"
|
||||
title="Ready to Fix Your Electrical Issues?"
|
||||
description="We are a fully mobile auto repair service. Contact us to schedule your visit and get back on the road."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:hello@voltfix.com",
|
||||
},
|
||||
text: "Get in Touch", href: "mailto:service@voltfix.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -223,25 +136,11 @@ export default function LandingPage() {
|
||||
logoText="Volt Fix"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Volt Fix", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user