Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 71b71119fc | |||
| 9f42d67606 | |||
| 3483188432 | |||
| ec2020e269 | |||
| 6f71ad7bb9 |
@@ -93,10 +93,10 @@ export default function HomePage() {
|
||||
description="Industry-leading standards in automotive service excellence"
|
||||
tag="Credibility"
|
||||
metrics={[
|
||||
{ id: "1", value: "107+", description: "Google Reviews (4.9⭐)" },
|
||||
{ id: "2", value: "15+", description: "Years Experience" },
|
||||
{ id: "3", value: "100%", description: "Genuine Parts" },
|
||||
{ id: "4", value: "24/7", description: "Advanced Diagnostics" }
|
||||
{ id: "1", value: "4.9⭐", description: "Google Reviews Rating" },
|
||||
{ id: "2", value: "107+", description: "Happy Customers" },
|
||||
{ id: "3", value: "15+", description: "Years Experience" },
|
||||
{ id: "4", value: "100%", description: "Genuine Parts" }
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -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"
|
||||
@@ -177,8 +195,8 @@ export default function HomePage() {
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "4.9★", label: "Rating" },
|
||||
{ value: "107+", label: "Google Reviews" },
|
||||
{ value: "4.9★", label: "Average Rating" },
|
||||
{ value: "10K+", label: "Happy Customers" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user