From 1017d889db227a0b2a3d40a20fa714ebeaafb599 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:33:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ab478d..eb9ebe9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-violet-dress-cap-posed-outdoor-against-brick-tonel_627829-2093.jpg", imageAlt: "Elegant mystical clothing piece 3" }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-with-evening-make-up-dark-background_613910-318.jpg", imageAlt: "Elegant mystical clothing piece 4" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-with-evening-make-up-dark-background_613910-318.jpg?_wi=1", imageAlt: "Elegant mystical clothing piece 4" } ]} rightCarouselItems={[ @@ -67,10 +67,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-silk-concept_23-2148623350.jpg", imageAlt: "Purple iridescent clothing detail 1" }, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13340.jpg", imageAlt: "Purple iridescent clothing detail 2" + imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13340.jpg?_wi=1", imageAlt: "Purple iridescent clothing detail 2" }, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13340.jpg", imageAlt: "Purple iridescent clothing detail 3" + imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13340.jpg?_wi=2", imageAlt: "Purple iridescent clothing detail 3" }, { imageSrc: "http://img.b2bpic.net/free-photo/golden-wedding-rings-lie-bouquet-violet-lavander_8353-7709.jpg", imageAlt: "Purple iridescent clothing detail 4" @@ -101,7 +101,7 @@ export default function LandingPage() { id: "1", name: "Mystique Evening Gown", price: "$389", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-evening-dress-sitting-chair_285396-7788.jpg", imageAlt: "Mystique Evening Gown" }, { - id: "2", name: "Ethereal Silk Dress", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-with-evening-make-up-dark-background_613910-318.jpg", imageAlt: "Ethereal Silk Dress" + id: "2", name: "Ethereal Silk Dress", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-with-evening-make-up-dark-background_613910-318.jpg?_wi=2", imageAlt: "Ethereal Silk Dress" }, { id: "3", name: "Twilight Jacket", price: "$279", imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-female-grey-coat_613910-7076.jpg", imageAlt: "Twilight Jacket" -- 2.49.1