Merge version_3 into main #8

Merged
bender merged 2 commits from version_3 into main 2026-03-07 14:12:14 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1386,4 +1386,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -79,8 +79,8 @@ export default function SnowAirPage() {
features={[
{ id: "01", title: "Engine Diagnostics", description: "Advanced computer diagnostics to identify and resolve engine issues quickly.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop-while-servicing-car-engine_1170-1295.jpg?_wi=2", imageAlt: "Engine diagnostic service" },
{ id: "02", title: "Brake Repairs", description: "Complete brake system inspection and repair for your safety.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46150.jpg?_wi=2", imageAlt: "Brake repair service" },
{ id: "03", title: "AC & Heating", description: "Climate control repair and maintenance for year-round comfort.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hvac-system-manometers_482257-90544.jpg?_wi=2", imageAlt: "AC and heating service" },
{ id: "04", title: "Oil Changes", description: "Regular maintenance service with premium oils and filters.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop-while-servicing-car-engine_1170-1295.jpg?_wi=3", imageAlt: "Oil change service" },
{ id: "03", title: "Oil Changes", description: "Regular maintenance service with premium oils and filters.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop-while-servicing-car-engine_1170-1295.jpg?_wi=3", imageAlt: "Oil change service" },
{ id: "04", title: "AC & Heating", description: "Climate control repair and maintenance for year-round comfort.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hvac-system-manometers_482257-90544.jpg?_wi=2", imageAlt: "AC and heating service" },
{ id: "05", title: "Transmission Repair", description: "Expert diagnosis and repair of transmission problems.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46150.jpg?_wi=3", imageAlt: "Transmission service" },
{ id: "06", title: "Battery Service", description: "Battery testing, replacement, and charging system repairs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hvac-system-manometers_482257-90544.jpg?_wi=3", imageAlt: "Battery replacement" }
]}
@@ -173,4 +173,4 @@ export default function SnowAirPage() {
</div>
</ThemeProvider>
);
}
}