Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -3,19 +3,14 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
|
||||
import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
|
||||
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import Link from "next/link";
|
||||
import { Sparkles, CheckCircle, Zap, MapPin, Car, Users, Award, Star } from "lucide-react";
|
||||
|
||||
export default function CarDetailsPage() {
|
||||
export default function CarDetailPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Cars", id: "/cars/[id]" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Cars", id: "/cars" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -36,208 +31,38 @@ export default function CarDetailsPage() {
|
||||
navItems={navItems}
|
||||
brandName="Ban Auto"
|
||||
button={{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/260",
|
||||
}}
|
||||
text: "WhatsApp Us", href: "https://wa.me/260"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
title="BMW M5 2019 - Premium Performance"
|
||||
description="Experience luxury and performance with this stunning BMW M5. Fully inspected, meticulously maintained, and ready for its new owner. Premium features, excellent condition, and competitive pricing."
|
||||
tag="Featured Vehicle"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/silver-luxury-sport-car-port_114579-5200.jpg?_wi=5"
|
||||
imageAlt="BMW M5 2019"
|
||||
title="Quality Cars for Zambia"
|
||||
description="Buy trusted vehicles at the best prices. Ban Auto offers fully inspected, quality imported cars with transparent pricing and excellent customer service."
|
||||
tag="Premium Automotive"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-business-man-by-white-car_1303-16401.jpg"
|
||||
imageAlt="Luxury car - Ban Auto"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
buttons={[
|
||||
{
|
||||
text: "Inquire Now",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "View Cars", href: "/cars"},
|
||||
{
|
||||
text: "View More Cars",
|
||||
href: "/cars/[id]",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
testimonials={[
|
||||
{
|
||||
name: "James Muleya",
|
||||
handle: "Business Owner, Lusaka",
|
||||
testimonial: "Ban Auto provided excellent service and helped me find the perfect vehicle for my business needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beaty-style-fashion-age-concept-waist-up-shot-beautiful-gray-haired-50-year-old-female-posing-indoors-standing-white-brick-wall-adjusting-her-stylish-outfit-going-have-meeting_344912-1847.jpg?_wi=2",
|
||||
},
|
||||
name: "James Muleya", handle: "Business Owner, Lusaka", testimonial: "Ban Auto provided excellent service and helped me find the perfect vehicle for my business needs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beaty-style-fashion-age-concept-waist-up-shot-beautiful-gray-haired-50-year-old-female-posing-indoors-standing-white-brick-wall-adjusting-her-stylish-outfit-going-have-meeting_344912-1847.jpg"},
|
||||
{
|
||||
name: "Patricia Banda",
|
||||
handle: "Professional, Lusaka",
|
||||
testimonial: "Transparent pricing and quality cars. I highly recommend Ban Auto to anyone looking for reliable vehicles.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg?_wi=2",
|
||||
},
|
||||
name: "Patricia Banda", handle: "Professional, Lusaka", testimonial: "Transparent pricing and quality cars. I highly recommend Ban Auto to anyone looking for reliable vehicles.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg"},
|
||||
{
|
||||
name: "Michael Daka",
|
||||
handle: "Entrepreneur, Livingstone",
|
||||
testimonial: "Professional team, great selection, and hassle-free buying experience. Thank you Ban Auto!",
|
||||
rating: 5,
|
||||
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",
|
||||
},
|
||||
name: "Michael Daka", handle: "Entrepreneur, Livingstone", testimonial: "Professional team, great selection, and hassle-free buying experience. Thank you Ban Auto!", rating: 5,
|
||||
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"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyFive
|
||||
title="Why This BMW M5"
|
||||
description="Discover what makes this vehicle an exceptional choice"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Performance",
|
||||
description: "High-performance engine with exceptional acceleration and handling capabilities",
|
||||
icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silver-luxury-sport-car-port_114579-5200.jpg?_wi=6",
|
||||
imageAlt: "Premium imported vehicle",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-caucasian-traveler-having-break-safari-adventure-trip-young-bearded-hipster-man-white-t-shirt-sitting-inside-his-white-four-wheel-drive-suv-car-looking-out-open-window_273609-1562.jpg?_wi=5",
|
||||
imageAlt: "Quality vehicle",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Fully Inspected",
|
||||
description: "Complete mechanical and safety inspection with detailed report included",
|
||||
icon: CheckCircle,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-crossover-highway-modern-car-road-driving-summer-road_169016-68022.jpg?_wi=3",
|
||||
imageAlt: "Inspected vehicle",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-pickup-truck-motion-power-reliability-road_169016-69748.jpg?_wi=3",
|
||||
imageAlt: "Safe vehicle",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Competitive Pricing",
|
||||
description: "Best value for money with flexible payment options available",
|
||||
icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-by-white-car_1303-16401.jpg?_wi=3",
|
||||
imageAlt: "Affordable premium car",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silver-luxury-sport-car-port_114579-5200.jpg?_wi=7",
|
||||
imageAlt: "Great value vehicle",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Ban Auto Guarantee",
|
||||
description: "Backed by our reputation and commitment to customer satisfaction",
|
||||
icon: MapPin,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-buying-car_1303-15170.jpg?_wi=2",
|
||||
imageAlt: "Lusaka showroom",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-caucasian-traveler-having-break-safari-adventure-trip-young-bearded-hipster-man-white-t-shirt-sitting-inside-his-white-four-wheel-drive-suv-car-looking-out-open-window_273609-1562.jpg?_wi=6",
|
||||
imageAlt: "Dealership location",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
title="Vehicle Specifications"
|
||||
description="Key details about this BMW M5"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Car,
|
||||
title: "Model Year",
|
||||
value: "2019",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
icon: Users,
|
||||
title: "Mileage",
|
||||
value: "45K km",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
icon: Award,
|
||||
title: "Transmission",
|
||||
value: "Automatic",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
icon: Star,
|
||||
title: "Condition",
|
||||
value: "Excellent",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Interested in This Vehicle?"
|
||||
description="Contact us today to schedule a test drive or ask any questions about this BMW M5. Our team is ready to assist you."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "carInterest",
|
||||
type: "text",
|
||||
placeholder: "BMW M5 2019",
|
||||
required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your interest or ask any questions about this vehicle...",
|
||||
rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-business-man-buying-car_1303-15170.jpg?_wi=3"
|
||||
imageAlt="Ban Auto Lusaka Showroom"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Send Inquiry"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -245,13 +70,9 @@ export default function CarDetailsPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Ban Auto"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
197
src/app/page.tsx
197
src/app/page.tsx
@@ -39,9 +39,7 @@ export default function HomePage() {
|
||||
navItems={navItems}
|
||||
brandName="Ban Auto"
|
||||
button={{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/260",
|
||||
}}
|
||||
text: "WhatsApp Us", href: "https://wa.me/260"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -50,44 +48,29 @@ export default function HomePage() {
|
||||
title="Quality Cars for Zambia"
|
||||
description="Buy trusted vehicles at the best prices. Ban Auto offers fully inspected, quality imported cars with transparent pricing and excellent customer service."
|
||||
tag="Premium Automotive"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-business-man-by-white-car_1303-16401.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-business-man-by-white-car_1303-16401.jpg"
|
||||
imageAlt="Luxury car - Ban Auto"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Cars",
|
||||
href: "/cars",
|
||||
},
|
||||
text: "View Cars", href: "/cars"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
testimonials={[
|
||||
{
|
||||
name: "James Muleya",
|
||||
handle: "Business Owner, Lusaka",
|
||||
testimonial: "Ban Auto provided excellent service and helped me find the perfect vehicle for my business needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beaty-style-fashion-age-concept-waist-up-shot-beautiful-gray-haired-50-year-old-female-posing-indoors-standing-white-brick-wall-adjusting-her-stylish-outfit-going-have-meeting_344912-1847.jpg?_wi=1",
|
||||
},
|
||||
name: "James Muleya", handle: "Business Owner, Lusaka", testimonial: "Ban Auto provided excellent service and helped me find the perfect vehicle for my business needs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beaty-style-fashion-age-concept-waist-up-shot-beautiful-gray-haired-50-year-old-female-posing-indoors-standing-white-brick-wall-adjusting-her-stylish-outfit-going-have-meeting_344912-1847.jpg"},
|
||||
{
|
||||
name: "Patricia Banda",
|
||||
handle: "Professional, Lusaka",
|
||||
testimonial: "Transparent pricing and quality cars. I highly recommend Ban Auto to anyone looking for reliable vehicles.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg?_wi=1",
|
||||
},
|
||||
name: "Patricia Banda", handle: "Professional, Lusaka", testimonial: "Transparent pricing and quality cars. I highly recommend Ban Auto to anyone looking for reliable vehicles.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg"},
|
||||
{
|
||||
name: "Michael Daka",
|
||||
handle: "Entrepreneur, Livingstone",
|
||||
testimonial: "Professional team, great selection, and hassle-free buying experience. Thank you Ban Auto!",
|
||||
rating: 5,
|
||||
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",
|
||||
},
|
||||
name: "Michael Daka", handle: "Entrepreneur, Livingstone", testimonial: "Professional team, great selection, and hassle-free buying experience. Thank you Ban Auto!", rating: 5,
|
||||
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"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -100,63 +83,39 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Quality Imported Vehicles",
|
||||
description: "Handpicked premium cars from trusted sources with full documentation",
|
||||
icon: Sparkles,
|
||||
title: "Quality Imported Vehicles", description: "Handpicked premium cars from trusted sources with full documentation", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silver-luxury-sport-car-port_114579-5200.jpg?_wi=1",
|
||||
imageAlt: "Premium imported vehicle",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silver-luxury-sport-car-port_114579-5200.jpg", imageAlt: "Premium imported vehicle"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-caucasian-traveler-having-break-safari-adventure-trip-young-bearded-hipster-man-white-t-shirt-sitting-inside-his-white-four-wheel-drive-suv-car-looking-out-open-window_273609-1562.jpg?_wi=1",
|
||||
imageAlt: "Quality vehicle",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-caucasian-traveler-having-break-safari-adventure-trip-young-bearded-hipster-man-white-t-shirt-sitting-inside-his-white-four-wheel-drive-suv-car-looking-out-open-window_273609-1562.jpg", imageAlt: "Quality vehicle"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Fully Inspected Cars",
|
||||
description: "Every vehicle undergoes comprehensive mechanical and safety inspections before sale",
|
||||
icon: CheckCircle,
|
||||
title: "Fully Inspected Cars", description: "Every vehicle undergoes comprehensive mechanical and safety inspections before sale", icon: CheckCircle,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-crossover-highway-modern-car-road-driving-summer-road_169016-68022.jpg?_wi=1",
|
||||
imageAlt: "Inspected vehicle",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-crossover-highway-modern-car-road-driving-summer-road_169016-68022.jpg", imageAlt: "Inspected vehicle"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-pickup-truck-motion-power-reliability-road_169016-69748.jpg?_wi=1",
|
||||
imageAlt: "Safe vehicle",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-pickup-truck-motion-power-reliability-road_169016-69748.jpg", imageAlt: "Safe vehicle"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Affordable Prices",
|
||||
description: "Competitive pricing with flexible payment options and transparent terms",
|
||||
icon: Zap,
|
||||
title: "Affordable Prices", description: "Competitive pricing with flexible payment options and transparent terms", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-by-white-car_1303-16401.jpg?_wi=2",
|
||||
imageAlt: "Affordable premium car",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-by-white-car_1303-16401.jpg", imageAlt: "Affordable premium car"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silver-luxury-sport-car-port_114579-5200.jpg?_wi=2",
|
||||
imageAlt: "Great value vehicle",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silver-luxury-sport-car-port_114579-5200.jpg", imageAlt: "Great value vehicle"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Located in Lusaka",
|
||||
description: "Easy access showroom in Lusaka with convenient viewing and test drive options",
|
||||
icon: MapPin,
|
||||
title: "Located in Lusaka", description: "Easy access showroom in Lusaka with convenient viewing and test drive options", icon: MapPin,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-buying-car_1303-15170.jpg?_wi=1",
|
||||
imageAlt: "Lusaka showroom",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-buying-car_1303-15170.jpg", imageAlt: "Lusaka showroom"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-caucasian-traveler-having-break-safari-adventure-trip-young-bearded-hipster-man-white-t-shirt-sitting-inside-his-white-four-wheel-drive-suv-car-looking-out-open-window_273609-1562.jpg?_wi=2",
|
||||
imageAlt: "Dealership location",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-caucasian-traveler-having-break-safari-adventure-trip-young-bearded-hipster-man-white-t-shirt-sitting-inside-his-white-four-wheel-drive-suv-car-looking-out-open-window_273609-1562.jpg", imageAlt: "Dealership location"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -170,13 +129,9 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
{
|
||||
text: "View Cars",
|
||||
href: "/cars",
|
||||
},
|
||||
text: "View Cars", href: "/cars"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -190,29 +145,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Car,
|
||||
title: "Cars Sold",
|
||||
value: "500+",
|
||||
},
|
||||
id: "1", icon: Car,
|
||||
title: "Cars Sold", value: "500+"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Users,
|
||||
title: "Happy Customers",
|
||||
value: "450+",
|
||||
},
|
||||
id: "2", icon: Users,
|
||||
title: "Happy Customers", value: "450+"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Award,
|
||||
title: "Years Experience",
|
||||
value: "8+",
|
||||
},
|
||||
id: "3", icon: Award,
|
||||
title: "Years Experience", value: "8+"},
|
||||
{
|
||||
id: "4",
|
||||
icon: Star,
|
||||
title: "Customer Rating",
|
||||
value: "4.9/5",
|
||||
},
|
||||
id: "4", icon: Star,
|
||||
title: "Customer Rating", value: "4.9/5"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -225,41 +168,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "James Muleya, Business Owner",
|
||||
date: "Date: 15 December 2024",
|
||||
title: "Excellent Service and Quality",
|
||||
quote: "Ban Auto provided me with a fantastic vehicle at a great price. The entire process was smooth and professional. I would definitely recommend them to anyone looking for a reliable car in Lusaka.",
|
||||
tag: "Premium Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beaty-style-fashion-age-concept-waist-up-shot-beautiful-gray-haired-50-year-old-female-posing-indoors-standing-white-brick-wall-adjusting-her-stylish-outfit-going-have-meeting_344912-1847.jpg",
|
||||
},
|
||||
id: "1", name: "James Muleya, Business Owner", date: "Date: 15 December 2024", title: "Excellent Service and Quality", quote: "Ban Auto provided me with a fantastic vehicle at a great price. The entire process was smooth and professional. I would definitely recommend them to anyone looking for a reliable car in Lusaka.", tag: "Premium Customer", avatarSrc: "http://img.b2bpic.net/free-photo/beaty-style-fashion-age-concept-waist-up-shot-beautiful-gray-haired-50-year-old-female-posing-indoors-standing-white-brick-wall-adjusting-her-stylish-outfit-going-have-meeting_344912-1847.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Patricia Banda, Professional",
|
||||
date: "Date: 10 December 2024",
|
||||
title: "Transparent and Honest",
|
||||
quote: "What impressed me most about Ban Auto was their transparency. No hidden fees, no pressure selling. Just honest advice and quality vehicles. I'm very satisfied with my purchase.",
|
||||
tag: "Verified Buyer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg",
|
||||
},
|
||||
id: "2", name: "Patricia Banda, Professional", date: "Date: 10 December 2024", title: "Transparent and Honest", quote: "What impressed me most about Ban Auto was their transparency. No hidden fees, no pressure selling. Just honest advice and quality vehicles. I'm very satisfied with my purchase.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Michael Daka, Entrepreneur",
|
||||
date: "Date: 5 December 2024",
|
||||
title: "Best Car Dealership in Lusaka",
|
||||
quote: "I've bought cars from other dealers before, but Ban Auto stands out. Their cars are quality, their prices are fair, and their team is incredibly helpful. Highly recommended!",
|
||||
tag: "Gold Member",
|
||||
avatarSrc: "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",
|
||||
},
|
||||
id: "3", name: "Michael Daka, Entrepreneur", date: "Date: 5 December 2024", title: "Best Car Dealership in Lusaka", quote: "I've bought cars from other dealers before, but Ban Auto stands out. Their cars are quality, their prices are fair, and their team is incredibly helpful. Highly recommended!", tag: "Gold Member", avatarSrc: "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"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Grace Chiume, Professional",
|
||||
date: "Date: 1 December 2024",
|
||||
title: "Amazing Experience",
|
||||
quote: "From browsing to purchase, Ban Auto made the entire car buying experience enjoyable. Their WhatsApp support is always available. Thank you for the excellent service!",
|
||||
tag: "Loyal Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/serious-young-lady-designer-sitting-office-night_171337-15592.jpg",
|
||||
},
|
||||
id: "4", name: "Grace Chiume, Professional", date: "Date: 1 December 2024", title: "Amazing Experience", quote: "From browsing to purchase, Ban Auto made the entire car buying experience enjoyable. Their WhatsApp support is always available. Thank you for the excellent service!", tag: "Loyal Customer", avatarSrc: "http://img.b2bpic.net/free-photo/serious-young-lady-designer-sitting-office-night_171337-15592.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -273,35 +188,17 @@ export default function HomePage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Are the cars at Ban Auto inspected?",
|
||||
content: "Yes, every vehicle at Ban Auto undergoes comprehensive mechanical and safety inspections. We provide a full inspection report with each car to ensure you know exactly what you're buying.",
|
||||
},
|
||||
id: "1", title: "Are the cars at Ban Auto inspected?", content: "Yes, every vehicle at Ban Auto undergoes comprehensive mechanical and safety inspections. We provide a full inspection report with each car to ensure you know exactly what you're buying."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What payment options does Ban Auto accept?",
|
||||
content: "We accept cash payments and can arrange flexible financing options. Contact us via WhatsApp or phone to discuss payment plans that work for your budget.",
|
||||
},
|
||||
id: "2", title: "What payment options does Ban Auto accept?", content: "We accept cash payments and can arrange flexible financing options. Contact us via WhatsApp or phone to discuss payment plans that work for your budget."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do the cars come with warranties?",
|
||||
content: "Yes, our vehicles come with warranties. The warranty period varies by vehicle age and condition. We'll provide full details when you inquire about a specific car.",
|
||||
},
|
||||
id: "3", title: "Do the cars come with warranties?", content: "Yes, our vehicles come with warranties. The warranty period varies by vehicle age and condition. We'll provide full details when you inquire about a specific car."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I test drive the car before buying?",
|
||||
content: "Absolutely! We encourage test drives. Visit our Lusaka showroom or arrange a viewing through WhatsApp. Our team will be happy to show you the car and let you test drive it.",
|
||||
},
|
||||
id: "4", title: "Can I test drive the car before buying?", content: "Absolutely! We encourage test drives. Visit our Lusaka showroom or arrange a viewing through WhatsApp. Our team will be happy to show you the car and let you test drive it."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What if I have more questions?",
|
||||
content: "Contact us anytime through WhatsApp, phone, or visit our showroom in Lusaka. Our team is available to answer all your questions and help you find the perfect car.",
|
||||
},
|
||||
id: "5", title: "What if I have more questions?", content: "Contact us anytime through WhatsApp, phone, or visit our showroom in Lusaka. Our team is available to answer all your questions and help you find the perfect car."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How do I schedule a viewing?",
|
||||
content: "You can contact us via WhatsApp, phone call, or visit our showroom directly. We're open Monday to Saturday, and we can arrange flexible viewing times to suit your schedule.",
|
||||
},
|
||||
id: "6", title: "How do I schedule a viewing?", content: "You can contact us via WhatsApp, phone call, or visit our showroom directly. We're open Monday to Saturday, and we can arrange flexible viewing times to suit your schedule."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -310,13 +207,9 @@ export default function HomePage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Ban Auto"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user