From d4b21998160acc256d59f7ea0319d3b93d7499c3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 08:28:56 +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 f372656..60681cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,8 +53,8 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-metallic-trays_23-2150315230.jpg", imageAlt: "Premium thrifted accessories" }, { imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478951.jpg", imageAlt: "Curated sustainable fashion" }, { imageSrc: "http://img.b2bpic.net/free-photo/lady-evening-dress-elegant-woman-long-gown_1157-47535.jpg", imageAlt: "Exclusive vintage collection" }, - { imageSrc: "http://img.b2bpic.net/free-photo/pink-boutonnieres-lie-grey-couch_1304-3747.jpg", imageAlt: "Luxury designer pieces" }, - { imageSrc: "http://img.b2bpic.net/free-photo/pink-boutonnieres-lie-grey-couch_1304-3747.jpg", imageAlt: "Premium curated styling" } + { imageSrc: "http://img.b2bpic.net/free-photo/pink-boutonnieres-lie-grey-couch_1304-3747.jpg?_wi=1", imageAlt: "Luxury designer pieces" }, + { imageSrc: "http://img.b2bpic.net/free-photo/pink-boutonnieres-lie-grey-couch_1304-3747.jpg?_wi=2", imageAlt: "Premium curated styling" } ]} autoplayDelay={4000} showDimOverlay={true} -- 2.49.1