Merge version_1 into main #1

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

View File

@@ -72,17 +72,17 @@ export default function LandingPage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-lights-comosition_23-2147798854.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-lights-comosition_23-2147798854.jpg?_wi=1",
imageAlt: "Party night crowd",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/friends-throwing-up-champagne-confetti_23-2147651888.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-throwing-up-champagne-confetti_23-2147651888.jpg?_wi=1",
imageAlt: "DJ set performance",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-clubbing-with-people-bar_482257-84185.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-clubbing-with-people-bar_482257-84185.jpg?_wi=1",
imageAlt: "Live music stage",
},
{
@@ -119,7 +119,7 @@ export default function LandingPage() {
},
items: [],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/abstract-lights-comosition_23-2147798854.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-lights-comosition_23-2147798854.jpg?_wi=2",
imageAlt: "nightlife music event",
},
{
@@ -131,7 +131,7 @@ export default function LandingPage() {
},
items: [],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/friends-throwing-up-champagne-confetti_23-2147651888.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-throwing-up-champagne-confetti_23-2147651888.jpg?_wi=2",
imageAlt: "nightlife music event",
},
{
@@ -143,7 +143,7 @@ export default function LandingPage() {
},
items: [],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-clubbing-with-people-bar_482257-84185.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-clubbing-with-people-bar_482257-84185.jpg?_wi=2",
imageAlt: "nightlife music event",
},
]}