Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-10 07:04:01 +00:00
4 changed files with 1378 additions and 11 deletions

View File

@@ -68,28 +68,28 @@ export default function AboutPage() {
id: 1,
title: "Logbook Servicing",
description: "Dealer-standard servicing without dealership prices. Regular maintenance to keep your vehicle running smoothly.",
imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-manager-stands-front-modern-silver-colored-car-with-paper-documents-hands_146671-16506.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-manager-stands-front-modern-silver-colored-car-with-paper-documents-hands_146671-16506.jpg?_wi=3",
imageAlt: "car service maintenance logbook checklist",
},
{
id: 2,
title: "Brake Repairs",
description: "Professional brake inspections, pad replacements, and rotor servicing for safety and performance.",
imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-together-car-shop_23-2150376986.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-together-car-shop_23-2150376986.jpg?_wi=3",
imageAlt: "brake pad replacement automotive repair",
},
{
id: 3,
title: "Air Conditioning",
description: "AC regassing, diagnostics, and repairs to keep your cabin comfortable year-round.",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1368.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1368.jpg?_wi=3",
imageAlt: "air conditioning refill automotive service",
},
{
id: 4,
title: "General Repairs",
description: "Expert diagnosis and repair of mechanical issues, from minor fixes to major overhauls.",
imageSrc: "http://img.b2bpic.net/free-photo/car-repairmen-using-laptop-while-doing-car-engine-diagnostic-auto-repair-shop_637285-4273.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/car-repairmen-using-laptop-while-doing-car-engine-diagnostic-auto-repair-shop_637285-4273.jpg?_wi=2",
imageAlt: "mechanical engine repair automotive workshop",
},
]}

File diff suppressed because it is too large Load Diff

View File

@@ -112,19 +112,19 @@ export default function HomePage() {
id: "1",
title: "Logbook Servicing",
description: "Dealer-standard servicing without dealership prices. Regular maintenance to keep your vehicle running smoothly.",
imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-manager-stands-front-modern-silver-colored-car-with-paper-documents-hands_146671-16506.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-manager-stands-front-modern-silver-colored-car-with-paper-documents-hands_146671-16506.jpg?_wi=1",
},
{
id: "2",
title: "Brake Repairs",
description: "Professional brake inspections, pad replacements, and rotor servicing for safety and performance.",
imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-together-car-shop_23-2150376986.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-together-car-shop_23-2150376986.jpg?_wi=1",
},
{
id: "3",
title: "Air Conditioning",
description: "AC regassing, diagnostics, and repairs to keep your cabin comfortable year-round.",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1368.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1368.jpg?_wi=1",
},
]}
title="Our Services"

View File

@@ -49,25 +49,25 @@ export default function ServicesPage() {
id: "1",
title: "Logbook Servicing",
description: "Dealer-standard servicing without dealership prices. Regular maintenance to keep your vehicle running smoothly and preserving warranty coverage.",
imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-manager-stands-front-modern-silver-colored-car-with-paper-documents-hands_146671-16506.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-manager-stands-front-modern-silver-colored-car-with-paper-documents-hands_146671-16506.jpg?_wi=2",
},
{
id: "2",
title: "Brake Repairs",
description: "Professional brake inspections, pad replacements, and rotor servicing for safety and performance. We use quality parts and expert diagnostics.",
imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-together-car-shop_23-2150376986.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-together-car-shop_23-2150376986.jpg?_wi=2",
},
{
id: "3",
title: "Air Conditioning",
description: "AC regassing, diagnostics, and repairs to keep your cabin comfortable year-round. We service all vehicle makes and models.",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1368.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1368.jpg?_wi=2",
},
{
id: "4",
title: "General Repairs",
description: "Expert diagnosis and repair of mechanical issues, from minor fixes to major overhauls. Transparent pricing and honest recommendations always.",
imageSrc: "http://img.b2bpic.net/free-photo/car-repairmen-using-laptop-while-doing-car-engine-diagnostic-auto-repair-shop_637285-4273.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/car-repairmen-using-laptop-while-doing-car-engine-diagnostic-auto-repair-shop_637285-4273.jpg?_wi=1",
},
]}
title="Our Services"