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} />