Update src/app/finance/page.tsx
This commit is contained in:
@@ -6,7 +6,7 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
|
||||
export default function FinancePage() {
|
||||
const navItems = [
|
||||
@@ -14,7 +14,7 @@ export default function FinancePage() {
|
||||
{ name: "Models", id: "/models" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Finance", id: "/finance" },
|
||||
{ name: "Reviews", id: "/" },
|
||||
{ name: "Reviews", id: "/#testimonials" },
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
@@ -37,7 +37,7 @@ export default function FinancePage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={navButton}
|
||||
brandName="Pawan Auto"
|
||||
brandName="Pawan Honda"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,17 +51,20 @@ export default function FinancePage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "36-months", tag: "36 Month EMI Plan", price: "Starting from ₹3,000", period: "/month", description: "Perfect for maximum affordability. Spread your payments over 36 months with the lowest monthly installment.", button: { text: "Apply Now", href: "#contact" },
|
||||
id: "36-months", tag: "36 Month EMI Plan", price: "Starting from ₹3,000", period: "/month", description:
|
||||
"Perfect for maximum affordability. Spread your payments over 36 months with the lowest monthly installment.", button: { text: "Apply Now", href: "#contact" },
|
||||
featuresTitle: "Plan Highlights:", features: [
|
||||
"No down payment required", "Instant approval process", "Minimal documentation needed", "Flexible tenure options", "Competitive interest rates", "Easy online application"],
|
||||
},
|
||||
{
|
||||
id: "24-months", tag: "24 Month EMI Plan", price: "Starting from ₹4,500", period: "/month", description: "Balanced option with moderate monthly payment and lower total interest charges.", button: { text: "Apply Now", href: "#contact" },
|
||||
id: "24-months", tag: "24 Month EMI Plan", price: "Starting from ₹4,500", period: "/month", description:
|
||||
"Balanced option with moderate monthly payment and lower total interest charges.", button: { text: "Apply Now", href: "#contact" },
|
||||
featuresTitle: "Plan Highlights:", features: [
|
||||
"Lower total interest cost", "Quick bank approval", "Multiple bank partner options", "Insurance add-on available", "Fast document processing", "Dedicated finance support"],
|
||||
},
|
||||
{
|
||||
id: "12-months", tag: "12 Month EMI Plan", price: "Starting from ₹8,000", period: "/month", description: "Fastest ownership path with minimal interest charges. Pay off your bike quickly.", button: { text: "Apply Now", href: "#contact" },
|
||||
id: "12-months", tag: "12 Month EMI Plan", price: "Starting from ₹8,000", period: "/month", description:
|
||||
"Fastest ownership path with minimal interest charges. Pay off your Honda quickly.", button: { text: "Apply Now", href: "#contact" },
|
||||
featuresTitle: "Plan Highlights:", features: [
|
||||
"Minimum total interest cost", "Immediate bike ownership", "Premium bank partners", "Free roadside assistance", "Fast clearance & delivery", "Priority customer service"],
|
||||
},
|
||||
@@ -84,17 +87,23 @@ export default function FinancePage() {
|
||||
animationType="smooth"
|
||||
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: "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: "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: "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: "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: "5", title: "Do you offer insurance with EMI?", content:
|
||||
"Yes, comprehensive Honda 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."},
|
||||
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."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,13 +113,22 @@ export default function FinancePage() {
|
||||
title="Apply for EMI Finance Today"
|
||||
description="Get pre-approved for your EMI in just a few minutes. No hidden charges, transparent process. Our finance team will guide you through every step."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Full Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
{ name: "bike-budget", type: "text", placeholder: "Bike Budget Range (e.g., ₹50,000 - ₹1,00,000)", required: true },
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
{
|
||||
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: 5,
|
||||
name: "emi-preference", placeholder:
|
||||
"Preferred EMI tenure and any specific Honda model interest. E.g., I'm interested in CB Shine with 24-month EMI.", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
@@ -123,12 +141,44 @@ export default function FinancePage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Pawan Auto"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
<FooterLogoEmphasis
|
||||
logoText="Pawan Honda"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Models", href: "/models" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Finance", href: "/finance" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "About Us", href: "/#about" },
|
||||
{ label: "Why Choose Us", href: "/#why-us" },
|
||||
{ label: "Testimonials", href: "/#testimonials" },
|
||||
{ label: "Contact", href: "/#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
{ label: "Customer Support", href: "tel:091355 95191" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Call Us", href: "tel:091355 95191" },
|
||||
{ label: "Email", href: "mailto:info@pawanhonda.com" },
|
||||
{ label: "Visit Showroom", href: "#" },
|
||||
{ label: "Book Service", href: "/services" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user