From 6099e60df32ce0747360a72708cd410126b28a93 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:12:09 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1cfd07b..14260c5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1386,4 +1386,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From fd9df818e9307a65cc797abe7cc7c1a890a920f1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:12:10 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 139d740..7867700 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1