Update src/app/services/page.tsx

This commit is contained in:
2026-03-07 04:56:24 +00:00
parent eed668fa65
commit eef3a00f4b

View File

@@ -34,9 +34,7 @@ export default function ServicesPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Call Now",
href: "tel:+6561234567",
}}
text: "Call Now", href: "tel:+6561234567"}}
/>
</div>
@@ -48,57 +46,26 @@ export default function ServicesPage() {
tag="Full Service Menu"
features={[
{
title: "Engine Diagnostics",
description: "Advanced computer diagnostics to identify any engine issues quickly and accurately. We use state-of-the-art equipment to pinpoint problems before they become costly repairs.",
imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-engine-with-help-laptop_1170-1531.jpg?_wi=2",
imageAlt: "Engine diagnostics service",
buttonIcon: ArrowRight,
buttonHref: "/",
},
title: "Engine Diagnostics", description: "Advanced computer diagnostics to identify any engine issues quickly and accurately. We use state-of-the-art equipment to pinpoint problems before they become costly repairs.", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-engine-with-help-laptop_1170-1531.jpg", imageAlt: "Engine diagnostics service", buttonIcon: ArrowRight,
buttonHref: "/"},
{
title: "Gearbox Repair",
description: "Expert gearbox and transmission repair services with genuine parts warranty. Our specialists handle automatic and manual transmissions with precision.",
imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-engine_1170-1402.jpg?_wi=2",
imageAlt: "Gearbox repair service",
buttonIcon: ArrowRight,
buttonHref: "/",
},
title: "Gearbox Repair", description: "Expert gearbox and transmission repair services with genuine parts warranty. Our specialists handle automatic and manual transmissions with precision.", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-engine_1170-1402.jpg", imageAlt: "Gearbox repair service", buttonIcon: ArrowRight,
buttonHref: "/"},
{
title: "Car Aircon Service",
description: "Complete air conditioning servicing and maintenance for optimal cooling. We recharge systems, replace filters, and ensure your comfort in Singapore's heat.",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car_329181-11880.jpg?_wi=2",
imageAlt: "Car aircon servicing",
buttonIcon: ArrowRight,
buttonHref: "/",
},
title: "Car Aircon Service", description: "Complete air conditioning servicing and maintenance for optimal cooling. We recharge systems, replace filters, and ensure your comfort in Singapore's heat.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car_329181-11880.jpg", imageAlt: "Car aircon servicing", buttonIcon: ArrowRight,
buttonHref: "/"},
{
title: "Battery Replacement",
description: "Quality battery replacement with professional installation and testing. We stock premium batteries for all vehicle makes and models.",
imageSrc: "http://img.b2bpic.net/free-photo/hand-mechanic-holding-tools_1170-1411.jpg?_wi=2",
imageAlt: "Battery replacement service",
buttonIcon: ArrowRight,
buttonHref: "/",
},
title: "Battery Replacement", description: "Quality battery replacement with professional installation and testing. We stock premium batteries for all vehicle makes and models.", imageSrc: "http://img.b2bpic.net/free-photo/hand-mechanic-holding-tools_1170-1411.jpg", imageAlt: "Battery replacement service", buttonIcon: ArrowRight,
buttonHref: "/"},
{
title: "Accident Repair",
description: "Professional accident repair and body work with insurance coordination. We handle everything from minor dents to major collision damage.",
imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-concept-man-face-mask-with-orbital-polisher-repair-shop-polishing-orange-suv-car_627829-12610.jpg?_wi=2",
imageAlt: "Accident repair service",
buttonIcon: ArrowRight,
buttonHref: "/",
},
title: "Accident Repair", description: "Professional accident repair and body work with insurance coordination. We handle everything from minor dents to major collision damage.", imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-concept-man-face-mask-with-orbital-polisher-repair-shop-polishing-orange-suv-car_627829-12610.jpg", imageAlt: "Accident repair service", buttonIcon: ArrowRight,
buttonHref: "/"},
{
title: "Routine Maintenance",
description: "Regular maintenance packages to keep your vehicle running smoothly. Oil changes, filter replacements, and comprehensive inspections.",
imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11848.jpg?_wi=2",
imageAlt: "Routine maintenance service",
buttonIcon: ArrowRight,
buttonHref: "/",
},
title: "Routine Maintenance", description: "Regular maintenance packages to keep your vehicle running smoothly. Oil changes, filter replacements, and comprehensive inspections.", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11848.jpg", imageAlt: "Routine maintenance service", buttonIcon: ArrowRight,
buttonHref: "/"},
]}
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
/>
</div>
@@ -111,17 +78,12 @@ export default function ServicesPage() {
description="Contact us now to book your service appointment. Our friendly team will help you choose the right service for your vehicle's needs. Fast turnaround, fair pricing, guaranteed satisfaction."
buttons={[
{
text: "Call Now: +65 6123 4567",
href: "tel:+6561234567",
},
text: "Call Now: +65 6123 4567", href: "tel:+6561234567"},
{
text: "Back to Home",
href: "/",
},
text: "Back to Home", href: "/"},
]}
background={{
variant: "downward-rays-animated",
}}
variant: "downward-rays-animated"}}
useInvertedBackground={true}
buttonAnimation="slide-up"
tagAnimation="slide-up"
@@ -133,13 +95,9 @@ export default function ServicesPage() {
<FooterLogoReveal
logoText="KY AUTO"
leftLink={{
text: "Privacy Policy",
href: "/privacy",
}}
text: "Privacy Policy", href: "/privacy"}}
rightLink={{
text: "Terms of Service",
href: "/terms",
}}
text: "Terms of Service", href: "/terms"}}
/>
</div>
</ThemeProvider>