Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user