Update src/app/page.tsx

This commit is contained in:
2026-05-12 21:27:52 +00:00
parent 10f2d9c0ac
commit 3ebeb87e89

View File

@@ -73,17 +73,17 @@ export default function LandingPage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/batmobile-car-with-neon-lights_23-2151649921.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/batmobile-car-with-neon-lights_23-2151649921.jpg?_wi=1",
imageAlt: "Custom tuning garage",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-robotic-hummingbird_23-2151443797.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-robotic-hummingbird_23-2151443797.jpg?_wi=1",
imageAlt: "Engine detail",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-fantasy-scenario_23-2151437470.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-fantasy-scenario_23-2151437470.jpg?_wi=1",
imageAlt: "Performance track car",
},
{
@@ -147,7 +147,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/batmobile-car-with-neon-lights_23-2151649921.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/batmobile-car-with-neon-lights_23-2151649921.jpg?_wi=2",
imageAlt: "dyno tuning results chart",
},
{
@@ -172,7 +172,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-robotic-hummingbird_23-2151443797.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-robotic-hummingbird_23-2151443797.jpg?_wi=2",
imageAlt: "dyno tuning results chart",
},
{
@@ -197,7 +197,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-fantasy-scenario_23-2151437470.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-fantasy-scenario_23-2151437470.jpg?_wi=2",
imageAlt: "dyno tuning results chart",
},
]}