diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b00b1e..14e3a9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,44 +79,44 @@ export default function LandingPage() { carouselItems={[ { id: "hero-carousel-1", - videoSrc: "http://img.b2bpic.net/free-photo/top-view-dirty-plate-with-food-leftovers_23-2148666819.jpg", + videoSrc: "http://img.b2bpic.net/free-photo/top-view-dirty-plate-with-food-leftovers_23-2148666819.jpg?_wi=1", videoAriaLabel: "Crispy fries breaking apart", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dirty-plate-with-food-leftovers_23-2148666819.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-dirty-plate-with-food-leftovers_23-2148666819.jpg?_wi=2", imageAlt: "slow motion crispy fries breaking", }, { id: "hero-carousel-2", - videoSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-hamburgers-with-copy-space_23-2148614105.jpg", + videoSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-hamburgers-with-copy-space_23-2148614105.jpg?_wi=1", videoAriaLabel: "Fresh sandwiches being assembled", imageSrc: "http://img.b2bpic.net/free-vector/national-peanut-butter-day-banner-design_1308-124720.jpg", imageAlt: "slow motion crispy fries breaking", }, { id: "hero-carousel-3", - videoSrc: "http://img.b2bpic.net/free-photo/cook-whisking-eggs-bowl_23-2148485363.jpg", + videoSrc: "http://img.b2bpic.net/free-photo/cook-whisking-eggs-bowl_23-2148485363.jpg?_wi=1", videoAriaLabel: "Melted cheese pulls", - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-hamburgers-with-copy-space_23-2148614105.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-hamburgers-with-copy-space_23-2148614105.jpg?_wi=2", imageAlt: "slow motion crispy fries breaking", }, { id: "hero-carousel-4", - videoSrc: "http://img.b2bpic.net/free-photo/pouring-thick-caramel-sauce-into-dark-bowl_84443-83654.jpg", + videoSrc: "http://img.b2bpic.net/free-photo/pouring-thick-caramel-sauce-into-dark-bowl_84443-83654.jpg?_wi=1", videoAriaLabel: "House sauces being poured", - imageSrc: "http://img.b2bpic.net/free-photo/cook-whisking-eggs-bowl_23-2148485363.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cook-whisking-eggs-bowl_23-2148485363.jpg?_wi=2", imageAlt: "slow motion crispy fries breaking", }, { id: "hero-carousel-5", - videoSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-hanging-out_23-2149061597.jpg", + videoSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-hanging-out_23-2149061597.jpg?_wi=1", videoAriaLabel: "Customers enjoying meals", - imageSrc: "http://img.b2bpic.net/free-photo/pouring-thick-caramel-sauce-into-dark-bowl_84443-83654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pouring-thick-caramel-sauce-into-dark-bowl_84443-83654.jpg?_wi=2", imageAlt: "slow motion crispy fries breaking", }, { id: "hero-carousel-6", videoSrc: "http://img.b2bpic.net/free-photo/vegetables-near-cabbage_23-2147778375.jpg", videoAriaLabel: "Stack of fresh ingredients", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-hanging-out_23-2149061597.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-hanging-out_23-2149061597.jpg?_wi=2", imageAlt: "slow motion crispy fries breaking", }, ]}