Merge version_4 into main #6
153
src/app/page.tsx
153
src/app/page.tsx
@@ -50,61 +50,20 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Buy or Sell Your Dream Vehicle Today"
|
||||
description="AutoMarket is the most trusted platform to browse thousands of pre-owned cars and bikes. Get the best price, guaranteed safety, and verified listings."
|
||||
description="AutoMarket is the most trusted platform to browse thousands of pre-owned cars, bikes, and commercial vehicles. Get the best price, guaranteed safety, and verified listings."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-vehicle-dealership-buying-new-car_342744-749.jpg?_wi=1", imageAlt: "luxury car showcase bright street"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-premium-suv-driving-curved-winter-road-luxury-car-motion_169016-71558.jpg", imageAlt: "luxury car showcase bright street"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10505.jpg", imageAlt: "luxury car showcase bright street"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18967.jpg", imageAlt: "luxury car showcase bright street"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-sea_181624-322.jpg", imageAlt: "luxury car showcase bright street"},
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1581092160607-ee2256116416?auto=format&fit=crop&w=800&q=80", imageAlt: "Tata 407 LPT" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1594498652286-663b39923891?auto=format&fit=crop&w=800&q=80", imageAlt: "Tata Ace" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1596767562858-692723c683b5?auto=format&fit=crop&w=800&q=80", imageAlt: "Pickup Truck" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150861916.jpg", imageAlt: "luxury car showcase bright street"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-brown-car_23-2151914154.jpg", imageAlt: "luxury car showcase bright street"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg", imageAlt: "luxury car showcase bright street"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-taking-pictures-with-camera-from-car_23-2148585264.jpg", imageAlt: "luxury car showcase bright street"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asia-urban-sunny-skyline-riverbank_1112-1061.jpg", imageAlt: "luxury car showcase bright street"},
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1620072918503-4f9013069b77?auto=format&fit=crop&w=800&q=80", imageAlt: "Commercial Dost" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1506461883707-448f869e5d95?auto=format&fit=crop&w=800&q=80", imageAlt: "Tata 407" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1622359419139-49767f4749f7?auto=format&fit=crop&w=800&q=80", imageAlt: "Transport Truck" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse Vehicles", href: "#products"},
|
||||
{
|
||||
text: "Post an Ad", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/car-salesman-with-tablet_23-2148130723.jpg", alt: "Car salesman with tablet"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22679.jpg", alt: "Stylish and elegant couple in a car salon"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/colleagues-working-with-computer-office_23-2149307818.jpg", alt: "Colleagues working with computer at office"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-blurry-people-working-as-team_23-2149307825.jpg", alt: "Medium shot blurry people working as team"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-blurred-parking-car_1339-8002.jpg", alt: "abstract blurred parking car"},
|
||||
]}
|
||||
avatarText="Trusted by 100k+ users"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Toyota"},
|
||||
{
|
||||
type: "text", text: "Honda"},
|
||||
{
|
||||
type: "text", text: "Tesla"},
|
||||
{
|
||||
type: "text", text: "Mazda"},
|
||||
{
|
||||
type: "text", text: "Ford"},
|
||||
{ text: "Browse Vehicles", href: "#products" },
|
||||
{ text: "Post an Ad", href: "#contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,15 +74,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Verified Listings", description: "Every vehicle is thoroughly inspected by experts.", bentoComponent: "reveal-icon", icon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Secure Payments", description: "Safe transaction portals for your peace of mind.", bentoComponent: "reveal-icon", icon: Lock,
|
||||
},
|
||||
{
|
||||
title: "Nationwide Reach", description: "Sell your car to buyers across the country.", bentoComponent: "reveal-icon", icon: Globe,
|
||||
},
|
||||
{ title: "Verified Listings", description: "Every vehicle is thoroughly inspected by experts.", bentoComponent: "reveal-icon", icon: Shield },
|
||||
{ title: "Secure Payments", description: "Safe transaction portals for your peace of mind.", bentoComponent: "reveal-icon", icon: Lock },
|
||||
{ title: "Nationwide Reach", description: "Sell your car to buyers across the country.", bentoComponent: "reveal-icon", icon: Globe },
|
||||
]}
|
||||
title="Why AutoMarket?"
|
||||
description="Experience a seamless buying and selling journey with our feature-rich platform."
|
||||
@@ -137,21 +90,15 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Toyota Sedan 2022", price: "$18,500", imageSrc: "http://img.b2bpic.net/free-photo/young-mother-child-stand-near-they-suv-car-safety-driving-concept_627829-6605.jpg?_wi=1"},
|
||||
{
|
||||
id: "2", name: "Honda Compact SUV", price: "$22,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-empty-room_23-2150528626.jpg"},
|
||||
{
|
||||
id: "3", name: "Mazda Sports Coupe", price: "$28,000", imageSrc: "http://img.b2bpic.net/free-photo/attractive-female-model-off-shoulder-dress-posing-near-vehicle_181624-5421.jpg"},
|
||||
{
|
||||
id: "4", name: "Yamaha Sport Bike", price: "$8,500", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cafe-racer-style-motorbike_23-2148189637.jpg"},
|
||||
{
|
||||
id: "5", name: "Ford Family Van", price: "$15,000", imageSrc: "http://img.b2bpic.net/free-photo/inspired-brunette-girl-yellow-shirt-sits-with-legs-crossed-beside-white-car-while-her-friend-playing-with-long-hair_197531-4497.jpg"},
|
||||
{
|
||||
id: "6", name: "Tesla Model EV", price: "$35,000", imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-street_1303-25979.jpg"},
|
||||
{ id: "1", name: "Tata 407", price: "Request Quote", imageSrc: "https://images.unsplash.com/photo-1621351185031-2e06180352ef?auto=format&fit=crop&w=600&q=80" },
|
||||
{ id: "2", name: "Tata 407 LPT", price: "Request Quote", imageSrc: "https://images.unsplash.com/photo-1621351185031-2e06180352ef?auto=format&fit=crop&w=600&q=80" },
|
||||
{ id: "3", name: "Ashok Leyland Dost", price: "Request Quote", imageSrc: "https://images.unsplash.com/photo-1594498652286-663b39923891?auto=format&fit=crop&w=600&q=80" },
|
||||
{ id: "4", name: "Mahindra Pickup", price: "Request Quote", imageSrc: "https://images.unsplash.com/photo-1596767562858-692723c683b5?auto=format&fit=crop&w=600&q=80" },
|
||||
{ id: "5", name: "Tata Ace", price: "Request Quote", imageSrc: "https://images.unsplash.com/photo-1620072918503-4f9013069b77?auto=format&fit=crop&w=600&q=80" },
|
||||
{ id: "6", name: "Compact LCV", price: "Request Quote", imageSrc: "https://images.unsplash.com/photo-1620072918503-4f9013069b77?auto=format&fit=crop&w=600&q=80" },
|
||||
]}
|
||||
title="Top Vehicles Today"
|
||||
description="Explore our curated selection of verified vehicles."
|
||||
title="Our Commercial Fleet"
|
||||
description="Reliable commercial vehicles for all your business needs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -161,24 +108,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", title: "Starter Plan", price: "$19", period: "/mo", features: [
|
||||
"1 Listing", "Standard Visibility", "Email Support"],
|
||||
button: {
|
||||
text: "Choose Starter"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-photographing-camera_23-2148149927.jpg", imageAlt: "luxury car showcase bright street"},
|
||||
{
|
||||
id: "premium", title: "Pro Seller", price: "$49", period: "/mo", features: [
|
||||
"5 Listings", "Featured Status", "Dedicated Account Manager"],
|
||||
button: {
|
||||
text: "Choose Pro"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-vehicle-dealership-buying-new-car_342744-749.jpg?_wi=2", imageAlt: "luxury car showcase bright street"},
|
||||
{
|
||||
id: "enterprise", title: "Dealer Pro (Recommended)", price: "$199", period: "/mo", features: [
|
||||
"Unlimited Listings", "Priority Support", "Top-Rank Visibility (Recommended for High Volume)"],
|
||||
button: {
|
||||
text: "Get Started"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-mother-child-stand-near-they-suv-car-safety-driving-concept_627829-6605.jpg?_wi=2", imageAlt: "luxury car showcase bright street"},
|
||||
{ id: "basic", title: "Starter Plan", price: "$19", period: "/mo", features: ["1 Listing", "Standard Visibility"], button: { text: "Choose Starter" } },
|
||||
{ id: "premium", title: "Pro Seller", price: "$49", period: "/mo", features: ["5 Listings", "Featured Status"], button: { text: "Choose Pro" } },
|
||||
{ id: "enterprise", title: "Dealer Pro", price: "$199", period: "/mo", features: ["Unlimited Listings", "Top-Rank Visibility"], button: { text: "Get Started" } },
|
||||
]}
|
||||
title="Ad Posting Plans"
|
||||
description="Choose the best plan to reach thousands of potential buyers."
|
||||
@@ -191,12 +123,9 @@ export default function LandingPage() {
|
||||
title="Our Impact"
|
||||
tag="Trusted by thousands"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "50k+", description: "Vehicles Sold"},
|
||||
{
|
||||
id: "m2", value: "100k+", description: "Happy Users"},
|
||||
{
|
||||
id: "m3", value: "200+", description: "Expert Centers"},
|
||||
{ id: "m1", value: "50k+", description: "Vehicles Sold" },
|
||||
{ id: "m2", value: "100k+", description: "Happy Users" },
|
||||
{ id: "m3", value: "200+", description: "Expert Centers" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -206,16 +135,8 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Alice M.", imageSrc: "http://img.b2bpic.net/free-photo/communication-repairing-male-executive-abstract_1134-953.jpg"},
|
||||
{
|
||||
id: "2", name: "Bob D.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-making-hand-gesture-with-cup-coffee-laptop-desk_23-2147955304.jpg"},
|
||||
{
|
||||
id: "3", name: "Clara S.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-car-dealership_23-2149117120.jpg"},
|
||||
{
|
||||
id: "4", name: "David W.", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-choosing-car-car-salon_1303-31670.jpg"},
|
||||
{
|
||||
id: "5", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-thumbs-up-holding-keys-with-copyspace_23-2148252037.jpg"},
|
||||
{ id: "1", name: "Alice M.", imageSrc: "https://images.unsplash.com/photo-1539571696357-5a69c17a67c6?auto=format&fit=crop&w=200&q=80" },
|
||||
{ id: "2", name: "Bob D.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?auto=format&fit=crop&w=200&q=80" },
|
||||
]}
|
||||
cardTitle="Customer Success"
|
||||
cardTag="Read their stories"
|
||||
@@ -227,12 +148,8 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "How do I sell my car?", content: "Simply click on 'Post an Ad', fill in your vehicle details, upload clear photos, and submit."},
|
||||
{
|
||||
id: "f2", title: "Is my information safe?", content: "Yes, we use industry-standard encryption to ensure your personal and financial data remains secure."},
|
||||
{
|
||||
id: "f3", title: "Are listings verified?", content: "Our team inspects each listing to maintain quality and avoid fraudulent activity on the platform."},
|
||||
{ id: "f1", title: "How do I sell my car?", content: "Simply click on 'Post an Ad', fill in your vehicle details, and upload clear photos." },
|
||||
{ id: "f2", title: "Are these verified?", content: "Yes, our team inspects each listing to maintain quality and avoid fraudulent activity." },
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -242,15 +159,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Get Started"
|
||||
title="Ready to sell your vehicle?"
|
||||
description="Join thousands of satisfied sellers and get the best value for your car today. Find us at: royal motors opp hdfc back sangamner road shrirampur 413709."
|
||||
buttons={[
|
||||
{
|
||||
text: "Post Your Ad"},
|
||||
]}
|
||||
description="Join thousands of satisfied sellers and get the best value for your vehicle today."
|
||||
buttons={[ { text: "Post Your Ad" } ]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user