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 14:53:14 +00:00

View File

@@ -101,7 +101,7 @@ export default function LandingPage() {
href: "#contact", href: "#contact",
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/happy-customers-car-dealership_23-2149106169.jpg" imageSrc="http://img.b2bpic.net/free-photo/happy-customers-car-dealership_23-2149106169.jpg?_wi=1"
imageAlt="Interactive 3D car model on display" imageAlt="Interactive 3D car model on display"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
@@ -165,7 +165,7 @@ export default function LandingPage() {
id: "honda-civic", id: "honda-civic",
name: "Honda Civic", name: "Honda Civic",
price: "$25,000", price: "$25,000",
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: "Honda Civic 3D model", imageAlt: "Honda Civic 3D model",
priceButtonProps: { priceButtonProps: {
text: "View 3D Model", text: "View 3D Model",
@@ -175,7 +175,7 @@ export default function LandingPage() {
id: "honda-crv", id: "honda-crv",
name: "Honda CR-V", name: "Honda CR-V",
price: "$30,000", price: "$30,000",
imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg", imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg?_wi=1",
imageAlt: "Honda CR-V 3D model", imageAlt: "Honda CR-V 3D model",
priceButtonProps: { priceButtonProps: {
text: "View 3D Model", text: "View 3D Model",
@@ -255,7 +255,7 @@ export default function LandingPage() {
}, },
], ],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/happy-customers-car-dealership_23-2149106169.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-customers-car-dealership_23-2149106169.jpg?_wi=2",
imageAlt: "detailed car engine block modern", imageAlt: "detailed car engine block modern",
}, },
{ {
@@ -280,7 +280,7 @@ export default function LandingPage() {
}, },
], ],
reverse: true, reverse: true,
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: "detailed car engine block modern", imageAlt: "detailed car engine block modern",
}, },
{ {
@@ -305,7 +305,7 @@ export default function LandingPage() {
}, },
], ],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg", imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg?_wi=2",
imageAlt: "detailed car engine block modern", imageAlt: "detailed car engine block modern",
}, },
]} ]}