From 2aa5b682da0dbe7e6ba4e25c98b1f68498449ae2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:32:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c07f8a6..7ab478d 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?_wi=1", imageAlt: "Elegant mystical clothing piece 4" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-with-evening-make-up-dark-background_613910-318.jpg", 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?_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 2" }, { - 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/photo-concrete-texture-pattern_58702-13340.jpg", 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?_wi=2", 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", 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" @@ -123,6 +123,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/girl-posing-with-neon-light-medium-shot_23-2149596325.jpg" imageAlt="LAD Brand Story" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> -- 2.49.1