From 6674639ae49c1f3506c17eec72524eb165366c52 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 13:16:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c40053..f06d29b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,11 +48,11 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-psd/elegant-gold-glass-perfume-bottle-luxury-fragrance_84443-65697.jpg", imageAlt: "WNIKELS luxury perfume bottle hero"}, + imageSrc: "http://img.b2bpic.net/free-psd/elegant-gold-glass-perfume-bottle-luxury-fragrance_84443-65697.jpg?_wi=1", imageAlt: "WNIKELS luxury perfume bottle hero"}, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-role-playing-game-dices_23-2149352305.jpg", imageAlt: "WNIKELS perfume collection"}, + imageSrc: "http://img.b2bpic.net/free-photo/still-life-role-playing-game-dices_23-2149352305.jpg?_wi=1", imageAlt: "WNIKELS perfume collection"}, { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "WNIKELS signature fragrance"}, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=1", imageAlt: "WNIKELS signature fragrance"}, ]} autoplayDelay={5000} showDimOverlay={true} @@ -66,7 +66,7 @@ export default function LandingPage() { description="Founded in the heart of luxury, WNIKELS represents the pinnacle of fragrance artistry." subdescription="Est. 2015 | Premium Fragrance House" icon={Sparkles} - imageSrc="http://img.b2bpic.net/free-psd/elegant-gold-glass-perfume-bottle-luxury-fragrance_84443-65697.jpg" + imageSrc="http://img.b2bpic.net/free-psd/elegant-gold-glass-perfume-bottle-luxury-fragrance_84443-65697.jpg?_wi=2" imageAlt="WNIKELS luxury fragrance bottle" mediaAnimation="slide-up" useInvertedBackground={false} @@ -101,10 +101,10 @@ export default function LandingPage() {