From 99805edc37e51c59e2fba38f911795067308fcf9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:57:58 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d6a111..e74a3e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,27 +110,27 @@ export default function HomePage() { features={[ { id: 1, - tag: "Maintenance", title: "Full Car Servicing", subtitle: "Regular maintenance for optimal performance", description: "Complete vehicle servicing including oil changes, filter replacements, fluid checks, and system diagnostics to keep your car running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg", imageAlt: "Car Servicing" + tag: "Maintenance", title: "Full Car Servicing", subtitle: "Regular maintenance for optimal performance", description: "Complete vehicle servicing including oil changes, filter replacements, fluid checks, and system diagnostics to keep your car running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg?_wi=1", imageAlt: "Car Servicing" }, { id: 2, - tag: "Body Work", title: "Car Denting & Painting", subtitle: "Professional bodywork restoration", description: "Expert denting removal and premium paint services. We restore your vehicle's appearance to like-new condition with color-matched finishes.", imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-concept-man-face-mask-with-orbital-polisher-repair-shop-polishing-orange-suv-car_627829-12608.jpg", imageAlt: "Car Painting" + tag: "Body Work", title: "Car Denting & Painting", subtitle: "Professional bodywork restoration", description: "Expert denting removal and premium paint services. We restore your vehicle's appearance to like-new condition with color-matched finishes.", imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-concept-man-face-mask-with-orbital-polisher-repair-shop-polishing-orange-suv-car_627829-12608.jpg?_wi=1", imageAlt: "Car Painting" }, { id: 3, - tag: "Diagnostics", title: "Engine Diagnostics", subtitle: "Advanced computerized testing", description: "State-of-the-art diagnostic scanning to identify engine issues accurately. Quick identification and transparent reporting of problems.", imageSrc: "http://img.b2bpic.net/free-photo/hands-mechanic-using-diagnostic-tool_1170-1188.jpg", imageAlt: "Engine Diagnostics" + tag: "Diagnostics", title: "Engine Diagnostics", subtitle: "Advanced computerized testing", description: "State-of-the-art diagnostic scanning to identify engine issues accurately. Quick identification and transparent reporting of problems.", imageSrc: "http://img.b2bpic.net/free-photo/hands-mechanic-using-diagnostic-tool_1170-1188.jpg?_wi=1", imageAlt: "Engine Diagnostics" }, { id: 4, - tag: "Safety", title: "Brake & Suspension Repair", subtitle: "Critical safety system maintenance", description: "Professional brake system service and suspension repairs to ensure your vehicle handles safely and smoothly on all road conditions.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46150.jpg", imageAlt: "Brake Repair" + tag: "Safety", title: "Brake & Suspension Repair", subtitle: "Critical safety system maintenance", description: "Professional brake system service and suspension repairs to ensure your vehicle handles safely and smoothly on all road conditions.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46150.jpg?_wi=1", imageAlt: "Brake Repair" }, { id: 5, - tag: "Comfort", title: "AC Service & Electrical", subtitle: "Climate control and electrical systems", description: "Expert AC servicing, recharging, and electrical system repairs. Keep your vehicle's comfort features and electrical components functioning perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-examining-undercarriage-car-with-flashlight-repair-shop_637285-12709.jpg", imageAlt: "AC and Electrical Service" + tag: "Comfort", title: "AC Service & Electrical", subtitle: "Climate control and electrical systems", description: "Expert AC servicing, recharging, and electrical system repairs. Keep your vehicle's comfort features and electrical components functioning perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-examining-undercarriage-car-with-flashlight-repair-shop_637285-12709.jpg?_wi=1", imageAlt: "AC and Electrical Service" }, { id: 6, - tag: "Performance", title: "Wheel Alignment & Balancing", subtitle: "Precision wheel services", description: "Professional wheel alignment and balancing for improved handling, fuel efficiency, and tire longevity. Extended tire life guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg", imageAlt: "Wheel Alignment" + tag: "Performance", title: "Wheel Alignment & Balancing", subtitle: "Precision wheel services", description: "Professional wheel alignment and balancing for improved handling, fuel efficiency, and tire longevity. Extended tire life guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg?_wi=2", imageAlt: "Wheel Alignment" } ]} title="Our Services" @@ -165,7 +165,7 @@ export default function HomePage() { }, { id: "2", name: "Priya Sharma", role: "Business Executive", company: "Lohegaon", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Priya Sharma" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1", imageAlt: "Priya Sharma" }, { id: "3", name: "Amit Patel", role: "Ford Endeavour Owner", company: "Tingre Nagar", rating: 5, @@ -173,7 +173,7 @@ export default function HomePage() { }, { id: "4", name: "Deepak Desai", role: "Regular Customer", company: "Pune", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Deepak Desai" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2", imageAlt: "Deepak Desai" } ]} kpiItems={[ -- 2.49.1 From 1c56441a9d34ac6caef1baf89cfdb6b883e6317d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:57:59 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index d8678c7..eb9b03d 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -70,27 +70,27 @@ export default function ServicesPage() { features={[ { id: 1, - tag: "Maintenance", title: "Full Car Servicing", subtitle: "Regular maintenance for optimal performance", description: "Complete vehicle servicing including oil changes, filter replacements, fluid checks, and system diagnostics to keep your car running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg", imageAlt: "Car Servicing" + tag: "Maintenance", title: "Full Car Servicing", subtitle: "Regular maintenance for optimal performance", description: "Complete vehicle servicing including oil changes, filter replacements, fluid checks, and system diagnostics to keep your car running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg?_wi=3", imageAlt: "Car Servicing" }, { id: 2, - tag: "Body Work", title: "Car Denting & Painting", subtitle: "Professional bodywork restoration", description: "Expert denting removal and premium paint services. We restore your vehicle's appearance to like-new condition with color-matched finishes.", imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-concept-man-face-mask-with-orbital-polisher-repair-shop-polishing-orange-suv-car_627829-12608.jpg", imageAlt: "Car Painting" + tag: "Body Work", title: "Car Denting & Painting", subtitle: "Professional bodywork restoration", description: "Expert denting removal and premium paint services. We restore your vehicle's appearance to like-new condition with color-matched finishes.", imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-concept-man-face-mask-with-orbital-polisher-repair-shop-polishing-orange-suv-car_627829-12608.jpg?_wi=2", imageAlt: "Car Painting" }, { id: 3, - tag: "Diagnostics", title: "Engine Diagnostics", subtitle: "Advanced computerized testing", description: "State-of-the-art diagnostic scanning to identify engine issues accurately. Quick identification and transparent reporting of problems.", imageSrc: "http://img.b2bpic.net/free-photo/hands-mechanic-using-diagnostic-tool_1170-1188.jpg", imageAlt: "Engine Diagnostics" + tag: "Diagnostics", title: "Engine Diagnostics", subtitle: "Advanced computerized testing", description: "State-of-the-art diagnostic scanning to identify engine issues accurately. Quick identification and transparent reporting of problems.", imageSrc: "http://img.b2bpic.net/free-photo/hands-mechanic-using-diagnostic-tool_1170-1188.jpg?_wi=2", imageAlt: "Engine Diagnostics" }, { id: 4, - tag: "Safety", title: "Brake & Suspension Repair", subtitle: "Critical safety system maintenance", description: "Professional brake system service and suspension repairs to ensure your vehicle handles safely and smoothly on all road conditions.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46150.jpg", imageAlt: "Brake Repair" + tag: "Safety", title: "Brake & Suspension Repair", subtitle: "Critical safety system maintenance", description: "Professional brake system service and suspension repairs to ensure your vehicle handles safely and smoothly on all road conditions.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46150.jpg?_wi=2", imageAlt: "Brake Repair" }, { id: 5, - tag: "Comfort", title: "AC Service & Electrical", subtitle: "Climate control and electrical systems", description: "Expert AC servicing, recharging, and electrical system repairs. Keep your vehicle's comfort features and electrical components functioning perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-examining-undercarriage-car-with-flashlight-repair-shop_637285-12709.jpg", imageAlt: "AC and Electrical Service" + tag: "Comfort", title: "AC Service & Electrical", subtitle: "Climate control and electrical systems", description: "Expert AC servicing, recharging, and electrical system repairs. Keep your vehicle's comfort features and electrical components functioning perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-examining-undercarriage-car-with-flashlight-repair-shop_637285-12709.jpg?_wi=2", imageAlt: "AC and Electrical Service" }, { id: 6, - tag: "Performance", title: "Wheel Alignment & Balancing", subtitle: "Precision wheel services", description: "Professional wheel alignment and balancing for improved handling, fuel efficiency, and tire longevity. Extended tire life guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg", imageAlt: "Wheel Alignment" + tag: "Performance", title: "Wheel Alignment & Balancing", subtitle: "Precision wheel services", description: "Professional wheel alignment and balancing for improved handling, fuel efficiency, and tire longevity. Extended tire life guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg?_wi=4", imageAlt: "Wheel Alignment" } ]} title="Our Complete Service Range" -- 2.49.1