Update src/app/services/page.tsx
This commit is contained in:
@@ -52,7 +52,7 @@ export default function ServicesPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="medium"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -70,57 +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?_wi=3",
|
||||
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", 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?_wi=2",
|
||||
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", 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?_wi=2",
|
||||
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", 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?_wi=2",
|
||||
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", 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?_wi=2",
|
||||
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", 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?_wi=4",
|
||||
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", imageAlt: "Wheel Alignment"
|
||||
}
|
||||
]}
|
||||
title="Our Complete Service Range"
|
||||
@@ -128,7 +98,6 @@ export default function ServicesPage() {
|
||||
tag="Comprehensive"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user