diff --git a/src/app/page.tsx b/src/app/page.tsx index 85cdc30..b4049fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,9 +49,9 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} buttons={[{ text: "Join Our Live Show", href: "#live-shows" }]} mediaItems={[ - { imageSrc: "https://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961325.jpg", imageAlt: "Beauty products with a soft pink glow" }, - { imageSrc: "https://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961325.jpg", imageAlt: "Beauty products with a soft pink glow" }, - { imageSrc: "https://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961325.jpg", imageAlt: "Beauty products with a soft pink glow" }, + { imageSrc: "https://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961325.jpg?_wi=1", imageAlt: "Beauty products with a soft pink glow" }, + { imageSrc: "https://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961325.jpg?_wi=2", imageAlt: "Beauty products with a soft pink glow" }, + { imageSrc: "https://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961325.jpg?_wi=3", imageAlt: "Beauty products with a soft pink glow" }, ]} mediaAnimation="opacity" tagAnimation="opacity"