From 1fa2ff13963f849e92fd6bb8f4848a67608680db Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 20:21:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9796d9f..da6fd47 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1927.jpg" + imageSrc="http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1927.jpg?_wi=1" imageAlt="KP's Auto Service shop exterior on King Street West, Oshawa" /> @@ -102,28 +102,28 @@ export default function LandingPage() { animationType="slide-up" features={[ { - title: "General Repairs & Maintenance", description: "Oil changes, fluid flushes, filter replacements, and all routine maintenance to keep your vehicle running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/employees-working-together-fix-car_482257-76242.jpg", imageAlt: "Professional auto repair workshop" + title: "General Repairs & Maintenance", description: "Oil changes, fluid flushes, filter replacements, and all routine maintenance to keep your vehicle running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/employees-working-together-fix-car_482257-76242.jpg?_wi=1", imageAlt: "Professional auto repair workshop" }, { - title: "Diagnostics & Troubleshooting", description: "Advanced computer diagnostics to pinpoint issues quickly and accurately. We find problems others might miss.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-repairman-man-putting-gloves-work-with-car-service-station_496169-984.jpg", imageAlt: "Mechanic performing diagnostic work" + title: "Diagnostics & Troubleshooting", description: "Advanced computer diagnostics to pinpoint issues quickly and accurately. We find problems others might miss.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-repairman-man-putting-gloves-work-with-car-service-station_496169-984.jpg?_wi=1", imageAlt: "Mechanic performing diagnostic work" }, { - title: "Safety Inspections", description: "Ontario Safety Standards Certificate (SSC) inspections. Ensure your vehicle meets all safety regulations.", imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1927.jpg", imageAlt: "KP's Auto Service entrance" + title: "Safety Inspections", description: "Ontario Safety Standards Certificate (SSC) inspections. Ensure your vehicle meets all safety regulations.", imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1927.jpg?_wi=2", imageAlt: "KP's Auto Service entrance" }, { - title: "Brakes & Suspension", description: "Complete brake service, suspension repair, and steering system work for safe, smooth handling.", imageSrc: "http://img.b2bpic.net/free-photo/employees-working-together-fix-car_482257-76242.jpg", imageAlt: "Professional repair workshop" + title: "Brakes & Suspension", description: "Complete brake service, suspension repair, and steering system work for safe, smooth handling.", imageSrc: "http://img.b2bpic.net/free-photo/employees-working-together-fix-car_482257-76242.jpg?_wi=2", imageAlt: "Professional repair workshop" }, { - title: "Exhaust & Electrical", description: "Exhaust system repair, electrical troubleshooting, and battery replacement. Get your power systems working right.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-repairman-man-putting-gloves-work-with-car-service-station_496169-984.jpg", imageAlt: "Technician working on vehicle" + title: "Exhaust & Electrical", description: "Exhaust system repair, electrical troubleshooting, and battery replacement. Get your power systems working right.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-repairman-man-putting-gloves-work-with-car-service-station_496169-984.jpg?_wi=2", imageAlt: "Technician working on vehicle" }, { - title: "Engine Repair", description: "Engine diagnostics, repair, and rebuilding. We handle everything from minor issues to major overhauls.", imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1927.jpg", imageAlt: "KP's Auto Service shop" + title: "Engine Repair", description: "Engine diagnostics, repair, and rebuilding. We handle everything from minor issues to major overhauls.", imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1927.jpg?_wi=3", imageAlt: "KP's Auto Service shop" }, { - title: "Used Vehicle Sales", description: "Hand-picked, inspected used cars, trucks, vans, and SUVs. Quality vehicles at fair prices.", imageSrc: "http://img.b2bpic.net/free-photo/employees-working-together-fix-car_482257-76242.jpg", imageAlt: "Auto service facility" + title: "Used Vehicle Sales", description: "Hand-picked, inspected used cars, trucks, vans, and SUVs. Quality vehicles at fair prices.", imageSrc: "http://img.b2bpic.net/free-photo/employees-working-together-fix-car_482257-76242.jpg?_wi=3", imageAlt: "Auto service facility" }, { - title: "Urgent & Same-Day Service", description: "Breakdown? We accommodate urgent repairs whenever possible. Call us for emergency support.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-repairman-man-putting-gloves-work-with-car-service-station_496169-984.jpg", imageAlt: "Professional automotive technician" + title: "Urgent & Same-Day Service", description: "Breakdown? We accommodate urgent repairs whenever possible. Call us for emergency support.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-repairman-man-putting-gloves-work-with-car-service-station_496169-984.jpg?_wi=3", imageAlt: "Professional automotive technician" } ]} />