From f1bdf07b8c1afefd585c9c07a58f286f1cd3f8dd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 11:21:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cb4ff67..a88974e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,14 +53,13 @@ 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?_wi=1", imageAlt: "Close up of premium material texture" }, + { 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/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?_wi=2", imageAlt: "Exquisite fabric detail" } + { imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1382.jpg", imageAlt: "Exquisite fabric detail" } ]} mediaAnimation="slide-up" - useInvertedBackground={true} />
-- 2.49.1