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 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