Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-10 21:34:28 +00:00
2 changed files with 26 additions and 26 deletions

View File

@@ -48,22 +48,22 @@ export default function AboutPage() {
{
title: "Hand-Picked Quality Vehicles", description:
"Every vehicle undergoes rigorous inspection. We only offer the best pre-owned cars.", imageSrc:
"http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22803.jpg", imageAlt: "Quality inspection", buttonIcon: CheckCircle,
"http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22803.jpg?_wi=3", imageAlt: "Quality inspection", buttonIcon: CheckCircle,
buttonHref: "/inventory"},
{
title: "Competitive Financing Options", description:
"Bad credit? No problem. We work with multiple lenders to get you approved fast.", imageSrc:
"http://img.b2bpic.net/free-photo/cropped-photo-particle-view-modern-luxury-white-car-parked-indoors-daytime_146671-16498.jpg", imageAlt: "Financing options", buttonIcon: CreditCard,
"http://img.b2bpic.net/free-photo/cropped-photo-particle-view-modern-luxury-white-car-parked-indoors-daytime_146671-16498.jpg?_wi=3", imageAlt: "Financing options", buttonIcon: CreditCard,
buttonHref: "/financing"},
{
title: "Transparent Pricing", description:
"No hidden fees. No surprises. What you see is what you pay. Pure honesty.", imageSrc:
"http://img.b2bpic.net/free-photo/full-shot-valet-suit-working_23-2150274573.jpg", imageAlt: "Transparent pricing", buttonIcon: DollarSign,
"http://img.b2bpic.net/free-photo/full-shot-valet-suit-working_23-2150274573.jpg?_wi=3", imageAlt: "Transparent pricing", buttonIcon: DollarSign,
buttonHref: "/about"},
{
title: "Fast Approval Process", description:
"Get approved in as little as 24 hours. Drive home today with your dream car.", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-happy-business-person-car-dealership_23-2149117178.jpg", imageAlt: "Fast approval", buttonIcon: Zap,
"http://img.b2bpic.net/free-photo/close-up-happy-business-person-car-dealership_23-2149117178.jpg?_wi=3", imageAlt: "Fast approval", buttonIcon: Zap,
buttonHref: "/financing"},
]}
title="Why Choose Auto Mega Spot"
@@ -87,19 +87,19 @@ export default function AboutPage() {
{
id: "1", name: "James Martinez", role: "Business Owner", company: "Local Community", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/vertical-shot-well-dressed-male-leaning-against-wall-looking-camera_181624-15421.jpg", imageAlt: "James Martinez"},
"http://img.b2bpic.net/free-photo/vertical-shot-well-dressed-male-leaning-against-wall-looking-camera_181624-15421.jpg?_wi=2", imageAlt: "James Martinez"},
{
id: "2", name: "Sarah Johnson", role: "Marketing Director", company: "Tech Startup", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-woman-smiling_1098-1671.jpg", imageAlt: "Sarah Johnson"},
"http://img.b2bpic.net/free-photo/close-up-woman-smiling_1098-1671.jpg?_wi=2", imageAlt: "Sarah Johnson"},
{
id: "3", name: "Michael Chen", role: "Financial Advisor", company: "Investment Firm", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/good-choice-attractive-caucasian-man-with-beard-showing-thumbs-up-smiling-like-approve-good_1258-159211.jpg", imageAlt: "Michael Chen"},
"http://img.b2bpic.net/free-photo/good-choice-attractive-caucasian-man-with-beard-showing-thumbs-up-smiling-like-approve-good_1258-159211.jpg?_wi=2", imageAlt: "Michael Chen"},
{
id: "4", name: "Emily Rodriguez", role: "HR Manager", company: "Fortune 500", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-businesswoman-posing-with-glasses_1149-93.jpg", imageAlt: "Emily Rodriguez"},
"http://img.b2bpic.net/free-photo/close-up-businesswoman-posing-with-glasses_1149-93.jpg?_wi=2", imageAlt: "Emily Rodriguez"},
]}
kpiItems={[
{

View File

@@ -72,13 +72,13 @@ export default function HomePage() {
buttonAnimation="slide-up"
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-business-person-car-dealership_23-2149117178.jpg", imageAlt: "Luxury black sports car"},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-business-person-car-dealership_23-2149117178.jpg?_wi=1", imageAlt: "Luxury black sports car"},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/listening-carefully-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16072.jpg", imageAlt: "White luxury SUV"},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/listening-carefully-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16072.jpg?_wi=1", imageAlt: "White luxury SUV"},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/headlights-hood-black-luxury-car_146671-19734.jpg", imageAlt: "Silver sedan"},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/headlights-hood-black-luxury-car_146671-19734.jpg?_wi=1", imageAlt: "Silver sedan"},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22820.jpg", imageAlt: "Dark gray luxury sedan"},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22820.jpg?_wi=1", imageAlt: "Dark gray luxury sedan"},
{
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-car-car-showroom_1303-31962.jpg", imageAlt: "Black coupe sports car"},
{
@@ -103,13 +103,13 @@ export default function HomePage() {
products={[
{
id: "1", brand: "BMW", name: "2022 BMW 5 Series Luxury Sedan", price: "$42,995", rating: 5,
reviewCount: "847", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22803.jpg", imageAlt: "2022 BMW 5 Series"},
reviewCount: "847", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22803.jpg?_wi=1", imageAlt: "2022 BMW 5 Series"},
{
id: "2", brand: "Mercedes", name: "2021 Mercedes-Benz GLE Premium SUV", price: "$55,495", rating: 5,
reviewCount: "623", imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-particle-view-modern-luxury-white-car-parked-indoors-daytime_146671-16498.jpg", imageAlt: "2021 Mercedes-Benz GLE"},
reviewCount: "623", imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-particle-view-modern-luxury-white-car-parked-indoors-daytime_146671-16498.jpg?_wi=1", imageAlt: "2021 Mercedes-Benz GLE"},
{
id: "3", brand: "Tesla", name: "2023 Tesla Model 3 Performance", price: "$38,995", rating: 5,
reviewCount: "1200", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-valet-suit-working_23-2150274573.jpg", imageAlt: "2023 Tesla Model 3"},
reviewCount: "1200", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-valet-suit-working_23-2150274573.jpg?_wi=1", imageAlt: "2023 Tesla Model 3"},
]}
/>
</div>
@@ -123,16 +123,16 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
title: "Hand-Picked Quality Vehicles", description: "Every vehicle undergoes rigorous inspection. We only offer the best pre-owned cars.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22803.jpg", imageAlt: "Quality inspection", buttonIcon: CheckCircle,
title: "Hand-Picked Quality Vehicles", description: "Every vehicle undergoes rigorous inspection. We only offer the best pre-owned cars.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22803.jpg?_wi=2", imageAlt: "Quality inspection", buttonIcon: CheckCircle,
buttonHref: "/inventory"},
{
title: "Competitive Financing Options", description: "Bad credit? No problem. We work with multiple lenders to get you approved fast.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-particle-view-modern-luxury-white-car-parked-indoors-daytime_146671-16498.jpg", imageAlt: "Financing options", buttonIcon: CreditCard,
title: "Competitive Financing Options", description: "Bad credit? No problem. We work with multiple lenders to get you approved fast.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-particle-view-modern-luxury-white-car-parked-indoors-daytime_146671-16498.jpg?_wi=2", imageAlt: "Financing options", buttonIcon: CreditCard,
buttonHref: "financing"},
{
title: "Transparent Pricing", description: "No hidden fees. No surprises. What you see is what you pay. Pure honesty.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-valet-suit-working_23-2150274573.jpg", imageAlt: "Transparent pricing", buttonIcon: DollarSign,
title: "Transparent Pricing", description: "No hidden fees. No surprises. What you see is what you pay. Pure honesty.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-valet-suit-working_23-2150274573.jpg?_wi=2", imageAlt: "Transparent pricing", buttonIcon: DollarSign,
buttonHref: "#"},
{
title: "Fast Approval Process", description: "Get approved in as little as 24 hours. Drive home today with your dream car.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-business-person-car-dealership_23-2149117178.jpg", imageAlt: "Fast approval", buttonIcon: Zap,
title: "Fast Approval Process", description: "Get approved in as little as 24 hours. Drive home today with your dream car.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-business-person-car-dealership_23-2149117178.jpg?_wi=2", imageAlt: "Fast approval", buttonIcon: Zap,
buttonHref: "financing"},
]}
textboxLayout="default"
@@ -161,19 +161,19 @@ export default function HomePage() {
"Complete our quick 5-minute application", "No credit check required to apply", "Instant eligibility confirmation"],
button: {
text: "Start Application", href: "contact-cta"},
imageSrc: "http://img.b2bpic.net/free-photo/listening-carefully-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16072.jpg", imageAlt: "Apply online step"},
imageSrc: "http://img.b2bpic.net/free-photo/listening-carefully-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16072.jpg?_wi=2", imageAlt: "Apply online step"},
{
id: "step2", title: "Get Approved", price: "Step", period: "2", features: [
"Approval decision within 24 hours", "Multiple lending options available", "Transparent terms and conditions"],
button: {
text: "View Options", href: "contact-cta"},
imageSrc: "http://img.b2bpic.net/free-photo/headlights-hood-black-luxury-car_146671-19734.jpg", imageAlt: "Get approved step"},
imageSrc: "http://img.b2bpic.net/free-photo/headlights-hood-black-luxury-car_146671-19734.jpg?_wi=2", imageAlt: "Get approved step"},
{
id: "step3", title: "Drive Home", price: "Step", period: "3", features: [
"Pick your vehicle from our inventory", "Complete paperwork same day", "Drive off the lot in your new car"],
button: {
text: "Browse Inventory", href: "/inventory"},
imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22820.jpg", imageAlt: "Drive home step"},
imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22820.jpg?_wi=2", imageAlt: "Drive home step"},
]}
/>
</div>
@@ -191,16 +191,16 @@ export default function HomePage() {
testimonials={[
{
id: "1", name: "James Martinez", role: "Business Owner", company: "Local Community", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-well-dressed-male-leaning-against-wall-looking-camera_181624-15421.jpg", imageAlt: "James Martinez"},
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-well-dressed-male-leaning-against-wall-looking-camera_181624-15421.jpg?_wi=1", imageAlt: "James Martinez"},
{
id: "2", name: "Sarah Johnson", role: "Marketing Director", company: "Tech Startup", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-smiling_1098-1671.jpg", imageAlt: "Sarah Johnson"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-smiling_1098-1671.jpg?_wi=1", imageAlt: "Sarah Johnson"},
{
id: "3", name: "Michael Chen", role: "Financial Advisor", company: "Investment Firm", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/good-choice-attractive-caucasian-man-with-beard-showing-thumbs-up-smiling-like-approve-good_1258-159211.jpg", imageAlt: "Michael Chen"},
imageSrc: "http://img.b2bpic.net/free-photo/good-choice-attractive-caucasian-man-with-beard-showing-thumbs-up-smiling-like-approve-good_1258-159211.jpg?_wi=1", imageAlt: "Michael Chen"},
{
id: "4", name: "Emily Rodriguez", role: "HR Manager", company: "Fortune 500", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businesswoman-posing-with-glasses_1149-93.jpg", imageAlt: "Emily Rodriguez"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businesswoman-posing-with-glasses_1149-93.jpg?_wi=1", imageAlt: "Emily Rodriguez"},
]}
kpiItems={[
{