diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index c63b2bb..39cfb1e 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -42,21 +42,27 @@ export default function ServicesPage() { 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" }, { 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" }, ] }, { - 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" }, @@ -76,16 +82,20 @@ export default function ServicesPage() { description="Comprehensive care for every vehicle type." features={[ { - title: "Brake Systems", description: "Full hydraulic inspection", icon: ArrowRight, + title: "Brake Systems", + description: "Full hydraulic inspection" }, { - title: "Electrical Systems", description: "Wiring and sensor testing", icon: ArrowRight, + title: "Electrical Systems", + description: "Wiring and sensor testing" }, { - title: "Fluid Analysis", description: "Contaminant testing", icon: ArrowRight, + title: "Fluid Analysis", + description: "Contaminant testing" }, { - title: "Suspension", description: "Alignment and shock check", icon: ArrowRight, + title: "Suspension", + description: "Alignment and shock check" }, ]} />