Merge version_1 into main #2
@@ -49,6 +49,7 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
title="Find Your Perfect Car Today"
|
||||
description="Browse our curated inventory with transparent pricing and instant financing options. Drive home confident with our trusted dealer network."
|
||||
background={{ variant: "plain" }}
|
||||
tag="Premium Vehicle Selection"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -60,21 +61,21 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "Found my dream car in minutes. The transparent pricing and easy financing made the entire process stress-free!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/he-is-confident-small-business-owner_637285-9324.jpg?_wi=1", imageAlt: "Sarah Mitchell happy car buyer"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/he-is-confident-small-business-owner_637285-9324.jpg", imageAlt: "Sarah Mitchell happy car buyer"
|
||||
},
|
||||
{
|
||||
name: "James Rodriguez", handle: "@jamesrodriguez", testimonial: "Best car buying experience ever. Great inventory selection and the support team was incredibly helpful throughout.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-buying-car-showroom_1303-13558.jpg?_wi=1", imageAlt: "James Rodriguez satisfied customer"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-buying-car-showroom_1303-13558.jpg", imageAlt: "James Rodriguez satisfied customer"
|
||||
},
|
||||
{
|
||||
name: "Emily Chen", handle: "@emilychen", testimonial: "The financing options are amazing. Got approved instantly and drove home the same day!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-receiving-car-key-from-mechanic-auto-repair-shop_637285-4261.jpg?_wi=1", imageAlt: "Emily Chen delighted customer"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-receiving-car-key-from-mechanic-auto-repair-shop_637285-4261.jpg", imageAlt: "Emily Chen delighted customer"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
mediaAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/charming-young-people-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16729.jpg"
|
||||
imageAlt="Premium luxury car showcase"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
fixedMediaHeight={true}
|
||||
className="min-h-screen flex items-center"
|
||||
@@ -122,8 +123,9 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
className="py-16 md:py-24"
|
||||
containerClassName="max-w-7xl mx-auto px-4"
|
||||
titleClassName="text-4xl md:text-5xl font-light mb-4"
|
||||
descriptionClassName="text-lg text-foreground/70 max-w-2xl mb-12"
|
||||
textBoxClassName="mb-12"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-light mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl mb-12"
|
||||
gridClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6"
|
||||
cardClassName="bg-card rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-all"
|
||||
imageClassName="w-full h-48 md:h-40 object-cover"
|
||||
@@ -161,8 +163,8 @@ export default function LandingPage() {
|
||||
className="py-16 md:py-24"
|
||||
containerClassName="max-w-7xl mx-auto px-4"
|
||||
textBoxClassName="mb-12"
|
||||
titleClassName="text-4xl md:text-5xl font-light mb-4"
|
||||
descriptionClassName="text-lg text-foreground/70 max-w-2xl"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-light mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl"
|
||||
gridClassName="grid grid-cols-1 md:grid-cols-2 gap-8"
|
||||
cardClassName="p-8 rounded-2xl"
|
||||
itemsListClassName="space-y-4"
|
||||
@@ -178,13 +180,13 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/he-is-confident-small-business-owner_637285-9324.jpg?_wi=2", imageAlt: "Sarah Mitchell"
|
||||
id: "testimonial-1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/he-is-confident-small-business-owner_637285-9324.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "testimonial-2", name: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/business-man-buying-car-showroom_1303-13558.jpg?_wi=2", imageAlt: "James Rodriguez"
|
||||
id: "testimonial-2", name: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/business-man-buying-car-showroom_1303-13558.jpg", imageAlt: "James Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "testimonial-3", name: "Emily Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-receiving-car-key-from-mechanic-auto-repair-shop_637285-4261.jpg?_wi=2", imageAlt: "Emily Chen"
|
||||
id: "testimonial-3", name: "Emily Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-receiving-car-key-from-mechanic-auto-repair-shop_637285-4261.jpg", imageAlt: "Emily Chen"
|
||||
},
|
||||
{
|
||||
id: "testimonial-4", name: "Michael Torres", imageSrc: "http://img.b2bpic.net/free-photo/manager-selling-client-auto-car-center_651396-1165.jpg", imageAlt: "Michael Torres"
|
||||
@@ -244,10 +246,32 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
plans={[
|
||||
{
|
||||
id: "plan-36", tag: "Popular", price: "36 Months", period: "3 Years", description: "Perfect for value seekers", button: { text: "Get Quote", href: "#" },
|
||||
featuresTitle: "Includes", features: [
|
||||
"Low monthly payments", "Flexible terms", "Early payoff option", "24/7 support"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "plan-60", tag: "Best Value", tagIcon: Award,
|
||||
price: "60 Months", period: "5 Years", description: "Lowest monthly commitment", button: { text: "Get Quote", href: "#" },
|
||||
featuresTitle: "Includes", features: [
|
||||
"Lowest monthly payments", "Maximum flexibility", "Refinance anytime", "24/7 support"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "plan-84", tag: "Long Term", price: "84 Months", period: "7 Years", description: "Ultimate payment flexibility", button: { text: "Get Quote", href: "#" },
|
||||
featuresTitle: "Includes", features: [
|
||||
"Minimal monthly payment", "Maximum flexibility", "Guaranteed rate lock", "24/7 support"
|
||||
]
|
||||
}
|
||||
]}
|
||||
className="py-16 md:py-24"
|
||||
containerClassName="max-w-7xl mx-auto px-4"
|
||||
titleClassName="text-4xl md:text-5xl font-light mb-4"
|
||||
descriptionClassName="text-lg text-foreground/70 max-w-2xl mb-12"
|
||||
textBoxClassName="mb-12"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-light mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl mb-12"
|
||||
gridClassName="grid grid-cols-1 md:grid-cols-3 gap-8"
|
||||
cardClassName="bg-card rounded-2xl p-8 border border-accent/10 hover:border-accent/30 transition-all"
|
||||
planTagClassName="inline-block px-3 py-1 bg-primary-cta/10 text-primary-cta text-xs font-semibold rounded-full mb-4"
|
||||
@@ -289,8 +313,9 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
className="py-16 md:py-24"
|
||||
containerClassName="max-w-7xl mx-auto px-4"
|
||||
titleClassName="text-4xl md:text-5xl font-light mb-4 text-center"
|
||||
descriptionClassName="text-lg text-foreground/70 max-w-2xl mx-auto text-center mb-12"
|
||||
textBoxClassName="mb-12"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-light mb-4 text-center"
|
||||
textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl mx-auto text-center mb-12"
|
||||
gridClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6"
|
||||
cardClassName="bg-card rounded-2xl p-8 text-center"
|
||||
cardTitleClassName="text-3xl font-bold text-primary-cta mb-2"
|
||||
@@ -338,8 +363,8 @@ export default function LandingPage() {
|
||||
className="py-16 md:py-24"
|
||||
containerClassName="max-w-7xl mx-auto px-4"
|
||||
textBoxClassName="mb-12"
|
||||
titleClassName="text-4xl md:text-5xl font-light mb-4"
|
||||
descriptionClassName="text-lg text-foreground/70 max-w-2xl"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-light mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl"
|
||||
faqsContainerClassName="space-y-3"
|
||||
accordionClassName="border border-accent/10 rounded-xl overflow-hidden"
|
||||
accordionTitleClassName="px-6 py-4 font-semibold text-foreground cursor-pointer hover:bg-background transition-colors"
|
||||
|
||||
Reference in New Issue
Block a user