Merge version_1 into main #1
260
src/app/page.tsx
260
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Vehicles",
|
||||
id: "products",
|
||||
},
|
||||
name: "Vehicles", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="AutoImport Bulgaria"
|
||||
/>
|
||||
@@ -59,39 +51,17 @@ export default function LandingPage() {
|
||||
description="Your premier gateway for importing high-end vehicles from Canada and the USA to Bulgaria. Direct, transparent, and professional."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Inventory",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Inventory", href: "#products"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-headlight-lamp-motorcycle_74190-3875.jpg",
|
||||
imageAlt: "Luxury US Car",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-dealership_23-2148130130.jpg",
|
||||
imageAlt: "Canada SUV",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-seats-inside-car-close-up-photo_1303-31996.jpg",
|
||||
imageAlt: "Sport Grille",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg",
|
||||
imageAlt: "Imported Vehicle",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-sport-car-back-vire-motor-gas-pipes-blank-space-registration-number_114579-1167.jpg",
|
||||
imageAlt: "Luxury Display",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-by-her-house_1303-17812.jpg",
|
||||
imageAlt: "Performance Profile",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vintage-headlight-lamp-motorcycle_74190-3875.jpg", imageAlt: "Luxury US Car" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/car-dealership_23-2148130130.jpg", imageAlt: "Canada SUV" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/car-seats-inside-car-close-up-photo_1303-31996.jpg", imageAlt: "Sport Grille" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg", imageAlt: "Imported Vehicle" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/black-sport-car-back-vire-motor-gas-pipes-blank-space-registration-number_114579-1167.jpg", imageAlt: "Luxury Display" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-by-her-house_1303-17812.jpg", imageAlt: "Performance Profile" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,25 +70,12 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Direct Import from ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/car-dealership-salesman-showing-product-offerings-tablet-clients_482257-118363.jpg",
|
||||
alt: "About Logo",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " North America",
|
||||
},
|
||||
{ type: "text", content: "Direct Import from " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/car-dealership-salesman-showing-product-offerings-tablet-clients_482257-118363.jpg", alt: "About Logo" },
|
||||
{ type: "text", content: " North America" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "How we work",
|
||||
href: "#faq",
|
||||
},
|
||||
{ text: "How we work", href: "#faq" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -129,33 +86,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Direct Sourcing",
|
||||
descriptions: [
|
||||
"Transparent access to US and Canadian dealer auctions.",
|
||||
"No hidden markups, competitive pricing.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746564.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Full Logistic Support",
|
||||
descriptions: [
|
||||
"End-to-end management from port to doorstep.",
|
||||
"Secure, insured transportation and customs.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/underground-car-parking-shopping-center_93675-134540.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Technical Inspection",
|
||||
descriptions: [
|
||||
"Professional inspection reports for peace of mind.",
|
||||
"Accurate condition assessments on all vehicles.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-customers-car-dealership_23-2149106169.jpg",
|
||||
},
|
||||
{ id: "f1", title: "Direct Sourcing", descriptions: ["Transparent access to US and Canadian dealer auctions.", "No hidden markups, competitive pricing."], imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746564.jpg" },
|
||||
{ id: "f2", title: "Full Logistic Support", descriptions: ["End-to-end management from port to doorstep.", "Secure, insured transportation and customs."], imageSrc: "http://img.b2bpic.net/free-photo/underground-car-parking-shopping-center_93675-134540.jpg" },
|
||||
{ id: "f3", title: "Technical Inspection", descriptions: ["Professional inspection reports for peace of mind.", "Accurate condition assessments on all vehicles."], imageSrc: "http://img.b2bpic.net/free-photo/happy-customers-car-dealership_23-2149106169.jpg" }
|
||||
]}
|
||||
title="Why choose our import service?"
|
||||
description="We simplify the complexity of international car imports to provide a seamless buying experience for the Bulgarian market."
|
||||
@@ -164,52 +97,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Luxury Sports Sedan",
|
||||
price: "$65,000",
|
||||
variant: "2023 | 5,000km",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/details-close-up-shot-car-door-lock-controls_482257-118201.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Premium Family SUV",
|
||||
price: "$42,000",
|
||||
variant: "2022 | 12,000km",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-blurry-people-working-as-team_23-2149307825.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "High-Performance Coupe",
|
||||
price: "$88,000",
|
||||
variant: "2024 | 1,500km",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-direction-speed-panel-car_114579-4067.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Luxury Performance Roadster",
|
||||
price: "$72,000",
|
||||
variant: "2023 | 8,000km",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-car-driving-highway_23-2151674285.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Modern Crossover SUV",
|
||||
price: "$38,000",
|
||||
variant: "2022 | 15,000km",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349187.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Classic Muscle Edition",
|
||||
price: "$55,000",
|
||||
variant: "2023 | 20,000km",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headlights-old-vintage-car_181624-3932.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Luxury Sports Sedan", price: "$65,000", variant: "2023 | 5,000km", imageSrc: "http://img.b2bpic.net/free-photo/details-close-up-shot-car-door-lock-controls_482257-118201.jpg" },
|
||||
{ id: "p2", name: "Premium Family SUV", price: "$42,000", variant: "2022 | 12,000km", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-blurry-people-working-as-team_23-2149307825.jpg" },
|
||||
{ id: "p3", name: "High-Performance Coupe", price: "$88,000", variant: "2024 | 1,500km", imageSrc: "http://img.b2bpic.net/free-photo/interior-direction-speed-panel-car_114579-4067.jpg" },
|
||||
{ id: "p4", name: "Luxury Performance Roadster", price: "$72,000", variant: "2023 | 8,000km", imageSrc: "http://img.b2bpic.net/free-photo/modern-car-driving-highway_23-2151674285.jpg" },
|
||||
{ id: "p5", name: "Modern Crossover SUV", price: "$38,000", variant: "2022 | 15,000km", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349187.jpg" },
|
||||
{ id: "p6", name: "Classic Muscle Edition", price: "$55,000", variant: "2023 | 20,000km", imageSrc: "http://img.b2bpic.net/free-photo/headlights-old-vintage-car_181624-3932.jpg" }
|
||||
]}
|
||||
title="Premium Inventory"
|
||||
description="Explore our hand-picked selection of luxury, sports, and family vehicles sourced from across North America."
|
||||
@@ -223,21 +121,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "250+",
|
||||
description: "Successful Imports Delivered",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15",
|
||||
description: "Years of Market Experience",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Customer Satisfaction Rate",
|
||||
},
|
||||
{ id: "m1", value: "250+", description: "Successful Imports Delivered" },
|
||||
{ id: "m2", value: "15", description: "Years of Market Experience" },
|
||||
{ id: "m3", value: "100%", description: "Customer Satisfaction Rate" }
|
||||
]}
|
||||
title="Proven Reliability"
|
||||
description="Our numbers speak for themselves when it comes to delivering international vehicle excellence."
|
||||
@@ -251,26 +137,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Ivan Petrov"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-6611.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-looking-camera-red-background-high-quality-photo_114579-60915.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-modern-man-car_23-2148514902.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-6611.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-looking-camera-red-background-high-quality-photo_114579-60915.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-modern-man-car_23-2148514902.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", alt: "Customer" }
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -282,21 +153,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How long is the delivery process?",
|
||||
content: "Typically, delivery from USA/Canada to Bulgaria takes 6-8 weeks including shipping, customs, and technical homologation.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are prices all-inclusive?",
|
||||
content: "Our estimates include all shipping costs, import duties, and VAT unless explicitly noted otherwise in the final contract.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can you handle technical approval?",
|
||||
content: "Yes, we specialize in guiding the vehicle through the mandatory Bulgarian technical homologation process seamlessly.",
|
||||
},
|
||||
{ id: "q1", title: "How long is the delivery process?", content: "Typically, delivery from USA/Canada to Bulgaria takes 6-8 weeks including shipping, customs, and technical homologation." },
|
||||
{ id: "q2", title: "Are prices all-inclusive?", content: "Our estimates include all shipping costs, import duties, and VAT unless explicitly noted otherwise in the final contract." },
|
||||
{ id: "q3", title: "Can you handle technical approval?", content: "Yes, we specialize in guiding the vehicle through the mandatory Bulgarian technical homologation process seamlessly." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Get answers to the most common questions regarding our import services."
|
||||
@@ -310,30 +169,11 @@ export default function LandingPage() {
|
||||
title="Start Your Import Journey"
|
||||
description="Ready to own your dream car from North America? Get in touch with our expert team today to receive a consultation."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about the vehicle you are looking for...",
|
||||
rows: 4,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Tell us about the vehicle you are looking for...", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stylish-elegant-old-man-car-salon_1157-31831.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -343,21 +183,9 @@ export default function LandingPage() {
|
||||
logoText="AutoImport Bulgaria"
|
||||
copyrightText="© 2025 AutoImport Bulgaria. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
{ icon: Linkedin, href: "#", ariaLabel: "LinkedIn" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user