Update src/app/page.tsx
This commit is contained in:
325
src/app/page.tsx
325
src/app/page.tsx
@@ -33,29 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Our Vehicles",
|
||||
id: "products",
|
||||
},
|
||||
name: "Our Vehicles", id: "products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/train-station-city-life-with-car-icon_53876-120988.jpg"
|
||||
logoAlt="FerAvto company logo"
|
||||
@@ -68,69 +56,44 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Your Journey Starts Here with FerAvto"
|
||||
description="Discover quality vehicles and reliable service for every road ahead in Uzbekistan. FerAvto is your trusted partner for new and used cars, maintenance, and financing."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg",
|
||||
alt: "Customer photo 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg", alt: "Customer photo 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-young-woman-smiling-portrait-wearing-blue-gentle-shirt-building_158595-6612.jpg",
|
||||
alt: "Customer photo 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-young-woman-smiling-portrait-wearing-blue-gentle-shirt-building_158595-6612.jpg", alt: "Customer photo 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/glad-wet-guy-with-shining-perfect-smile-has-walk-rainy-weather-enjoys-favourite-track-earphones_273609-8617.jpg",
|
||||
alt: "Customer photo 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/glad-wet-guy-with-shining-perfect-smile-has-walk-rainy-weather-enjoys-favourite-track-earphones_273609-8617.jpg", alt: "Customer photo 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-with-curly-hair-posing_23-2148728584.jpg",
|
||||
alt: "Customer photo 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-with-curly-hair-posing_23-2148728584.jpg", alt: "Customer photo 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-smiling-with-copy-space_23-2148435784.jpg",
|
||||
alt: "Handsome man smiling portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-smiling-with-copy-space_23-2148435784.jpg", alt: "Handsome man smiling portrait"},
|
||||
]}
|
||||
avatarText="Trusted by hundreds in Uzbekistan"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Inventory",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Inventory", href: "#products"},
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get in Touch", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Reliable Vehicles",
|
||||
icon: Car,
|
||||
type: "text-icon", text: "Reliable Vehicles", icon: Car,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Service",
|
||||
icon: Wrench,
|
||||
type: "text-icon", text: "Expert Service", icon: Wrench,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Flexible Financing",
|
||||
icon: DollarSign,
|
||||
type: "text-icon", text: "Flexible Financing", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Customer Satisfaction",
|
||||
icon: CheckCircle,
|
||||
type: "text-icon", text: "Customer Satisfaction", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Nationwide Reach",
|
||||
icon: MapPin,
|
||||
type: "text-icon", text: "Nationwide Reach", icon: MapPin,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
@@ -143,24 +106,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About ",
|
||||
},
|
||||
type: "text", content: "About "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/futuristic-black-sports-car_23-2151955571.jpg",
|
||||
alt: "FerAvto logo graphic",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/futuristic-black-sports-car_23-2151955571.jpg", alt: "FerAvto logo graphic"},
|
||||
{
|
||||
type: "text",
|
||||
content: " FerAvto: Your Trusted Automotive Partner",
|
||||
},
|
||||
type: "text", content: " FerAvto: Your Trusted Automotive Partner"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Story", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -174,29 +128,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Vehicle Sales & Consultation",
|
||||
description: "Our experts help you find the perfect car, new or used, tailored to your needs and budget.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-preparing-check-list_1170-1442.jpg",
|
||||
imageAlt: "Car inspection",
|
||||
},
|
||||
title: "Vehicle Sales & Consultation", description: "Our experts help you find the perfect car, new or used, tailored to your needs and budget.", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-preparing-check-list_1170-1442.jpg", imageAlt: "Car inspection"},
|
||||
{
|
||||
title: "Professional Maintenance",
|
||||
description: "Keep your vehicle running smoothly with our state-of-the-art service center and certified technicians.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-pinpoints-car-issue-with-ar_482257-76690.jpg",
|
||||
imageAlt: "Car maintenance",
|
||||
},
|
||||
title: "Professional Maintenance", description: "Keep your vehicle running smoothly with our state-of-the-art service center and certified technicians.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-pinpoints-car-issue-with-ar_482257-76690.jpg", imageAlt: "Car maintenance"},
|
||||
{
|
||||
title: "Flexible Financing Options",
|
||||
description: "We offer competitive financing solutions to make your dream car a reality, with transparent terms.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117171.jpg",
|
||||
imageAlt: "Car financing",
|
||||
},
|
||||
title: "Flexible Financing Options", description: "We offer competitive financing solutions to make your dream car a reality, with transparent terms.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117171.jpg", imageAlt: "Car financing"},
|
||||
{
|
||||
title: "Trade-in & Valuations",
|
||||
description: "Get a fair and accurate appraisal for your current vehicle, making your upgrade seamless.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-car_23-2149571908.jpg",
|
||||
imageAlt: "Car trade-in",
|
||||
},
|
||||
title: "Trade-in & Valuations", description: "Get a fair and accurate appraisal for your current vehicle, making your upgrade seamless.", imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-car_23-2149571908.jpg", imageAlt: "Car trade-in"},
|
||||
]}
|
||||
title="Comprehensive Automotive Services"
|
||||
description="From meticulous inspections to flexible financing, FerAvto offers a full spectrum of services to keep you confidently on the road."
|
||||
@@ -210,56 +148,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Luxurious Sedan",
|
||||
price: "$35,000",
|
||||
variant: "New Model",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-car_23-2148384921.jpg",
|
||||
imageAlt: "Modern luxurious sedan",
|
||||
},
|
||||
id: "1", name: "Luxurious Sedan", price: "$35,000", variant: "New Model", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-car_23-2148384921.jpg", imageAlt: "Modern luxurious sedan"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Family SUV",
|
||||
price: "$42,000",
|
||||
variant: "Pre-Owned",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-picnic-time-sunset-meadow-standing-near-suv-car_169016-43445.jpg",
|
||||
imageAlt: "Spacious family SUV",
|
||||
},
|
||||
id: "2", name: "Family SUV", price: "$42,000", variant: "Pre-Owned", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-picnic-time-sunset-meadow-standing-near-suv-car_169016-43445.jpg", imageAlt: "Spacious family SUV"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Urban Hatchback",
|
||||
price: "$18,500",
|
||||
variant: "Used",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/green-isolated-car_23-2151852910.jpg",
|
||||
imageAlt: "Compact urban hatchback",
|
||||
},
|
||||
id: "3", name: "Urban Hatchback", price: "$18,500", variant: "Used", imageSrc: "http://img.b2bpic.net/free-psd/green-isolated-car_23-2151852910.jpg", imageAlt: "Compact urban hatchback"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Rugged Pickup Truck",
|
||||
price: "$48,000",
|
||||
variant: "New Model",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-view-off-road-vehicle-with-nature-terrain-weather-conditions_23-2151430143.jpg",
|
||||
imageAlt: "Powerful pickup truck",
|
||||
},
|
||||
id: "4", name: "Rugged Pickup Truck", price: "$48,000", variant: "New Model", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-view-off-road-vehicle-with-nature-terrain-weather-conditions_23-2151430143.jpg", imageAlt: "Powerful pickup truck"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sporty Coupe",
|
||||
price: "$60,000",
|
||||
variant: "Pre-Owned",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-model_23-2151138930.jpg",
|
||||
imageAlt: "Dynamic sporty coupe",
|
||||
},
|
||||
id: "5", name: "Sporty Coupe", price: "$60,000", variant: "Pre-Owned", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-model_23-2151138930.jpg", imageAlt: "Dynamic sporty coupe"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Electric City Car",
|
||||
price: "$29,999",
|
||||
variant: "New EV",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-four-wheeled-vehicle-mobility-fast-travel_23-2151016450.jpg",
|
||||
imageAlt: "Eco-friendly electric car",
|
||||
},
|
||||
id: "6", name: "Electric City Car", price: "$29,999", variant: "New EV", imageSrc: "http://img.b2bpic.net/free-photo/view-four-wheeled-vehicle-mobility-fast-travel_23-2151016450.jpg", imageAlt: "Eco-friendly electric car"},
|
||||
]}
|
||||
title="Our Premium Vehicle Selection"
|
||||
description="Browse our diverse inventory of high-quality new and used cars, perfect for any lifestyle and budget. Find your ideal ride at FerAvto."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -270,23 +173,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Users,
|
||||
title: "Happy Customers",
|
||||
value: "5,000+",
|
||||
},
|
||||
id: "1", icon: Users,
|
||||
title: "Happy Customers", value: "5,000+"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Car,
|
||||
title: "Vehicles Sold",
|
||||
value: "3,000+",
|
||||
},
|
||||
id: "2", icon: Car,
|
||||
title: "Vehicles Sold", value: "3,000+"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Award,
|
||||
title: "Years in Business",
|
||||
value: "10+",
|
||||
},
|
||||
id: "3", icon: Award,
|
||||
title: "Years in Business", value: "10+"},
|
||||
]}
|
||||
title="FerAvto by the Numbers"
|
||||
description="Our commitment to excellence is reflected in the trust and satisfaction of our growing customer base across Uzbekistan."
|
||||
@@ -299,65 +193,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Gulnara Karimova",
|
||||
date: "May 2024",
|
||||
title: "Excellent Car Buying Experience!",
|
||||
quote: "FerAvto made buying my new family SUV an absolute breeze. The staff was incredibly helpful, knowledgeable, and the financing options were clear and fair. Highly recommend!",
|
||||
tag: "New Car Buyer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg",
|
||||
avatarAlt: "Gulnara Karimova profile picture",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-car-dealership_23-2148332979.jpg",
|
||||
imageAlt: "Happy customer with new car keys",
|
||||
},
|
||||
id: "1", name: "Gulnara Karimova", date: "May 2024", title: "Excellent Car Buying Experience!", quote: "FerAvto made buying my new family SUV an absolute breeze. The staff was incredibly helpful, knowledgeable, and the financing options were clear and fair. Highly recommend!", tag: "New Car Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg", avatarAlt: "Gulnara Karimova profile picture", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-car-dealership_23-2148332979.jpg", imageAlt: "Happy customer with new car keys"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Alisher Saidov",
|
||||
date: "April 2024",
|
||||
title: "Top-notch Service & Professionalism",
|
||||
quote: "I recently brought my car for service at FerAvto, and I was impressed by their professionalism. Quick turnaround, transparent pricing, and my car runs perfectly now.",
|
||||
tag: "Service Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-with-folded-hands-against-white-wall-toothy-smile-crossed-arms_231208-10801.jpg",
|
||||
avatarAlt: "Alisher Saidov profile picture",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoor-portrait-lovely-cute-girl-with-long-wavy-hair-with-wonderful-smile-is-scrolling-smartphone-while-sitting-car_291650-2418.jpg",
|
||||
imageAlt: "Man smiling next to car",
|
||||
},
|
||||
id: "2", name: "Alisher Saidov", date: "April 2024", title: "Top-notch Service & Professionalism", quote: "I recently brought my car for service at FerAvto, and I was impressed by their professionalism. Quick turnaround, transparent pricing, and my car runs perfectly now.", tag: "Service Client", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-with-folded-hands-against-white-wall-toothy-smile-crossed-arms_231208-10801.jpg", avatarAlt: "Alisher Saidov profile picture", imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoor-portrait-lovely-cute-girl-with-long-wavy-hair-with-wonderful-smile-is-scrolling-smartphone-while-sitting-car_291650-2418.jpg", imageAlt: "Man smiling next to car"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Zarina Akhmedova",
|
||||
date: "March 2024",
|
||||
title: "Found My Dream Car!",
|
||||
quote: "I'd been searching for a specific model for months, and FerAvto had it! The sales team was fantastic, no pressure, just genuine help. I love my new car!",
|
||||
tag: "Used Car Purchaser",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg",
|
||||
avatarAlt: "Zarina Akhmedova profile picture",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-45045.jpg",
|
||||
imageAlt: "Happy couple with new car",
|
||||
},
|
||||
id: "3", name: "Zarina Akhmedova", date: "March 2024", title: "Found My Dream Car!", quote: "I'd been searching for a specific model for months, and FerAvto had it! The sales team was fantastic, no pressure, just genuine help. I love my new car!", tag: "Used Car Purchaser", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg", avatarAlt: "Zarina Akhmedova profile picture", imageSrc: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-45045.jpg", imageAlt: "Happy couple with new car"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Rustam Ibragimov",
|
||||
date: "February 2024",
|
||||
title: "Reliable & Trustworthy Dealership",
|
||||
quote: "FerAvto is truly reliable. From the initial inquiry to driving off, everything was smooth. They genuinely care about their customers. Best dealership experience in Tashkent.",
|
||||
tag: "Loyal Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/elegant-woman-pink-jacket-spending-time-cafe_1157-32548.jpg",
|
||||
avatarAlt: "Rustam Ibragimov profile picture",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-auto-repairman-talking-customer-workshop_637285-8626.jpg",
|
||||
imageAlt: "Man inspecting car engine with mechanic",
|
||||
},
|
||||
id: "4", name: "Rustam Ibragimov", date: "February 2024", title: "Reliable & Trustworthy Dealership", quote: "FerAvto is truly reliable. From the initial inquiry to driving off, everything was smooth. They genuinely care about their customers. Best dealership experience in Tashkent.", tag: "Loyal Customer", avatarSrc: "http://img.b2bpic.net/free-photo/elegant-woman-pink-jacket-spending-time-cafe_1157-32548.jpg", avatarAlt: "Rustam Ibragimov profile picture", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-auto-repairman-talking-customer-workshop_637285-8626.jpg", imageAlt: "Man inspecting car engine with mechanic"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Nigora Rashidova",
|
||||
date: "January 2024",
|
||||
title: "Beyond Expectations",
|
||||
quote: "I'm incredibly pleased with my purchase and the follow-up service from FerAvto. They went above and beyond to ensure I was satisfied. A truly premium experience!",
|
||||
tag: "Premium Buyer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg",
|
||||
avatarAlt: "Nigora Rashidova profile picture",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-drinking-coffee-by-his-car_1303-31596.jpg",
|
||||
imageAlt: "Woman with luxury car",
|
||||
},
|
||||
id: "5", name: "Nigora Rashidova", date: "January 2024", title: "Beyond Expectations", quote: "I'm incredibly pleased with my purchase and the follow-up service from FerAvto. They went above and beyond to ensure I was satisfied. A truly premium experience!", tag: "Premium Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg", avatarAlt: "Nigora Rashidova profile picture", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-drinking-coffee-by-his-car_1303-31596.jpg", imageAlt: "Woman with luxury car"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from satisfied FerAvto owners who experienced our exceptional service, quality vehicles, and commitment to their automotive needs."
|
||||
@@ -370,20 +214,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What types of vehicles does FerAvto offer?",
|
||||
content: "FerAvto offers a wide range of new and quality pre-owned vehicles, including sedans, SUVs, hatchbacks, and pickup trucks, from various reputable brands. We constantly update our inventory to provide diverse choices.",
|
||||
},
|
||||
id: "1", title: "What types of vehicles does FerAvto offer?", content: "FerAvto offers a wide range of new and quality pre-owned vehicles, including sedans, SUVs, hatchbacks, and pickup trucks, from various reputable brands. We constantly update our inventory to provide diverse choices."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you provide financing options for car purchases?",
|
||||
content: "Yes, FerAvto partners with leading financial institutions to offer flexible and competitive financing plans. Our team can help you navigate the options to find a solution that best fits your budget.",
|
||||
},
|
||||
id: "2", title: "Do you provide financing options for car purchases?", content: "Yes, FerAvto partners with leading financial institutions to offer flexible and competitive financing plans. Our team can help you navigate the options to find a solution that best fits your budget."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What kind of after-sales services do you provide?",
|
||||
content: "Beyond sales, FerAvto provides comprehensive after-sales services, including routine maintenance, diagnostics, repairs, and genuine parts replacement. Our certified technicians ensure your vehicle remains in optimal condition.",
|
||||
},
|
||||
id: "3", title: "What kind of after-sales services do you provide?", content: "Beyond sales, FerAvto provides comprehensive after-sales services, including routine maintenance, diagnostics, repairs, and genuine parts replacement. Our certified technicians ensure your vehicle remains in optimal condition."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common inquiries about our services, vehicle inventory, financing options, and maintenance processes at FerAvto."
|
||||
@@ -398,27 +233,16 @@ export default function LandingPage() {
|
||||
description="We're here to assist you with all your automotive needs. Fill out the form below or visit us directly in Uzbekistan. Your inquiries are important to us!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help you today?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "How can we help you today?", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-black-businesswoman-signs-documents-buys-new-car-car-dealer-is-standing-him_146671-18392.jpg"
|
||||
@@ -433,54 +257,33 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#",
|
||||
},
|
||||
label: "Our Team", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Vehicles",
|
||||
items: [
|
||||
title: "Vehicles", items: [
|
||||
{
|
||||
label: "New Inventory",
|
||||
href: "#products",
|
||||
},
|
||||
label: "New Inventory", href: "#products"},
|
||||
{
|
||||
label: "Used Inventory",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Used Inventory", href: "#products"},
|
||||
{
|
||||
label: "Financing",
|
||||
href: "#",
|
||||
},
|
||||
label: "Financing", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "https://maps.app.goo.gl/DWTLLpqhvrzjhgAWA",
|
||||
onClick: "() => window.open('https://maps.app.goo.gl/DWTLLpqhvrzjhgAWA', '_blank')",
|
||||
label: "Location", href: "https://maps.app.goo.gl/DWTLLpqhvrzjhgAWA", onClick: () => window.open('https://maps.app.goo.gl/DWTLLpqhvrzjhgAWA', '_blank'),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user