Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-09 19:07:59 +00:00

View File

@@ -83,12 +83,12 @@ export default function LandingPage() {
carouselItems={[
{
id: "hero-carousel-1",
imageSrc: "http://img.b2bpic.net/free-photo/remote-worker-optimizing-kpis-with-colleagues-videocall_482257-91847.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/remote-worker-optimizing-kpis-with-colleagues-videocall_482257-91847.jpg?_wi=1",
imageAlt: "Modern kitchen renovation with new appliances",
},
{
id: "hero-carousel-2",
imageSrc: "http://img.b2bpic.net/free-photo/dining-room-with-plants-table-chairs_23-2152008245.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dining-room-with-plants-table-chairs_23-2152008245.jpg?_wi=1",
imageAlt: "Beautifully landscaped garden and patio area",
},
{
@@ -184,7 +184,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/remote-worker-optimizing-kpis-with-colleagues-videocall_482257-91847.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/remote-worker-optimizing-kpis-with-colleagues-videocall_482257-91847.jpg?_wi=2",
imageAlt: "modern kitchen appliance installation",
},
{
@@ -209,7 +209,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/dining-room-with-plants-table-chairs_23-2152008245.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dining-room-with-plants-table-chairs_23-2152008245.jpg?_wi=2",
imageAlt: "modern kitchen appliance installation",
},
]}