diff --git a/src/app/page.tsx b/src/app/page.tsx index d26f190..896126a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,53 +68,53 @@ export default function LandingPage() { description="Luxury Wedding Photography, Cinematic Films, LED Walls, Drone Shoots & Live Streaming." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/blurred-picture-lights-hanging-arch_8353-8960.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-picture-lights-hanging-arch_8353-8960.jpg?_wi=1", imageAlt: "Wedding Photography", }, { - imageSrc: "http://img.b2bpic.net/free-photo/sewing-machine-with-fabric-flowers_1304-4037.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sewing-machine-with-fabric-flowers_1304-4037.jpg?_wi=1", imageAlt: "Cinematic Films", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hugging-wedding-couple-stands-path-fruit-trees-park_8353-7706.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hugging-wedding-couple-stands-path-fruit-trees-park_8353-7706.jpg?_wi=1", imageAlt: "Candid Shots", }, { - imageSrc: "http://img.b2bpic.net/free-photo/airline-check-attendant-handing-passport-passenger_107420-85124.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/airline-check-attendant-handing-passport-passenger_107420-85124.jpg?_wi=1", imageAlt: "Event Coverage", }, { - imageSrc: "http://img.b2bpic.net/free-photo/father-mother-daughter-together-picnic-garden_1153-9175.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/father-mother-daughter-together-picnic-garden_1153-9175.jpg?_wi=1", imageAlt: "Drone Shoot", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-dj-headphones-mixing-music-stage-electronic-music-concert-nightclub-african-american-musician-earphones-performing-discotheque-party-club_482257-65402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-dj-headphones-mixing-music-stage-electronic-music-concert-nightclub-african-american-musician-earphones-performing-discotheque-party-club_482257-65402.jpg?_wi=1", imageAlt: "LED Wall", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-dj-headphones-mixing-music-stage-electronic-music-concert-nightclub-african-american-musician-earphones-performing-discotheque-party-club_482257-65402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-dj-headphones-mixing-music-stage-electronic-music-concert-nightclub-african-american-musician-earphones-performing-discotheque-party-club_482257-65402.jpg?_wi=2", imageAlt: "LED Wall", }, { - imageSrc: "http://img.b2bpic.net/free-photo/father-mother-daughter-together-picnic-garden_1153-9175.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/father-mother-daughter-together-picnic-garden_1153-9175.jpg?_wi=2", imageAlt: "Drone Shoot", }, { - imageSrc: "http://img.b2bpic.net/free-photo/airline-check-attendant-handing-passport-passenger_107420-85124.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/airline-check-attendant-handing-passport-passenger_107420-85124.jpg?_wi=2", imageAlt: "Event Coverage", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hugging-wedding-couple-stands-path-fruit-trees-park_8353-7706.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hugging-wedding-couple-stands-path-fruit-trees-park_8353-7706.jpg?_wi=2", imageAlt: "Candid Shots", }, { - imageSrc: "http://img.b2bpic.net/free-photo/sewing-machine-with-fabric-flowers_1304-4037.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sewing-machine-with-fabric-flowers_1304-4037.jpg?_wi=2", imageAlt: "Cinematic Films", }, { - imageSrc: "http://img.b2bpic.net/free-photo/blurred-picture-lights-hanging-arch_8353-8960.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-picture-lights-hanging-arch_8353-8960.jpg?_wi=2", imageAlt: "Wedding Photography", }, ]}