Update src/app/services/page.tsx
This commit is contained in:
@@ -18,9 +18,7 @@ export default function ServicesPage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Call Now",
|
||||
href: "tel:091355 95191",
|
||||
};
|
||||
text: "Call Now", href: "tel:091355 95191"};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -53,32 +51,16 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Regular Maintenance & Servicing",
|
||||
description: "Periodic oil changes, filter replacements, chain lubrication, and comprehensive check-ups. Keep your bike in optimal condition with routine maintenance that extends its lifespan.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2489.jpg?_wi=3",
|
||||
imageAlt: "Regular Maintenance Service",
|
||||
},
|
||||
title: "Regular Maintenance & Servicing", description: "Periodic oil changes, filter replacements, chain lubrication, and comprehensive check-ups. Keep your bike in optimal condition with routine maintenance that extends its lifespan.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2489.jpg", imageAlt: "Regular Maintenance Service"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Engine Repair & Diagnostics",
|
||||
description: "Advanced diagnostic equipment identifies engine issues quickly. Our expert mechanics perform precision repairs on all Honda models with genuine parts and warranty.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8129.jpg?_wi=3",
|
||||
imageAlt: "Engine Repair and Diagnostics",
|
||||
},
|
||||
title: "Engine Repair & Diagnostics", description: "Advanced diagnostic equipment identifies engine issues quickly. Our expert mechanics perform precision repairs on all Honda models with genuine parts and warranty.", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8129.jpg", imageAlt: "Engine Repair and Diagnostics"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Genuine Spare Parts Supply",
|
||||
description: "Authentic Honda spare parts in stock with certificates of authenticity. Every part comes with warranty and quality guarantee. Fast availability and competitive pricing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-machine-with-racks-pinions-factory_181624-60017.jpg?_wi=3",
|
||||
imageAlt: "Genuine Spare Parts",
|
||||
},
|
||||
title: "Genuine Spare Parts Supply", description: "Authentic Honda spare parts in stock with certificates of authenticity. Every part comes with warranty and quality guarantee. Fast availability and competitive pricing.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-machine-with-racks-pinions-factory_181624-60017.jpg", imageAlt: "Genuine Spare Parts"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Online Service Booking",
|
||||
description: "Convenient online and phone booking system. Same-day or next-day appointment availability. Fast turnaround, transparent pricing, no hidden charges, free pickup available.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7539.jpg?_wi=3",
|
||||
imageAlt: "Online Service Booking System",
|
||||
},
|
||||
title: "Online Service Booking", description: "Convenient online and phone booking system. Same-day or next-day appointment availability. Fast turnaround, transparent pricing, no hidden charges, free pickup available.", imageSrc: "http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7539.jpg", imageAlt: "Online Service Booking System"},
|
||||
]}
|
||||
buttons={[{ text: "Book Service Now", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -92,45 +74,26 @@ export default function ServicesPage() {
|
||||
tag="Help"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg"
|
||||
imageAlt="Professional Customer Support"
|
||||
mediaPosition="left"
|
||||
mediaAnimation="blur-reveal"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How often should I service my bike?",
|
||||
content: "We recommend servicing every 3,000 km or every 3 months, whichever comes first. Regular maintenance keeps your bike running smoothly, maintains warranty validity, and prevents major repairs.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you use genuine Honda spare parts?",
|
||||
content: "Absolutely! We only stock authentic Honda spare parts. Every part comes with a certificate of authenticity and warranty. We never use counterfeit or low-quality parts.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "What are your service hours?",
|
||||
content: "We're open 7:00 AM to 8:00 PM, seven days a week. You can book a service online or call 091355 95191 for appointments. Same-day and emergency services available.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "How long does a regular service take?",
|
||||
content: "Regular service typically takes 1-2 hours depending on your bike model and any additional repairs needed. We keep you informed and try to complete services as quickly as possible.",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you offer pickup and drop-off service?",
|
||||
content: "Yes! Free pickup and drop-off service is available for servicing. Call us to schedule, and we'll collect your bike and return it after service completion.",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "What warranty is provided on repairs?",
|
||||
content: "All repairs come with a 30-day warranty on parts and labor. If you experience issues with any repair during this period, we'll fix it free of cost. Warranty terms explained at service completion.",
|
||||
},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
animationType="smooth"
|
||||
mediaPosition="left"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How often should I service my bike?", content: "We recommend servicing every 3,000 km or every 3 months, whichever comes first. Regular maintenance keeps your bike running smoothly, maintains warranty validity, and prevents major repairs."},
|
||||
{
|
||||
id: "2", title: "Do you use genuine Honda spare parts?", content: "Absolutely! We only stock authentic Honda spare parts. Every part comes with a certificate of authenticity and warranty. We never use counterfeit or low-quality parts."},
|
||||
{
|
||||
id: "3", title: "What are your service hours?", content: "We're open 7:00 AM to 8:00 PM, seven days a week. You can book a service online or call 091355 95191 for appointments. Same-day and emergency services available."},
|
||||
{
|
||||
id: "4", title: "How long does a regular service take?", content: "Regular service typically takes 1-2 hours depending on your bike model and any additional repairs needed. We keep you informed and try to complete services as quickly as possible."},
|
||||
{
|
||||
id: "5", title: "Do you offer pickup and drop-off service?", content: "Yes! Free pickup and drop-off service is available for servicing. Call us to schedule, and we'll collect your bike and return it after service completion."},
|
||||
{
|
||||
id: "6", title: "What warranty is provided on repairs?", content: "All repairs come with a 30-day warranty on parts and labor. If you experience issues with any repair during this period, we'll fix it free of cost. Warranty terms explained at service completion."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -145,13 +108,11 @@ export default function ServicesPage() {
|
||||
{ name: "bike-model", type: "text", placeholder: "Your Bike Model (e.g., CB Shine, Activa)", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "service-type",
|
||||
placeholder: "Service Type: Regular Maintenance / Engine Repair / Spare Parts / Other...",
|
||||
rows: 4,
|
||||
name: "service-type", placeholder: "Service Type: Regular Maintenance / Engine Repair / Spare Parts / Other...", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7539.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7539.jpg"
|
||||
imageAlt="Service Booking Counter"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user