Merge version_2 into main #4
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.variable}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1437,7 +1387,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 (
|
||||
<ThemeProvider
|
||||
@@ -39,133 +37,134 @@ export default function ModelsPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={navButton}
|
||||
brandName="Pawan Auto"
|
||||
brandName="Pawan Honda"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="models" data-section="models">
|
||||
<ProductCardTwo
|
||||
title="Complete Honda Motorcycle & Scooter Lineup"
|
||||
description="Explore our entire range of Honda two-wheelers. Each model is engineered for reliability, performance, and style. Find the perfect bike that matches your lifestyle and budget."
|
||||
<ProductCardFour
|
||||
title="Complete Honda Motorcycle Range"
|
||||
description="Discover our full lineup of premium Honda motorcycles. From efficient commuters to high-performance rides, find the perfect bike for your needs."
|
||||
tag="All Models"
|
||||
tagIcon={undefined}
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Honda",
|
||||
name: "CB Shine",
|
||||
price: "Call for Best Price",
|
||||
rating: 5,
|
||||
reviewCount: "850+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sexy-biker-girl-wearing-black-leather-jacket-posing-her-superbike-outside-building-sunny-day_613910-19345.jpg?_wi=2",
|
||||
imageAlt: "Honda CB Shine - Sport Commuter Bike",
|
||||
id: "1", name: "Honda CB Shine", price: "₹78,500", variant: "Black, Silver, Red", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/modern-motorcycles-sport-bikes-garage_1170-2489.jpg", imageAlt: "Honda CB Shine", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Honda",
|
||||
name: "Honda Activa",
|
||||
price: "Call for Best Price",
|
||||
rating: 5,
|
||||
reviewCount: "920+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-moto-scooter-street-urban-style_613910-15470.jpg?_wi=3",
|
||||
imageAlt: "Honda Activa - Automatic Scooter",
|
||||
id: "2", name: "Honda Activa 6G", price: "₹65,000", variant: "Matte Black, Pearl White", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-modern-scooter_1170-2489.jpg", imageAlt: "Honda Activa 6G", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Honda",
|
||||
name: "Honda CD 110 Dream",
|
||||
price: "Call for Best Price",
|
||||
rating: 5,
|
||||
reviewCount: "780+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-male-biker-riding-motorcycle-along-road_1098-19091.jpg?_wi=2",
|
||||
imageAlt: "Honda CD 110 Dream - Reliable Commuter",
|
||||
id: "3", name: "Honda CB 350", price: "₹1,94,000", variant: "Classic Chrome, Modern Black", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/vintage-motorcycle-parked_1170-2489.jpg", imageAlt: "Honda CB 350", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Honda",
|
||||
name: "Honda Dio",
|
||||
price: "Call for Best Price",
|
||||
rating: 5,
|
||||
reviewCount: "640+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-moto-scooter-street-urban-style_613910-15470.jpg?_wi=4",
|
||||
imageAlt: "Honda Dio - Stylish Scooter",
|
||||
id: "4", name: "Honda X-Blade", price: "₹94,200", variant: "Matte Gunmetal, Pearl White", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/aggressive-stance-motorcycle_1170-2489.jpg", imageAlt: "Honda X-Blade", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "5", name: "Honda Dream Yuga", price: "₹55,000", variant: "Silver, Black, Red", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/entry-level-motorcycle_1170-2489.jpg", imageAlt: "Honda Dream Yuga", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "6", name: "Honda SP 125", price: "₹71,500", variant: "Matte Black, Pearl White", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/sports-commuter-bike_1170-2489.jpg", imageAlt: "Honda SP 125", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "7", name: "Honda CB Twister", price: "₹82,000", variant: "Black, Red, Silver", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/street-bike-performance_1170-2489.jpg", imageAlt: "Honda CB Twister", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "8", name: "Honda Hornet 2.0", price: "₹1,26,000", variant: "Matte Black, Pearl White", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/powerful-motorcycle_1170-2489.jpg", imageAlt: "Honda Hornet 2.0", isFavorited: false,
|
||||
},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
buttons={[{ text: "Schedule Test Ride", href: "#contact" }]}
|
||||
buttons={[
|
||||
{ text: "Book Test Ride", href: "tel:091355 95191" },
|
||||
{ text: "Finance Options", href: "/finance" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="specifications" data-section="specifications">
|
||||
<FeatureCardSix
|
||||
title="Why Choose Honda at Pawan Auto"
|
||||
description="Every Honda model at our showroom offers superior quality, advanced features, and long-term reliability. Here's what makes our bikes special."
|
||||
tag="Model Features"
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSixteen
|
||||
title="Honda Quality Advantages"
|
||||
description="Experience the reliability, performance, and innovation that makes Honda the world's most trusted two-wheeler brand."
|
||||
tag="Why Honda?"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Fuel Efficiency",
|
||||
description: "Advanced engine technology delivers excellent mileage. Save on fuel costs while enjoying superior performance and eco-friendly operation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2489.jpg?_wi=2",
|
||||
imageAlt: "Fuel Efficient Engine",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Advanced Safety Features",
|
||||
description: "Equipped with robust braking systems, LED lighting, and durable frames. Your safety is our priority on every ride.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8129.jpg?_wi=2",
|
||||
imageAlt: "Safety Features",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Warranty & After-Sales Support",
|
||||
description: "3-year comprehensive warranty, genuine spare parts availability, and expert technician support for worry-free ownership.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-machine-with-racks-pinions-factory_181624-60017.jpg?_wi=2",
|
||||
imageAlt: "Warranty Support",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get More Details", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Poor fuel efficiency", "Frequent breakdowns", "Limited spare parts availability", "Poor resale value"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Excellent fuel efficiency (70+ kmpl)", "Reliable & durable engines", "Genuine parts readily available", "Strong resale value & warranty"],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Ready to Own Your Dream Honda?"
|
||||
description="Contact us today to schedule a test ride, inquire about pricing, or get detailed specifications for any Honda model. Our team will help you find the perfect bike."
|
||||
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: "model", type: "text", placeholder: "Interested Model (e.g., CB Shine)", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us more about your interest (test ride, pricing, features, etc.)...",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
<ContactCenter
|
||||
tag="Interested?"
|
||||
title="Get Your Perfect Honda Today"
|
||||
description="Visit Pawan Honda for a test ride or to learn more about our complete range of motorcycles. Our team is ready to help you find the right bike."
|
||||
background={{ variant: "rotated-rays-animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7539.jpg?_wi=2"
|
||||
imageAlt="Pawan Auto Sales Team"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Send Inquiry"
|
||||
inputPlaceholder="Your email"
|
||||
buttonText="Request Info"
|
||||
termsText="We'll send you detailed specifications and pricing for our latest Honda models."
|
||||
onSubmit={(email) => console.log("Email:", email)}
|
||||
/>
|
||||
</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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
381
src/app/page.tsx
381
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 (
|
||||
<ThemeProvider
|
||||
@@ -42,270 +40,187 @@ export default function HomePage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={navButton}
|
||||
brandName="Pawan Auto"
|
||||
brandName="Pawan Honda"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
logoText="पवन ऑटो"
|
||||
description="Rafiganj's Trusted Auto Showroom & Service Center. Quality Honda Bikes, Genuine Parts & Reliable Service"
|
||||
<HeroOverlay
|
||||
title="Premium Honda Motorcycles"
|
||||
description="Discover the perfect Honda bike for your lifestyle. Advanced technology, superior comfort, and exceptional performance. From daily commuters to adventure seekers."
|
||||
tag="Welcome to Pawan Honda"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-handsome-man-grey-hoodie-posing-with-motorcycle_1170-2489.jpg"
|
||||
imageAlt="Premium Honda Motorcycle"
|
||||
textPosition="bottom-left"
|
||||
showBlur={true}
|
||||
showDimOverlay={false}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:091355 95191" },
|
||||
{ text: "Book Service", href: "#contact" },
|
||||
{ text: "Get Directions", href: "https://maps.google.com/?q=Pawan+Auto+Rafiganj+Bihar" },
|
||||
{ text: "Explore Models", href: "/models" },
|
||||
{ text: "Contact Us", href: "tel:091355 95191" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "downward-rays-animated" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-choosed-motorcycles-moto-shop-guy-black-jacket-manager-with-client_1157-43592.jpg"
|
||||
imageAlt="Pawan Auto Showroom"
|
||||
frameStyle="card"
|
||||
mediaAnimation="blur-reveal"
|
||||
ariaLabel="Pawan Auto Hero Section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
title="Serving Rafiganj for Years"
|
||||
description="With 4.5-star rating and 22+ customer reviews, Pawan Auto is your trusted partner for all two-wheeler needs. We provide genuine Honda bikes, quality spare parts, professional servicing, and flexible finance options to make your biking experience seamless."
|
||||
tag="About Us"
|
||||
buttons={[{ text: "Check Models", href: "#models" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg"
|
||||
imageAlt="Pawan Auto Team"
|
||||
<TextSplitAbout
|
||||
title="About Pawan Honda"
|
||||
description={[
|
||||
"Pawan Honda is your trusted destination for premium Honda motorcycles in the region. With over a decade of expertise, we deliver exceptional bikes, transparent financing, and world-class service.", "Our commitment is simple: provide high-quality Honda bikes with flexible payment options, professional maintenance, and customer-centric support. Every customer is family to us."]}
|
||||
showBorder={true}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "/services" },
|
||||
{ text: "Visit Us", href: "tel:091355 95191" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<FeatureCardSixteen
|
||||
title="Why Choose Pawan Honda?"
|
||||
description="Experience the difference with our comprehensive range of services and genuine Honda quality."
|
||||
tag="Why Us"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Expensive unauthorized repairs", "Counterfeit spare parts", "Limited financing options", "Poor after-sales service"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Genuine Honda spare parts with warranty", "Professional certified technicians", "Flexible zero-down EMI options", "24/7 customer support & service"],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="models" data-section="models">
|
||||
<ProductCardTwo
|
||||
title="Available Honda Models"
|
||||
description="Browse our latest Honda two-wheeler collection. Every bike comes with warranty, genuine parts guarantee, and professional support."
|
||||
tag="Bike Collection"
|
||||
<ProductCardFour
|
||||
title="Featured Honda Models"
|
||||
description="Explore our latest collection of premium Honda motorcycles designed for every lifestyle."
|
||||
tag="Popular Models"
|
||||
tagIcon={undefined}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Honda",
|
||||
name: "CB Shine",
|
||||
price: "Call for Best Price",
|
||||
rating: 5,
|
||||
reviewCount: "850+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sexy-biker-girl-wearing-black-leather-jacket-posing-her-superbike-outside-building-sunny-day_613910-19345.jpg?_wi=1",
|
||||
imageAlt: "Honda CB Shine",
|
||||
id: "1", name: "Honda CB Shine", price: "₹78,500", variant: "Black, Silver, Red", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/modern-motorcycles-sport-bikes-garage_1170-2489.jpg", imageAlt: "Honda CB Shine", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Honda",
|
||||
name: "Honda Activa",
|
||||
price: "Call for Best Price",
|
||||
rating: 5,
|
||||
reviewCount: "920+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-moto-scooter-street-urban-style_613910-15470.jpg?_wi=1",
|
||||
imageAlt: "Honda Activa",
|
||||
id: "2", name: "Honda Activa 6G", price: "₹65,000", variant: "Matte Black, Pearl White", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-modern-scooter_1170-2489.jpg", imageAlt: "Honda Activa 6G", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Honda",
|
||||
name: "Honda CD 110 Dream",
|
||||
price: "Call for Best Price",
|
||||
rating: 5,
|
||||
reviewCount: "780+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-male-biker-riding-motorcycle-along-road_1098-19091.jpg?_wi=1",
|
||||
imageAlt: "Honda CD 110 Dream",
|
||||
id: "3", name: "Honda CB 350", price: "₹1,94,000", variant: "Classic Chrome, Modern Black", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/vintage-motorcycle-parked_1170-2489.jpg", imageAlt: "Honda CB 350", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Honda",
|
||||
name: "Honda Dio",
|
||||
price: "Call for Best Price",
|
||||
rating: 5,
|
||||
reviewCount: "640+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-moto-scooter-street-urban-style_613910-15470.jpg?_wi=2",
|
||||
imageAlt: "Honda Dio",
|
||||
id: "4", name: "Honda X-Blade", price: "₹94,200", variant: "Matte Gunmetal, Pearl White", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/aggressive-stance-motorcycle_1170-2489.jpg", imageAlt: "Honda X-Blade", isFavorited: false,
|
||||
},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
buttons={[{ text: "Call for Pricing", href: "tel:091355 95191" }]}
|
||||
buttons={[
|
||||
{ text: "View All Models", href: "/models" },
|
||||
{ text: "Request Quote", href: "tel:091355 95191" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardSix
|
||||
title="Professional Bike Services"
|
||||
description="Comprehensive servicing and maintenance to keep your bike running smoothly. Expert technicians, genuine parts, and quick turnaround."
|
||||
tag="Services"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Regular Maintenance",
|
||||
description: "Periodic servicing, oil changes, filter replacements, and routine check-ups for optimal bike performance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2489.jpg?_wi=1",
|
||||
imageAlt: "Regular Maintenance Service",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Engine Repair",
|
||||
description: "Expert engine diagnostics and repair services. We fix complex mechanical issues with precision and care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8129.jpg?_wi=1",
|
||||
imageAlt: "Engine Repair Service",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Genuine Spare Parts",
|
||||
description: "Original Honda spare parts in stock. Quality guaranteed with authentic certificates and warranty coverage.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-machine-with-racks-pinions-factory_181624-60017.jpg?_wi=1",
|
||||
imageAlt: "Genuine Spare Parts",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Quick Service Booking",
|
||||
description: "Book your service online or via phone. Fast turnaround, transparent pricing, no hidden charges.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7539.jpg?_wi=1",
|
||||
imageAlt: "Quick Service Booking",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Service", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="finance" data-section="finance">
|
||||
<PricingCardFive
|
||||
title="Easy Finance Options"
|
||||
description="Flexible EMI plans from trusted banks. Make your dream bike affordable with our finance solutions."
|
||||
tag="Finance"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "36-months",
|
||||
tag: "36 Month EMI",
|
||||
price: "Starting from ₹3,000",
|
||||
period: "/month",
|
||||
description: "Flexible 36-month payment plan for maximum affordability and budget flexibility.",
|
||||
button: { text: "Inquire Now", href: "#contact" },
|
||||
featuresTitle: "Plan Benefits:",
|
||||
features: [
|
||||
"No down payment required",
|
||||
"Instant approval process",
|
||||
"Minimal documentation",
|
||||
"Flexible tenure options",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "24-months",
|
||||
tag: "24 Month EMI",
|
||||
price: "Starting from ₹4,500",
|
||||
period: "/month",
|
||||
description: "Quicker payment plan with lower interest rates and faster completion.",
|
||||
button: { text: "Inquire Now", href: "#contact" },
|
||||
featuresTitle: "Plan Benefits:",
|
||||
features: [
|
||||
"Lower total interest cost",
|
||||
"Quick approval",
|
||||
"Multiple bank partners",
|
||||
"Insurance included options",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "12-months",
|
||||
tag: "12 Month EMI",
|
||||
price: "Starting from ₹8,000",
|
||||
period: "/month",
|
||||
description: "Quick payment option for buyers who want to own their bike faster.",
|
||||
button: { text: "Inquire Now", href: "#contact" },
|
||||
featuresTitle: "Plan Benefits:",
|
||||
features: [
|
||||
"Minimum interest charges",
|
||||
"Immediate ownership",
|
||||
"Premium bank partners",
|
||||
"Roadside assistance included",
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardTen
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
title="What Our Customers Say"
|
||||
description="Real reviews from satisfied customers across Rafiganj and nearby areas."
|
||||
tag="Reviews"
|
||||
description="Real stories from real customers who trusted us with their Honda journey."
|
||||
tag="Customer Testimonials"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Best showroom in a small city",
|
||||
quote: "Pawan Auto gave me the best buying experience. The staff was friendly, knowledgeable, and helped me choose the perfect bike within my budget. Finance options were very flexible!",
|
||||
name: "Rajesh Kumar",
|
||||
role: "Honda CB Shine Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
id: "1", name: "Rajesh Kumar, Business Owner", date: "Date: 15 November 2024", title: "Outstanding service and genuine bikes!", quote:
|
||||
"I bought my CB Shine from Pawan Honda 2 years ago. The service has been exceptional, genuine parts, fair pricing, and amazing customer support. Highly recommended!", tag: "Happy Customer", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-professional-man_1170-2489.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/motorcycle-enthusiast_1170-2489.jpg", imageAlt: "Satisfied customer with bike"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Excellent servicing facilities",
|
||||
quote: "I've been servicing my bike here for 2 years. The technicians are skilled, they use genuine parts, and the pricing is transparent. Highly recommend!",
|
||||
name: "Priya Singh",
|
||||
role: "Honda Activa Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg?_wi=1",
|
||||
imageAlt: "Priya Singh",
|
||||
},
|
||||
id: "2", name: "Priya Singh, College Student", date: "Date: 22 October 2024", title: "Easy EMI, quick approval process", quote:
|
||||
"Getting my Activa with zero down payment was so easy. The finance team guided me through everything. Now I'm riding my dream bike!", tag: "Finance Customer", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-woman_1170-2489.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-with-scooter_1170-2489.jpg", imageAlt: "Customer with new scooter"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Genuine parts and honest pricing",
|
||||
quote: "Unlike other shops, Pawan Auto never tries to sell unnecessary parts. They provide genuine Honda spares and explain everything clearly. Great customer service!",
|
||||
name: "Vikram Patel",
|
||||
role: "Honda CD 110 Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "Vikram Patel",
|
||||
},
|
||||
id: "3", name: "Amit Patel, Professional", date: "Date: 5 September 2024", title: "Best service center in town", quote:
|
||||
"Regular maintenance at Pawan Honda keeps my CB 350 running like new. Professional technicians, transparent pricing, and fast service. Can't ask for more!", tag: "Regular Client", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-man-with-motorbike_1170-2489.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/classic-motorcycle-garage_1170-2489.jpg", imageAlt: "Classic bike maintenance"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Fast and reliable service",
|
||||
quote: "My bike's engine had issues and Pawan Auto fixed it quickly. The repair was done professionally and the bike runs like new. Very satisfied!",
|
||||
name: "Neha Verma",
|
||||
role: "Honda Dio Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg?_wi=2",
|
||||
imageAlt: "Neha Verma",
|
||||
},
|
||||
id: "4", name: "Deepak Sharma, Courier Business", date: "Date: 18 August 2024", title: "Reliable partner for my business", quote:
|
||||
"My business depends on my bike. Pawan Honda's reliable service and quick maintenance turnaround have been crucial. They're my trusted partner!", tag: "Business Partner", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-delivery-man_1170-2489.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delivery-bike-road_1170-2489.jpg", imageAlt: "Delivery bike in action"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Great support throughout ownership",
|
||||
quote: "From purchase to maintenance, Pawan Auto has been my trusted partner. They make me feel valued as a customer. Best auto shop in Rafiganj!",
|
||||
name: "Amit Jain",
|
||||
role: "Honda CB Shine Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
imageAlt: "Amit Jain",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "Professional and trustworthy",
|
||||
quote: "I was skeptical about buying from a local showroom, but Pawan Auto proved to be completely professional. No hidden charges, no surprises. Highly recommended!",
|
||||
name: "Deepak Sharma",
|
||||
role: "Honda Activa Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
|
||||
imageAlt: "Deepak Sharma",
|
||||
},
|
||||
id: "5", name: "Neha Gupta, Adventure Enthusiast", date: "Date: 30 July 2024", title: "Perfect for long trips!", quote:
|
||||
"My X-Blade is perfect for my weekend adventures. Great fuel efficiency, comfortable seating, and Pawan Honda's support team is always a call away!", tag: "Adventure Rider", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-woman-helmet_1170-2489.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/adventure-rider-mountain_1170-2489.jpg", imageAlt: "Adventure rider on road"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Get In Touch"
|
||||
title="Ready to Ride?"
|
||||
description="Contact Pawan Honda today. Visit our showroom, call us, or fill out the form below. Our team is ready to help you find your perfect Honda bike."
|
||||
background={{ variant: "rotated-rays-animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Get Started"
|
||||
termsText="By signing up, you agree to receive updates about our latest Honda models and special offers."
|
||||
onSubmit={(email) => console.log("Email:", email)}
|
||||
/>
|
||||
</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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={navButton}
|
||||
brandName="Pawan Auto"
|
||||
brandName="Pawan Honda"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardSix
|
||||
title="Professional Two-Wheeler Services"
|
||||
description="Comprehensive bike servicing and maintenance to keep your machine running at peak performance. Expert technicians, genuine parts, transparent pricing."
|
||||
title="Professional Honda Motorcycle Services"
|
||||
description="Comprehensive bike servicing and maintenance to keep your Honda running at peak performance. Expert technicians, genuine parts, transparent pricing."
|
||||
tag="Services"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
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", imageAlt: "Regular Maintenance Service"},
|
||||
title: "Regular Maintenance & Servicing", description: "Periodic oil changes, filter replacements, chain lubrication, and comprehensive check-ups. Keep your Honda 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", 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", 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=1", 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?_wi=1", imageAlt: "Online Service Booking System"},
|
||||
]}
|
||||
buttons={[{ text: "Book Service Now", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -82,17 +86,23 @@ export default function ServicesPage() {
|
||||
animationType="smooth"
|
||||
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: "1", title: "How often should I service my Honda bike?", content:
|
||||
"We recommend servicing every 3,000 km or every 3 months, whichever comes first. Regular maintenance keeps your Honda 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: "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: "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: "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: "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."},
|
||||
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>
|
||||
@@ -100,15 +110,24 @@ export default function ServicesPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Schedule Your Service Appointment"
|
||||
description="Book your bike service online or via phone. Our team will confirm your appointment and provide pickup service if needed. Fast, professional, and transparent service guaranteed."
|
||||
description="Book your Honda bike service online or via phone. Our team will confirm your appointment and provide pickup service if needed. Fast, professional, and transparent service guaranteed."
|
||||
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-model", type: "text", placeholder: "Your Bike Model (e.g., CB Shine, Activa)", 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-model", type: "text", placeholder: "Your Honda 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}
|
||||
@@ -121,12 +140,44 @@ export default function ServicesPage() {
|
||||
</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