@@ -47,49 +42,25 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Digital Diagnostics",
- description: "Precision software checking every sensor.",
- icon: Zap,
+ title: "Digital Diagnostics", description: "Precision software checking every sensor.", icon: Zap,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/driver-checking-stock-market-his-phone-while-car_53876-98095.jpg?_wi=1",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881769.jpg",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-laptop_1170-1583.jpg?_wi=2",
- imageAlt: "car diagnostic software ui",
+ { imageSrc: "http://img.b2bpic.net/free-photo/driver-checking-stock-market-his-phone-while-car_53876-98095.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881769.jpg" },
+ ]
},
{
- title: "Engine Rebuilds",
- description: "Full disassembly and cleaning.",
- icon: Shield,
+ title: "Engine Rebuilds", description: "Full disassembly and cleaning.", icon: Shield,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/professional-mechanic-using-contemporary-technology-work_329181-11875.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/tools-tool-tray-repairing-cars_1150-18951.jpg",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/mechanic-garage_23-2151983456.jpg?_wi=2",
- imageAlt: "car diagnostic software ui",
+ { imageSrc: "http://img.b2bpic.net/free-photo/professional-mechanic-using-contemporary-technology-work_329181-11875.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/tools-tool-tray-repairing-cars_1150-18951.jpg" },
+ ]
},
{
- title: "Chassis Inspection",
- description: "Structural assessment with laser precision.",
- icon: Award,
+ title: "Chassis Inspection", description: "Structural assessment with laser precision.", icon: Award,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/gps-system-smart-car_53876-98192.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-taking-notes-while-examining-vehicle-workshop_637285-12713.jpg",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-engine-with-help-laptop_1170-1530.jpg?_wi=2",
- imageAlt: "car diagnostic software ui",
+ { imageSrc: "http://img.b2bpic.net/free-photo/gps-system-smart-car_53876-98192.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-taking-notes-while-examining-vehicle-workshop_637285-12713.jpg" },
+ ]
},
]}
title="Professional Standards"
@@ -105,32 +76,16 @@ export default function LandingPage() {
description="Comprehensive care for every vehicle type."
features={[
{
- title: "Brake Systems",
- description: "Full hydraulic inspection",
- buttonIcon: "ArrowRight",
- imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-with-wires-workshop_23-2147897983.jpg",
- imageAlt: "Mechanic working with wires at workshop",
+ title: "Brake Systems", description: "Full hydraulic inspection", icon: ArrowRight,
},
{
- title: "Electrical Systems",
- description: "Wiring and sensor testing",
- buttonIcon: "ArrowRight",
- imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-laptop_1170-1583.jpg?_wi=3",
- imageAlt: "Mechanic working with wires at workshop",
+ title: "Electrical Systems", description: "Wiring and sensor testing", icon: ArrowRight,
},
{
- title: "Fluid Analysis",
- description: "Contaminant testing",
- buttonIcon: "ArrowRight",
- imageSrc: "http://img.b2bpic.net/free-photo/mechanic-garage_23-2151983456.jpg?_wi=3",
- imageAlt: "Mechanic working with wires at workshop",
+ title: "Fluid Analysis", description: "Contaminant testing", icon: ArrowRight,
},
{
- title: "Suspension",
- description: "Alignment and shock check",
- buttonIcon: "ArrowRight",
- imageSrc: "http://img.b2bpic.net/free-photo/driver-checking-stock-market-his-phone-while-car_53876-98095.jpg?_wi=2",
- imageAlt: "Mechanic working with wires at workshop",
+ title: "Suspension", description: "Alignment and shock check", icon: ArrowRight,
},
]}
/>
@@ -141,18 +96,9 @@ export default function LandingPage() {
columns={[
{
items: [
- {
- label: "Services",
- href: "/services",
- },
- {
- label: "Process",
- href: "/process",
- },
- {
- label: "Contact",
- href: "/contact",
- },
+ { label: "Services", href: "/services" },
+ { label: "Process", href: "/process" },
+ { label: "Contact", href: "/contact" },
],
},
]}
@@ -162,4 +108,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file