Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-23 00:25:30 +00:00

View File

@@ -73,17 +73,17 @@ export default function LandingPage() {
carouselItems={[
{
id: "h1",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-car-night_1303-17030.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-car-night_1303-17030.jpg?_wi=1",
imageAlt: "Luxury Sports Car",
},
{
id: "h2",
imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736801.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736801.jpg?_wi=1",
imageAlt: "Premium Interior",
},
{
id: "h3",
imageSrc: "http://img.b2bpic.net/free-photo/superhero-car-vintage-style_23-2151636242.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/superhero-car-vintage-style_23-2151636242.jpg?_wi=1",
imageAlt: "Supercar Garage",
},
{
@@ -139,7 +139,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-car-night_1303-17030.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-car-night_1303-17030.jpg?_wi=2",
imageAlt: "car maintenance luxury service",
},
{
@@ -160,7 +160,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736801.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736801.jpg?_wi=2",
imageAlt: "car maintenance luxury service",
},
{
@@ -181,7 +181,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/superhero-car-vintage-style_23-2151636242.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/superhero-car-vintage-style_23-2151636242.jpg?_wi=2",
imageAlt: "car maintenance luxury service",
},
]}