From b3b9aa3833ca8431808ba40f9c4975e393550425 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 11:20:54 +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 84cda1f..cb4ff67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,11 +53,11 @@ export default function LandingPage() { ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/view-illustrator-tools-arrangement_23-2150268052.jpg", imageAlt: "Luxurious product display" }, - { imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1382.jpg", imageAlt: "Close up of premium material texture" }, + { imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1382.jpg?_wi=1", imageAlt: "Close up of premium material texture" }, { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-epiphany-day-camel-figurines-with-raisins_23-2148746782.jpg", imageAlt: "Minimalist product photography" }, { imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837353.jpg", imageAlt: "Luxury unboxing experience" }, { imageSrc: "http://img.b2bpic.net/free-photo/abstract-creative-3d-sphere_23-2150885661.jpg", imageAlt: "Contemporary interior design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1382.jpg", imageAlt: "Exquisite fabric detail" } + { imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1382.jpg?_wi=2", imageAlt: "Exquisite fabric detail" } ]} mediaAnimation="slide-up" useInvertedBackground={true} -- 2.49.1