diff --git a/src/app/finance/page.tsx b/src/app/finance/page.tsx
index 99f085a..b95d4fe 100644
--- a/src/app/finance/page.tsx
+++ b/src/app/finance/page.tsx
@@ -18,9 +18,7 @@ export default function FinancePage() {
];
const navButton = {
- text: "Call Now",
- href: "tel:091355 95191",
- };
+ text: "Call Now", href: "tel:091355 95191"};
return (
@@ -114,45 +76,26 @@ export default function FinancePage() {
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=2"
+ 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="Finance Support Team"
mediaPosition="left"
mediaAnimation="blur-reveal"
- faqs={[
- {
- id: "1",
- title: "What documents are needed for EMI approval?",
- content: "Minimal documentation: Aadhar card, PAN card, driving license, income proof (salary slip or ITR), and address proof. Banks typically approve within 24-48 hours.",
- },
- {
- id: "2",
- title: "Is down payment mandatory?",
- content: "No! We offer zero down payment schemes on all EMI plans. You can drive home your new Honda bike without paying anything upfront.",
- },
- {
- id: "3",
- title: "What is the eligibility criteria?",
- content: "Age 18-65 years, stable monthly income (minimum ₹15,000), and good credit history. Self-employed, salaried, and business owners all qualify. Visit us or call to check your eligibility.",
- },
- {
- id: "4",
- title: "Can I prepay my EMI without penalty?",
- content: "Yes! You can prepay your entire EMI anytime without any penalties or hidden charges. Contact us for exact prepayment amount calculation.",
- },
- {
- id: "5",
- title: "Do you offer insurance with EMI?",
- content: "Yes, comprehensive bike insurance is available as an add-on. Third-party insurance is mandatory by law. We help you get the best insurance rates.",
- },
- {
- id: "6",
- title: "What happens after EMI is complete?",
- content: "Upon final payment, the vehicle ownership certificate (RC) is transferred to your name. We handle all paperwork and registration updates for you.",
- },
- ]}
faqsAnimation="slide-up"
animationType="smooth"
- mediaPosition="left"
+ faqs={[
+ {
+ id: "1", title: "What documents are needed for EMI approval?", content: "Minimal documentation: Aadhar card, PAN card, driving license, income proof (salary slip or ITR), and address proof. Banks typically approve within 24-48 hours."},
+ {
+ id: "2", title: "Is down payment mandatory?", content: "No! We offer zero down payment schemes on all EMI plans. You can drive home your new Honda bike without paying anything upfront."},
+ {
+ id: "3", title: "What is the eligibility criteria?", content: "Age 18-65 years, stable monthly income (minimum ₹15,000), and good credit history. Self-employed, salaried, and business owners all qualify. Visit us or call to check your eligibility."},
+ {
+ id: "4", title: "Can I prepay my EMI without penalty?", content: "Yes! You can prepay your entire EMI anytime without any penalties or hidden charges. Contact us for exact prepayment amount calculation."},
+ {
+ id: "5", title: "Do you offer insurance with EMI?", content: "Yes, comprehensive bike insurance is available as an add-on. Third-party insurance is mandatory by law. We help you get the best insurance rates."},
+ {
+ id: "6", title: "What happens after EMI is complete?", content: "Upon final payment, the vehicle ownership certificate (RC) is transferred to your name. We handle all paperwork and registration updates for you."},
+ ]}
/>
@@ -167,13 +110,11 @@ export default function FinancePage() {
{ name: "bike-budget", type: "text", placeholder: "Bike Budget Range (e.g., ₹50,000 - ₹1,00,000)", required: true },
]}
textarea={{
- name: "emi-preference",
- placeholder: "Preferred EMI tenure and any specific bike model interest. E.g., I'm interested in CB Shine with 24-month EMI.",
- rows: 4,
+ name: "emi-preference", placeholder: "Preferred EMI tenure and any specific bike model interest. E.g., I'm interested in CB Shine with 24-month EMI.", rows: 5,
required: true,
}}
useInvertedBackground={false}
- imageSrc="http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7539.jpg?_wi=5"
+ imageSrc="http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7539.jpg"
imageAlt="Finance Consultation"
mediaPosition="right"
mediaAnimation="slide-up"
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index f0c3b1f..e9a9517 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -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 (
@@ -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"