From 396f411f8db73fc2ad7d2bf0e92e5e9fe8476e83 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 12:39:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c5769d..c134dfc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/transparent-prism-with-jewel_23-2147960090.jpg", imageAlt: "luxury product display carousel elegant" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/transparent-prism-with-jewel_23-2147960090.jpg?_wi=1", imageAlt: "luxury product display carousel elegant" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg", imageAlt: "aesthetic product collection display modern" }, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/mall-employee-assisting-customer-choose-from-new-collection-clothes_482257-112821.jpg", imageAlt: "luxury retail environment product display" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/woman-searching-fornew-clothes_23-2147688706.jpg", imageAlt: "minimalist product display luxury aesthetic" }, @@ -144,7 +144,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/transparent-prism-with-jewel_23-2147960090.jpg" + imageSrc="http://img.b2bpic.net/free-photo/transparent-prism-with-jewel_23-2147960090.jpg?_wi=2" imageAlt="Premium collection preview" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1