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
+}
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}
+
-
);
-}
\ No newline at end of file
+}
diff --git a/src/app/models/page.tsx b/src/app/models/page.tsx
index 38a3da3..bd949f8 100644
--- a/src/app/models/page.tsx
+++ b/src/app/models/page.tsx
@@ -3,10 +3,10 @@
import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
-import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
-import FeatureCardSix from "@/components/sections/feature/FeatureCardSix";
-import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
-import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
+import ProductCardFour from "@/components/sections/product/ProductCardFour";
+import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
+import ContactCenter from "@/components/sections/contact/ContactCenter";
+import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
export default function ModelsPage() {
const navItems = [
@@ -14,13 +14,11 @@ export default function ModelsPage() {
{ name: "Models", id: "/models" },
{ name: "Services", id: "/services" },
{ name: "Finance", id: "/finance" },
- { name: "Reviews", id: "/" },
+ { name: "Reviews", id: "/#testimonials" },
];
const navButton = {
- text: "Call Now",
- href: "tel:091355 95191",
- };
+ text: "Call Now", href: "tel:091355 95191"};
return (
-
-
+
- console.log("Email:", email)}
/>
);
-}
\ No newline at end of file
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5a9fcba..1d9d226 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,27 +3,25 @@
import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
-import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
-import MediaAbout from "@/components/sections/about/MediaAbout";
-import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
-import FeatureCardSix from "@/components/sections/feature/FeatureCardSix";
-import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
-import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
-import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
+import HeroOverlay from "@/components/sections/hero/HeroOverlay";
+import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
+import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
+import ProductCardFour from "@/components/sections/product/ProductCardFour";
+import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
+import ContactCenter from "@/components/sections/contact/ContactCenter";
+import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
export default function HomePage() {
const navItems = [
- { name: "Home", id: "home" },
- { name: "Models", id: "models" },
- { name: "Services", id: "services" },
- { name: "Finance", id: "finance" },
- { name: "Reviews", id: "reviews" },
+ { name: "Home", id: "/" },
+ { name: "Models", id: "/models" },
+ { name: "Services", id: "/services" },
+ { name: "Finance", id: "/finance" },
+ { name: "Reviews", id: "#testimonials" },
];
const navButton = {
- text: "Call Now",
- href: "tel:091355 95191",
- };
+ text: "Call Now", href: "tel:091355 95191"};
return (
-
-
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+ console.log("Email:", email)}
+ />
+
+
);
-}
\ No newline at end of file
+}
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 24a2039..f57fcad 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -6,7 +6,7 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS
import FeatureCardSix from "@/components/sections/feature/FeatureCardSix";
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 ServicesPage() {
const navItems = [
@@ -14,7 +14,7 @@ export default function ServicesPage() {
{ name: "Models", id: "/models" },
{ name: "Services", id: "/services" },
{ name: "Finance", id: "/finance" },
- { name: "Reviews", id: "/" },
+ { name: "Reviews", id: "/#testimonials" },
];
const navButton = {
@@ -37,30 +37,34 @@ export default function ServicesPage() {
@@ -100,15 +110,24 @@ export default function ServicesPage() {
);
-}
\ No newline at end of file
+}