From abe439e2baac7697df81adaaf936ce0a457fc49e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 18:06:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 173 ++++++++++------------------------------------- 1 file changed, 36 insertions(+), 137 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fc068bb..afc2340 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,13 @@ export default function LandingPage() { @@ -48,47 +44,26 @@ export default function LandingPage() {
@@ -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"}, ]} /> @@ -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." /> @@ -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." /> @@ -204,16 +120,13 @@ export default function LandingPage() { @@ -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"}, ], }, ]} -- 2.49.1