Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-10 19:41:43 +00:00

View File

@@ -82,11 +82,11 @@ export default function LandingPage() {
]} ]}
slides={[ slides={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3041.jpg", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3041.jpg?_wi=1",
imageAlt: "Luxury car in a modern showroom", imageAlt: "Luxury car in a modern showroom",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/cartoon-car-with-large-bag-roof_23-2151850165.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-car-with-large-bag-roof_23-2151850165.jpg?_wi=1",
imageAlt: "Classic muscle car on a sunny street", imageAlt: "Classic muscle car on a sunny street",
}, },
{ {
@@ -160,7 +160,7 @@ export default function LandingPage() {
button: { button: {
text: "Get Pre-Approved", text: "Get Pre-Approved",
}, },
imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3041.jpg", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3041.jpg?_wi=2",
imageAlt: "wrench icon repair", imageAlt: "wrench icon repair",
}, },
{ {
@@ -171,7 +171,7 @@ export default function LandingPage() {
button: { button: {
text: "View Details", text: "View Details",
}, },
imageSrc: "http://img.b2bpic.net/free-photo/cartoon-car-with-large-bag-roof_23-2151850165.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-car-with-large-bag-roof_23-2151850165.jpg?_wi=2",
imageAlt: "wrench icon repair", imageAlt: "wrench icon repair",
}, },
]} ]}