From 338c218994a6da48f34f224296e940fc15f4cf6c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 19:55:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.49.1