Update src/app/page.tsx

This commit is contained in:
2026-06-11 09:07:49 +00:00
parent e6b2a8f8ef
commit 28bbac74db

View File

@@ -90,11 +90,11 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021165.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021165.jpg?_wi=1",
imageAlt: "Geely Emgrand GL driving through a city",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-wilderness_23-2151482970.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-wilderness_23-2151482970.jpg?_wi=1",
imageAlt: "White Geely SUV in a natural landscape",
},
{
@@ -254,7 +254,7 @@ export default function LandingPage() {
imageAlt: "Hybrid engine illustration",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021165.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021165.jpg?_wi=2",
imageAlt: "advanced cockpit display car",
},
{
@@ -271,7 +271,7 @@ export default function LandingPage() {
imageAlt: "Car airbag deployment",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-wilderness_23-2151482970.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-wilderness_23-2151482970.jpg?_wi=2",
imageAlt: "advanced cockpit display car",
},
]}