diff --git a/src/app/page.tsx b/src/app/page.tsx index 09d760a..bc81c9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,39 +77,39 @@ export default function LandingPage() { ]} slides={[ { - videoSrc: "http://img.b2bpic.net/free-photo/abstract-neon-background_23-2150737858.jpg", + videoSrc: "http://img.b2bpic.net/free-photo/abstract-neon-background_23-2150737858.jpg?_wi=1", videoAriaLabel: "Immersive infinity portal visual experience", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-neon-background_23-2150737858.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-neon-background_23-2150737858.jpg?_wi=2", imageAlt: "luxury cafe projection mapping portal video", }, { - videoSrc: "http://img.b2bpic.net/free-photo/classic-old-fashioned-library-space-with-elegant-wooden-interiors_482257-125296.jpg", + videoSrc: "http://img.b2bpic.net/free-photo/classic-old-fashioned-library-space-with-elegant-wooden-interiors_482257-125296.jpg?_wi=1", videoAriaLabel: "Dynamic coffee galaxy visual experience", - imageSrc: "http://img.b2bpic.net/free-photo/classic-old-fashioned-library-space-with-elegant-wooden-interiors_482257-125296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/classic-old-fashioned-library-space-with-elegant-wooden-interiors_482257-125296.jpg?_wi=2", imageAlt: "luxury cafe projection mapping portal video", }, { - videoSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139358.jpg", + videoSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139358.jpg?_wi=1", videoAriaLabel: "Surreal reality crack visual experience", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139358.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139358.jpg?_wi=2", imageAlt: "luxury cafe projection mapping portal video", }, { - videoSrc: "http://img.b2bpic.net/free-photo/cosmic-background-with-colorful-geometric-laser-lights-perfect-digital-wallpaper_181624-21177.jpg", + videoSrc: "http://img.b2bpic.net/free-photo/cosmic-background-with-colorful-geometric-laser-lights-perfect-digital-wallpaper_181624-21177.jpg?_wi=1", videoAriaLabel: "Captivating dimensional tunnel visual experience", - imageSrc: "http://img.b2bpic.net/free-photo/cosmic-background-with-colorful-geometric-laser-lights-perfect-digital-wallpaper_181624-21177.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cosmic-background-with-colorful-geometric-laser-lights-perfect-digital-wallpaper_181624-21177.jpg?_wi=2", imageAlt: "luxury cafe projection mapping portal video", }, { - videoSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699542.jpg", + videoSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699542.jpg?_wi=1", videoAriaLabel: "Elegant digital bloom visual experience", - imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699542.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699542.jpg?_wi=2", imageAlt: "luxury cafe projection mapping portal video", }, { - videoSrc: "http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488850.jpg", + videoSrc: "http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488850.jpg?_wi=1", videoAriaLabel: "Mysterious glitched horizon visual experience", - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488850.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488850.jpg?_wi=2", imageAlt: "luxury cafe projection mapping portal video", }, ]} @@ -161,7 +161,7 @@ export default function LandingPage() { imageAlt: "Cafe interior with infinity portal projection", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/abstract-neon-background_23-2150737858.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-neon-background_23-2150737858.jpg?_wi=3", imageAlt: "luxury cafe immersive portal projection", }, { @@ -178,7 +178,7 @@ export default function LandingPage() { imageAlt: "Hands interacting with a holographic studio interface", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/classic-old-fashioned-library-space-with-elegant-wooden-interiors_482257-125296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/classic-old-fashioned-library-space-with-elegant-wooden-interiors_482257-125296.jpg?_wi=3", imageAlt: "luxury cafe immersive portal projection", }, { @@ -195,7 +195,7 @@ export default function LandingPage() { imageAlt: "Patron interacting with projection mapped cafe table", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139358.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139358.jpg?_wi=3", imageAlt: "luxury cafe immersive portal projection", }, ]} @@ -396,7 +396,7 @@ export default function LandingPage() {