Update src/app/page.tsx

This commit is contained in:
2026-03-16 18:52:24 +00:00
parent 7d278a67a2
commit 3c36ef2ddf

View File

@@ -118,21 +118,21 @@ export default function HomePage() {
id: "new-honda",
name: "New Honda Vehicles",
price: "Starting at $24,995",
imageSrc: "http://img.b2bpic.net/free-photo/female-salesperson-car-showroom-standing-by-car_1303-22402.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/female-salesperson-car-showroom-standing-by-car_1303-22402.jpg",
imageAlt: "New Honda vehicle models",
},
{
id: "certified-preowned",
name: "Certified Pre-Owned Honda",
price: "Starting at $18,995",
imageSrc: "http://img.b2bpic.net/free-vector/outlet-stamp-design-collection_23-2149788659.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-vector/outlet-stamp-design-collection_23-2149788659.jpg",
imageAlt: "Certified pre-owned Honda vehicles",
},
{
id: "used-vehicles",
name: "Used Vehicles",
price: "Starting at $12,995",
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434357.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434357.jpg",
imageAlt: "Used Honda inventory",
},
]}
@@ -157,10 +157,10 @@ export default function HomePage() {
title: "Sleek Design",
description: "Modern aerodynamic styling with premium finishes and LED lighting.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/blue-suv-driving-fast-rainy-highway-energy-motion-bad-weather_169016-69747.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/blue-suv-driving-fast-rainy-highway-energy-motion-bad-weather_169016-69747.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/blue-suv-driving-fast-rainy-highway-energy-motion-bad-weather_169016-69747.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/blue-suv-driving-fast-rainy-highway-energy-motion-bad-weather_169016-69747.jpg",
},
},
]}
@@ -259,7 +259,7 @@ export default function HomePage() {
price: "Instant",
badge: "Fast",
badgeIcon: Zap,
buttons={[{ text: "Apply Now", href: "#contact" }],
buttons: [{ text: "Apply Now", href: "#contact" }],
features: ["Instant pre-qualification", "Competitive rates", "Flexible terms"],
},
{
@@ -268,7 +268,7 @@ export default function HomePage() {
price: "Free",
badge: "Popular",
badgeIcon: Award,
buttons={[{ text: "Get Value", href: "#contact" }],
buttons: [{ text: "Get Value", href: "#contact" }],
features: ["Instant online estimate", "Fair market valuation", "Hassle-free process"],
},
{
@@ -277,7 +277,7 @@ export default function HomePage() {
price: "Free Tool",
badge: "Helpful",
badgeIcon: Zap,
buttons={[{ text: "Calculate", href: "#contact" }],
buttons: [{ text: "Calculate", href: "#contact" }],
features: ["Custom payment calculations", "Multiple down payment options", "Term flexibility"],
},
]}
@@ -300,10 +300,10 @@ export default function HomePage() {
title: "Complete Service Menu",
description: "Oil changes, tire service, brake service, inspections, and more. All performed by Honda-trained technicians.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-19007.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-19007.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-19007.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-19007.jpg",
},
},
]}