Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 282d502674 | |||
| a7908a6ffd | |||
| c637f823c5 |
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
tag="New Arrivals"
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
{ text: "Explore Inventory", href: "inventory" },
|
||||
{ text: "View Available Vehicles", href: "inventory" },
|
||||
{ text: "Schedule Test Drive", href: "contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-salesperson-car-showroom_1303-13475.jpg"
|
||||
@@ -62,12 +62,9 @@ export default function LandingPage() {
|
||||
<div id="inventory" data-section="inventory">
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "2025 Premium Sedan", price: "$34,995", imageSrc: "http://img.b2bpic.net/free-photo/front-exterior-windows-navy-blue-car_114579-6111.jpg", imageAlt: "2025 Premium Sedan luxury vehicle"},
|
||||
{
|
||||
id: "2", name: "2025 All-Terrain SUV", price: "$42,500", imageSrc: "http://img.b2bpic.net/free-photo/three-smiley-friends-playing-guitar-while-traveling-by-car_23-2148771859.jpg", imageAlt: "2025 All-Terrain SUV family vehicle"},
|
||||
{
|
||||
id: "3", name: "2025 Performance Truck", price: "$48,999", imageSrc: "http://img.b2bpic.net/free-photo/white-pickup-truck-loaded-with-atv-near-gas-station_93675-133932.jpg", imageAlt: "2025 Performance Truck utility vehicle"},
|
||||
{ id: "1", name: "2025 Premium Sedan", price: "$34,995", imageSrc: "http://img.b2bpic.net/free-photo/front-exterior-windows-navy-blue-car_114579-6111.jpg", imageAlt: "2025 Premium Sedan luxury vehicle"},
|
||||
{ id: "2", name: "2025 All-Terrain SUV", price: "$42,500", imageSrc: "http://img.b2bpic.net/free-photo/three-smiley-friends-playing-guitar-while-traveling-by-car_23-2148771859.jpg", imageAlt: "2025 All-Terrain SUV family vehicle"},
|
||||
{ id: "3", name: "2025 Performance Truck", price: "$48,999", imageSrc: "http://img.b2bpic.net/free-photo/white-pickup-truck-loaded-with-atv-near-gas-station_93675-133932.jpg", imageAlt: "2025 Performance Truck utility vehicle"},
|
||||
]}
|
||||
title="Featured Inventory"
|
||||
description="Handpicked selection of premium vehicles in stock now"
|
||||
@@ -106,20 +103,17 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "traditional", badge: "Most Popular", badgeIcon: TrendingUp,
|
||||
{ id: "traditional", badge: "Most Popular", badgeIcon: TrendingUp,
|
||||
price: "Competitive Rates", subtitle: "Traditional auto loans with flexible terms", buttons: [{ text: "Learn More", href: "contact" }],
|
||||
features: [
|
||||
"36-84 month terms available", "Quick approval process", "No prepayment penalties", "Trade-in credit applied", "Down payment starting at 10%"],
|
||||
},
|
||||
{
|
||||
id: "lease", badge: "Premium Option", badgeIcon: Sparkles,
|
||||
{ id: "lease", badge: "Premium Option", badgeIcon: Sparkles,
|
||||
price: "Low Monthly", subtitle: "Latest models with latest technology", buttons: [{ text: "Explore Leasing", href: "contact" }],
|
||||
features: [
|
||||
"New car every 3 years", "Full warranty coverage included", "Lower monthly payments", "Minimal maintenance costs", "Advanced safety features standard"],
|
||||
},
|
||||
{
|
||||
id: "buyback", badge: "Trade-In Specialist", badgeIcon: Zap,
|
||||
{ id: "buyback", badge: "Trade-In Specialist", badgeIcon: Zap,
|
||||
price: "Maximum Value", subtitle: "Get top dollar for your current vehicle", buttons: [{ text: "Get Appraisal", href: "contact" }],
|
||||
features: [
|
||||
"Free vehicle evaluation", "Same-day trade-in offers", "Instant credit applied", "No hidden deductions", "Fast paperwork processing"],
|
||||
@@ -131,14 +125,10 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Sarah Johnson customer testimonial"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Michael Chen customer testimonial"},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Emma Rodriguez customer testimonial"},
|
||||
{
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", imageAlt: "David Kim customer testimonial"},
|
||||
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Sarah Johnson customer testimonial"},
|
||||
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Michael Chen customer testimonial"},
|
||||
{ id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Emma Rodriguez customer testimonial"},
|
||||
{ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", imageAlt: "David Kim customer testimonial"},
|
||||
]}
|
||||
cardTitle="Over 5,000 satisfied customers have trusted us with their car purchase"
|
||||
cardTag="Verified Reviews"
|
||||
|
||||
Reference in New Issue
Block a user