Update src/app/services/page.tsx

This commit is contained in:
2026-03-31 18:57:42 +00:00
parent 7de0cc051c
commit ebe9c6837d

View File

@@ -63,37 +63,37 @@ export default function LandingPage() {
id: 1,
title: "Car Repair",
description: "Full mechanical diagnostics and repair services.",
imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg?_wi=3",
},
{
id: 2,
title: "Car Servicing",
description: "Scheduled maintenance to keep your car running smooth.",
imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg?_wi=4",
},
{
id: 3,
title: "Engine Diagnostics",
description: "Computerized analysis for engine health.",
imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg?_wi=5",
},
{
id: 4,
title: "Brake Repair",
description: "Safety focused inspection and brake replacement.",
imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg?_wi=6",
},
{
id: 5,
title: "AC Repair",
description: "Keep cool with our expert A/C system servicing.",
imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg?_wi=7",
},
{
id: 6,
title: "Oil Change",
description: "Premium oil and filter changes for engine longevity.",
imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg?_wi=8",
},
]}
title="Our Professional Services"
@@ -118,7 +118,7 @@ export default function LandingPage() {
"Auto",
"Heavy",
],
imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg?_wi=9",
},
{
id: "s2",
@@ -129,7 +129,7 @@ export default function LandingPage() {
"Tech",
"Complex",
],
imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg?_wi=10",
},
]}
/>