diff --git a/src/app/page.tsx b/src/app/page.tsx index 4aec9c2..3716c52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,27 +110,45 @@ 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?_wi=1", 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", buttons: [ + { text: "Book Now", href: "tel:07397911662" }, + { text: "Get Quote", href: "https://wa.me/919876543210" } + ] }, { 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?_wi=1", 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", buttons: [ + { text: "Book Now", href: "tel:07397911662" }, + { text: "Get Quote", href: "https://wa.me/919876543210" } + ] }, { 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?_wi=1", 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", buttons: [ + { text: "Book Now", href: "tel:07397911662" }, + { text: "Get Quote", href: "https://wa.me/919876543210" } + ] }, { 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?_wi=1", 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", buttons: [ + { text: "Book Now", href: "tel:07397911662" }, + { text: "Get Quote", href: "https://wa.me/919876543210" } + ] }, { 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?_wi=1", 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", buttons: [ + { text: "Book Now", href: "tel:07397911662" }, + { text: "Get Quote", href: "https://wa.me/919876543210" } + ] }, { 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?_wi=2", 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", buttons: [ + { text: "Book Now", href: "tel:07397911662" }, + { text: "Get Quote", href: "https://wa.me/919876543210" } + ] } ]} title="Our Services"