Update src/app/page.tsx

This commit is contained in:
2026-03-07 04:57:19 +00:00
parent eef3a00f4b
commit a9e1d7958e

View File

@@ -94,22 +94,22 @@ export default function HomePage() {
tag="Services"
features={[
{
title: "Engine Diagnostics", description: "Advanced computer diagnostics to identify any engine issues quickly and accurately", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-engine-with-help-laptop_1170-1531.jpg", imageAlt: "Engine diagnostics service", buttonIcon: ArrowRight,
title: "Engine Diagnostics", description: "Advanced computer diagnostics to identify any engine issues quickly and accurately", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-engine-with-help-laptop_1170-1531.jpg?_wi=1", imageAlt: "Engine diagnostics service", buttonIcon: ArrowRight,
buttonHref: "/services"},
{
title: "Gearbox Repair", description: "Expert gearbox and transmission repair services with genuine parts warranty", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-engine_1170-1402.jpg", imageAlt: "Gearbox repair service", buttonIcon: ArrowRight,
title: "Gearbox Repair", description: "Expert gearbox and transmission repair services with genuine parts warranty", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-engine_1170-1402.jpg?_wi=1", imageAlt: "Gearbox repair service", buttonIcon: ArrowRight,
buttonHref: "/services"},
{
title: "Car Aircon Service", description: "Complete air conditioning servicing and maintenance for optimal cooling", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car_329181-11880.jpg", imageAlt: "Car aircon servicing", buttonIcon: ArrowRight,
title: "Car Aircon Service", description: "Complete air conditioning servicing and maintenance for optimal cooling", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car_329181-11880.jpg?_wi=1", imageAlt: "Car aircon servicing", buttonIcon: ArrowRight,
buttonHref: "/services"},
{
title: "Battery Replacement", description: "Quality battery replacement with professional installation and testing", imageSrc: "http://img.b2bpic.net/free-photo/hand-mechanic-holding-tools_1170-1411.jpg", imageAlt: "Battery replacement service", buttonIcon: ArrowRight,
title: "Battery Replacement", description: "Quality battery replacement with professional installation and testing", imageSrc: "http://img.b2bpic.net/free-photo/hand-mechanic-holding-tools_1170-1411.jpg?_wi=1", imageAlt: "Battery replacement service", buttonIcon: ArrowRight,
buttonHref: "/services"},
{
title: "Accident Repair", description: "Professional accident repair and body work with insurance coordination", imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-concept-man-face-mask-with-orbital-polisher-repair-shop-polishing-orange-suv-car_627829-12610.jpg", imageAlt: "Accident repair service", buttonIcon: ArrowRight,
title: "Accident Repair", description: "Professional accident repair and body work with insurance coordination", imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-concept-man-face-mask-with-orbital-polisher-repair-shop-polishing-orange-suv-car_627829-12610.jpg?_wi=1", imageAlt: "Accident repair service", buttonIcon: ArrowRight,
buttonHref: "/services"},
{
title: "Routine Maintenance", description: "Regular maintenance packages to keep your vehicle running smoothly", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11848.jpg", imageAlt: "Routine maintenance service", buttonIcon: ArrowRight,
title: "Routine Maintenance", description: "Regular maintenance packages to keep your vehicle running smoothly", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11848.jpg?_wi=1", imageAlt: "Routine maintenance service", buttonIcon: ArrowRight,
buttonHref: "/services"},
]}
textboxLayout="default"