Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-01 07:07:01 +00:00

View File

@@ -68,12 +68,12 @@ export default function LandingPage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-closing-trunk_23-2148321895.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-closing-trunk_23-2148321895.jpg?_wi=1",
imageAlt: "SF90 Stradale",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001257.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001257.jpg?_wi=1",
imageAlt: "Roma Twilight",
},
{
@@ -144,7 +144,7 @@ export default function LandingPage() {
description: "Mastering the wind for maximum velocity.",
bentoComponent: "reveal-icon",
icon: Wind,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-closing-trunk_23-2148321895.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-closing-trunk_23-2148321895.jpg?_wi=2",
imageAlt: "Closeup shot of the headlights of a modern white car",
},
{
@@ -152,7 +152,7 @@ export default function LandingPage() {
description: "Electric power meets roaring combustion.",
bentoComponent: "reveal-icon",
icon: Zap,
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001257.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001257.jpg?_wi=2",
imageAlt: "Closeup shot of the headlights of a modern white car",
},
]}