Merge version_1_1781550373811 into main
Merge version_1_1781550373811 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -12,205 +12,144 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboardCarousel
|
||||
tag="Blessing Motors Exclusive"
|
||||
title="THE QUALITY YOU DESERVE"
|
||||
description="Your premier destination for high-end vehicle imports from Japan, UK, Singapore, and South Africa. Redefining the automotive experience."
|
||||
primaryButton={{
|
||||
text: "Import Dream Car", href: "#inventory"}}
|
||||
secondaryButton={{
|
||||
text: "Get Financing", href: "#financing"}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-infiniti-g37-coupe-parking_158538-24745.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599399.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-air-conditioners-metallic-color-car_114579-4010.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-black-new-car-with-doors-opened_23-2148332902.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-metal-background_1048-10034.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/vintage-skull-illustrations-with-aviator-goggles-headgear-vector-illustration-engraving-design-logo-design-set-black-white-line-template-design-element_645578-7609.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Blessing Motors Exclusive"
|
||||
title="THE QUALITY YOU DESERVE"
|
||||
description="Your premier destination for high-end vehicle imports from Japan, UK, Singapore, and South Africa. Redefining the automotive experience."
|
||||
primaryButton={{ text: "Import Dream Car", href: "#inventory" }}
|
||||
secondaryButton={{ text: "Get Financing", href: "#financing" }}
|
||||
items={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/photo-infiniti-g37-coupe-parking_158538-24745.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599399.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-air-conditioners-metallic-color-car_114579-4010.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-black-new-car-with-doors-opened_23-2148332902.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-metal-background_1048-10034.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/vintage-skull-illustrations-with-aviator-goggles-headgear-vector-illustration-engraving-design-logo-design-set-black-white-line-template-design-element_645578-7609.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutText
|
||||
title="We bridge the distance between your dreams and the world's finest machines."
|
||||
primaryButton={{
|
||||
text: "Learn About Our Legacy", href: "#"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
title="We bridge the distance between your dreams and the world's finest machines."
|
||||
primaryButton={{ text: "Learn About Our Legacy", href: "#" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="inventory" data-section="inventory">
|
||||
<SectionErrorBoundary name="inventory">
|
||||
<div id="inventory" data-section="inventory">
|
||||
<SectionErrorBoundary name="inventory">
|
||||
<FeaturesImageBento
|
||||
tag="Showroom"
|
||||
title="Latest Import Catalog"
|
||||
description="Premium vehicles sourced, inspected, and delivered to your doorstep."
|
||||
items={[
|
||||
{
|
||||
title: "Executive Sedan", description: "Comfort & Class", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-old-man-car-salon_1157-31831.jpg"},
|
||||
{
|
||||
title: "Luxury SUV", description: "Power & Prestige", imageSrc: "http://img.b2bpic.net/free-photo/dark-pickup-truck-wet-winter-road-motion-power-road_169016-71373.jpg"},
|
||||
{
|
||||
title: "Sports Coupe", description: "Speed & Style", imageSrc: "http://img.b2bpic.net/free-photo/spoiler-red-sports-car-white-room_181624-27183.jpg"},
|
||||
{
|
||||
title: "Hatchback", description: "Urban Efficiency", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-drinking-coffee-by-car_1303-22432.jpg"},
|
||||
{
|
||||
title: "Interior", description: "Pure Luxury", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736801.jpg"},
|
||||
{
|
||||
title: "Alloy Wheels", description: "Performance Detail", imageSrc: "http://img.b2bpic.net/free-photo/front-left-wheel-red-luxury-car_114579-4396.jpg"},
|
||||
{
|
||||
title: "Engineering", description: "Built to Last", imageSrc: "http://img.b2bpic.net/free-photo/car-engine_1373-569.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Showroom"
|
||||
title="Latest Import Catalog"
|
||||
description="Premium vehicles sourced, inspected, and delivered to your doorstep."
|
||||
items={[
|
||||
{ title: "Executive Sedan", description: "Comfort & Class", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-old-man-car-salon_1157-31831.jpg" },
|
||||
{ title: "Luxury SUV", description: "Power & Prestige", imageSrc: "http://img.b2bpic.net/free-photo/dark-pickup-truck-wet-winter-road-motion-power-road_169016-71373.jpg" },
|
||||
{ title: "Sports Coupe", description: "Speed & Style", imageSrc: "http://img.b2bpic.net/free-photo/spoiler-red-sports-car-white-room_181624-27183.jpg" },
|
||||
{ title: "Hatchback", description: "Urban Efficiency", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-drinking-coffee-by-car_1303-22432.jpg" },
|
||||
{ title: "Interior", description: "Pure Luxury", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736801.jpg" },
|
||||
{ title: "Alloy Wheels", description: "Performance Detail", imageSrc: "http://img.b2bpic.net/free-photo/front-left-wheel-red-luxury-car_114579-4396.jpg" },
|
||||
{ title: "Engineering", description: "Built to Last", imageSrc: "http://img.b2bpic.net/free-photo/car-engine_1373-569.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="process" data-section="process">
|
||||
<SectionErrorBoundary name="process">
|
||||
<div id="process" data-section="process">
|
||||
<SectionErrorBoundary name="process">
|
||||
<FeaturesMediaCarousel
|
||||
tag="Transparency"
|
||||
title="Our Import Workflow"
|
||||
description="A seamless 6-step journey from selection to your home."
|
||||
items={[
|
||||
{
|
||||
title: "Choose Vehicle", description: "Select from our premium global database.", buttonIcon: "Car", imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861912.jpg"},
|
||||
{
|
||||
title: "Inspection", description: "Rigorous checks for your peace of mind.", buttonIcon: "Search", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hard-disk-with-white-light_23-2149413361.jpg"},
|
||||
{
|
||||
title: "Payment", description: "Flexible installments with transparency.", buttonIcon: "Wallet", imageSrc: "http://img.b2bpic.net/free-photo/modern-car-dashboard-speedometer-night-driver-monitors-driving-speed-low-fuel-warning-light_169016-73084.jpg"},
|
||||
{
|
||||
title: "Shipping", description: "Global transit to Tanzanian ports.", buttonIcon: "Ship", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139123.jpg"},
|
||||
{
|
||||
title: "Clearance", description: "Expert customs handling.", buttonIcon: "Shield", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498602.jpg"},
|
||||
{
|
||||
title: "Delivery", description: "Home arrival and registration support.", buttonIcon: "Home", imageSrc: "http://img.b2bpic.net/free-photo/headlights-hood-black-luxury-car_146671-19732.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Transparency"
|
||||
title="Our Import Workflow"
|
||||
description="A seamless 6-step journey from selection to your home."
|
||||
items={[
|
||||
{ title: "Choose Vehicle", description: "Select from our premium global database.", buttonIcon: "Car", imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861912.jpg" },
|
||||
{ title: "Inspection", description: "Rigorous checks for your peace of mind.", buttonIcon: "Search", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hard-disk-with-white-light_23-2149413361.jpg" },
|
||||
{ title: "Payment", description: "Flexible installments with transparency.", buttonIcon: "Wallet", imageSrc: "http://img.b2bpic.net/free-photo/modern-car-dashboard-speedometer-night-driver-monitors-driving-speed-low-fuel-warning-light_169016-73084.jpg" },
|
||||
{ title: "Shipping", description: "Global transit to Tanzanian ports.", buttonIcon: "Ship", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139123.jpg" },
|
||||
{ title: "Clearance", description: "Expert customs handling.", buttonIcon: "Shield", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498602.jpg" },
|
||||
{ title: "Delivery", description: "Home arrival and registration support.", buttonIcon: "Home", imageSrc: "http://img.b2bpic.net/free-photo/headlights-hood-black-luxury-car_146671-19732.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="financing" data-section="financing">
|
||||
<SectionErrorBoundary name="financing">
|
||||
<div id="financing" data-section="financing">
|
||||
<SectionErrorBoundary name="financing">
|
||||
<PricingSimpleCards
|
||||
tag="Flexible Plans"
|
||||
title="Financing Solutions"
|
||||
description="Don't let budget stand in your way. Drive today, pay tomorrow."
|
||||
plans={[
|
||||
{
|
||||
tag: "Starter", price: "15% Down", description: "Flexible for young professionals.", features: [
|
||||
"Easy application", "24-month tenure", "Quick approval"],
|
||||
},
|
||||
{
|
||||
tag: "Premium", price: "35% Down", description: "Best interest rates for luxury.", features: [
|
||||
"Lowest interest", "Extended tenure", "VIP Support"],
|
||||
},
|
||||
{
|
||||
tag: "Corporate", price: "Custom", description: "For businesses & fleets.", features: [
|
||||
"Bulk discounts", "Tax benefits", "Managed service"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Flexible Plans"
|
||||
title="Financing Solutions"
|
||||
description="Don't let budget stand in your way. Drive today, pay tomorrow."
|
||||
plans={[
|
||||
{ tag: "Starter", price: "15% Down", description: "Flexible for young professionals.", features: ["Easy application", "24-month tenure", "Quick approval"] },
|
||||
{ tag: "Premium", price: "35% Down", description: "Best interest rates for luxury.", features: ["Lowest interest", "Extended tenure", "VIP Support"] },
|
||||
{ tag: "Corporate", price: "Custom", description: "For businesses & fleets.", features: ["Bulk discounts", "Tax benefits", "Managed service"] }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsIconCards
|
||||
tag="Results"
|
||||
title="Market Dominance"
|
||||
description="Proven track record in premium vehicle imports."
|
||||
metrics={[
|
||||
{
|
||||
icon: "Car", title: "Vehicles Imported", value: "1,500+"},
|
||||
{
|
||||
icon: "Smile", title: "Happy Clients", value: "1,200+"},
|
||||
{
|
||||
icon: "Award", title: "Years Experience", value: "10+"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Results"
|
||||
title="Market Dominance"
|
||||
description="Proven track record in premium vehicle imports."
|
||||
metrics={[
|
||||
{ icon: "Car", title: "Vehicles Imported", value: "1,500+" },
|
||||
{ icon: "Smile", title: "Happy Clients", value: "1,200+" },
|
||||
{ icon: "Award", title: "Years Experience", value: "10+" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialMarqueeOverlayCards
|
||||
tag="Testimonials"
|
||||
title="Client Success Stories"
|
||||
description="Hear from our satisfied clients across the nation."
|
||||
testimonials={[
|
||||
{
|
||||
name: "John M.", role: "CEO", company: "TechTanzania", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117172.jpg"},
|
||||
{
|
||||
name: "Sarah K.", role: "Architect", company: "UrbanDesign", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stunning-young-woman-waring-dress-posing-front-her-car-outdoors-ownership-driver_158595-6803.jpg"},
|
||||
{
|
||||
name: "David W.", role: "Engineer", company: "RoadWorks", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-with-son-choosing-car-car-showroom_1303-14232.jpg"},
|
||||
{
|
||||
name: "Fatuma L.", role: "Director", company: "EduGroup", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-leaning-new-car_23-2148332929.jpg"},
|
||||
{
|
||||
name: "Peter J.", role: "Entrepreneur", company: "StartUp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-driving-modern-car_651396-3256.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Testimonials"
|
||||
title="Client Success Stories"
|
||||
description="Hear from our satisfied clients across the nation."
|
||||
testimonials={[
|
||||
{ name: "John M.", role: "CEO", company: "TechTanzania", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117172.jpg" },
|
||||
{ name: "Sarah K.", role: "Architect", company: "UrbanDesign", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stunning-young-woman-waring-dress-posing-front-her-car-outdoors-ownership-driver_158595-6803.jpg" },
|
||||
{ name: "David W.", role: "Engineer", company: "RoadWorks", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/family-with-son-choosing-car-car-showroom_1303-14232.jpg" },
|
||||
{ name: "Fatuma L.", role: "Director", company: "EduGroup", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-male-leaning-new-car_23-2148332929.jpg" },
|
||||
{ name: "Peter J.", role: "Entrepreneur", company: "StartUp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-driving-modern-car_651396-3256.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqTabbedAccordion
|
||||
tag="Questions"
|
||||
title="Everything You Need To Know"
|
||||
description="Frequently asked questions regarding our import and financing process."
|
||||
categories={[
|
||||
{
|
||||
name: "Financing", items: [
|
||||
{
|
||||
question: "Can I trade in my old car?", answer: "Yes, we offer professional trade-in valuations."},
|
||||
{
|
||||
question: "What is the minimum down payment?", answer: "We start from as low as 15% on select models."},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Imports", items: [
|
||||
{
|
||||
question: "How long does shipping take?", answer: "Typically 30-45 days depending on origin port."},
|
||||
{
|
||||
question: "Do you handle custom duties?", answer: "Yes, our team handles full customs clearance."},
|
||||
],
|
||||
},
|
||||
],
|
||||
cta={{
|
||||
name: "Need help?", role: "Customer Success Manager", buttonText: "Chat on WhatsApp", buttonHref: "https://wa.me/255764919775", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434396.jpg"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Questions"
|
||||
title="Everything You Need To Know"
|
||||
description="Frequently asked questions regarding our import and financing process."
|
||||
categories={[
|
||||
{ name: "Financing", items: [{ question: "Can I trade in my old car?", answer: "Yes, we offer professional trade-in valuations." }, { question: "What is the minimum down payment?", answer: "We start from as low as 15% on select models." }] },
|
||||
{ name: "Imports", items: [{ question: "How long does shipping take?", answer: "Typically 30-45 days depending on origin port." }, { question: "Do you handle custom duties?", answer: "Yes, our team handles full customs clearance." }] }
|
||||
]}
|
||||
cta={{ name: "Need help?", role: "Customer Success Manager", buttonText: "Chat on WhatsApp", buttonHref: "https://wa.me/255764919775", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434396.jpg" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Get Started"
|
||||
text="Ready to import your dream car? Contact Blessing Motors today for a personalized quotation."
|
||||
primaryButton={{
|
||||
text: "WhatsApp Us", href: "https://wa.me/255764919775"}}
|
||||
secondaryButton={{
|
||||
text: "Email Support", href: "mailto:info@blessingmotors.com"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Get Started"
|
||||
text="Ready to import your dream car? Contact Blessing Motors today for a personalized quotation."
|
||||
primaryButton={{ text: "WhatsApp Us", href: "https://wa.me/255764919775" }}
|
||||
secondaryButton={{ text: "Email Support", href: "mailto:info@blessingmotors.com" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user