From a2c8d6d32deb71e5bf074c73049cd7fa088b7c72 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:16:04 +0000 Subject: [PATCH 1/5] Update src/app/finance/page.tsx --- src/app/finance/page.tsx | 94 ++++++++++++++++++++++++++++++---------- 1 file changed, 72 insertions(+), 22 deletions(-) diff --git a/src/app/finance/page.tsx b/src/app/finance/page.tsx index 1ac7fbe..83fff25 100644 --- a/src/app/finance/page.tsx +++ b/src/app/finance/page.tsx @@ -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() { @@ -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."}, ]} /> @@ -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() { ); -} \ No newline at end of file +} -- 2.49.1 From be45a2900dcacb2f23f6e912326d2b21d71be173 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:16:04 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 73 +++++++--------------------------------------- 1 file changed, 11 insertions(+), 62 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 54c0214..78a988a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,75 +1,25 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Roboto } from "next/font/google"; -import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; - -const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); +import "./styles/variables.css"; +import "./styles/base.css"; const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); - -const roboto = Roboto({ - variable: "--font-roboto", - subsets: ["latin"], - weight: ["100", "300", "400", "500", "700", "900"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Pawan Auto - Honda Showroom & Bike Service in Rafiganj, Bihar", - description: "Trusted Honda two-wheeler showroom and service center in Rafiganj. 4.5★ rated. Genuine parts, professional servicing, flexible finance. Call: 091355 95191", - keywords: "Honda showroom Rafiganj, bike service Rafiganj, two-wheeler service Bihar, auto parts store, Honda dealer, bike financing, motorcycle repair", - metadataBase: new URL("https://pawan-auto.com"), - alternates: { - canonical: "https://pawan-auto.com", - }, - openGraph: { - title: "Pawan Auto - Honda Showroom & Bike Service", - description: "Your trusted auto partner in Rafiganj with 4.5★ rating. Quality bikes, genuine parts, expert service.", - url: "https://pawan-auto.com", - siteName: "Pawan Auto", - type: "website", - images: [ - { - url: "http://img.b2bpic.net/free-photo/man-choosed-motorcycles-moto-shop-guy-black-jacket-manager-with-client_1157-43592.jpg", - alt: "Pawan Auto Showroom", - }, - ], - }, - twitter: { - card: "summary_large_image", - title: "Pawan Auto - Honda Showroom & Service", - description: "4.5★ rated Honda bike showroom and service center in Rafiganj", - images: ["http://img.b2bpic.net/free-photo/man-choosed-motorcycles-moto-shop-guy-black-jacket-manager-with-client_1157-43592.jpg"], - }, - robots: { - index: true, - follow: true, - }, -}; + title: "Pawan Honda - Bikes, Finance & Services", description: "Pawan Honda - Your trusted Honda bike dealer. Explore premium Honda motorcycles, flexible finance options, and professional servicing."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - + + + {children} +