Update src/app/page.tsx

This commit is contained in:
2026-06-10 03:39:20 +00:00
parent 2d6aff0e4a
commit 95a29cea86

View File

@@ -62,17 +62,17 @@ export default function LandingPage() {
]} ]}
mediaItems={[ mediaItems={[
{ {
videoSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-dancing-techno-party_23-2150639046.jpg", videoAriaLabel: "African rave party crowd dancing", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-dancing-techno-party_23-2150639046.jpg", imageAlt: "african rave party crowd dancing night"}, videoSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-dancing-techno-party_23-2150639046.jpg?_wi=1", videoAriaLabel: "African rave party crowd dancing", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-dancing-techno-party_23-2150639046.jpg?_wi=2", imageAlt: "african rave party crowd dancing night"},
{ {
videoSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-spanish-man-posing-red-wall-background-sunny-day_181624-54408.jpg", videoAriaLabel: "African DJ performing on stage", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m7mhs2", imageAlt: "african rave party crowd dancing night"}, videoSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-spanish-man-posing-red-wall-background-sunny-day_181624-54408.jpg?_wi=1", videoAriaLabel: "African DJ performing on stage", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m7mhs2", imageAlt: "african rave party crowd dancing night"},
{ {
videoSrc: "http://img.b2bpic.net/free-photo/young-cheerful-people-having-fun-together_329181-16456.jpg", videoAriaLabel: "Dynamic cultural event in Africa", imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-spanish-man-posing-red-wall-background-sunny-day_181624-54408.jpg", imageAlt: "african rave party crowd dancing night"}, videoSrc: "http://img.b2bpic.net/free-photo/young-cheerful-people-having-fun-together_329181-16456.jpg?_wi=1", videoAriaLabel: "Dynamic cultural event in Africa", imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-spanish-man-posing-red-wall-background-sunny-day_181624-54408.jpg?_wi=2", imageAlt: "african rave party crowd dancing night"},
{ {
videoSrc: "http://img.b2bpic.net/free-photo/african-american-artist-using-watercolor-paint-mixing-colors-palette_482257-124760.jpg", videoAriaLabel: "Behind the scenes of an African creative project", imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-people-having-fun-together_329181-16456.jpg", imageAlt: "african rave party crowd dancing night"}, videoSrc: "http://img.b2bpic.net/free-photo/african-american-artist-using-watercolor-paint-mixing-colors-palette_482257-124760.jpg?_wi=1", videoAriaLabel: "Behind the scenes of an African creative project", imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-people-having-fun-together_329181-16456.jpg?_wi=2", imageAlt: "african rave party crowd dancing night"},
{ {
videoSrc: "http://img.b2bpic.net/free-photo/medium-shot-nigerian-men-playing-music_23-2149029463.jpg", videoAriaLabel: "African drummer performing energetically", imageSrc: "http://img.b2bpic.net/free-photo/african-american-artist-using-watercolor-paint-mixing-colors-palette_482257-124760.jpg", imageAlt: "african rave party crowd dancing night"}, videoSrc: "http://img.b2bpic.net/free-photo/medium-shot-nigerian-men-playing-music_23-2149029463.jpg?_wi=1", videoAriaLabel: "African drummer performing energetically", imageSrc: "http://img.b2bpic.net/free-photo/african-american-artist-using-watercolor-paint-mixing-colors-palette_482257-124760.jpg?_wi=2", imageAlt: "african rave party crowd dancing night"},
{ {
videoSrc: "http://img.b2bpic.net/free-photo/beautiful-cubism-graffiti_23-2150555452.jpg", videoAriaLabel: "Vibrant African street art mural", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nigerian-men-playing-music_23-2149029463.jpg", imageAlt: "african rave party crowd dancing night"}, videoSrc: "http://img.b2bpic.net/free-photo/beautiful-cubism-graffiti_23-2150555452.jpg", videoAriaLabel: "Vibrant African street art mural", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nigerian-men-playing-music_23-2149029463.jpg?_wi=2", imageAlt: "african rave party crowd dancing night"},
]} ]}
/> />
</div> </div>