From be32bceafb5f1cd60e5c82f77beeb2e1a2183152 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 23:27:14 +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 437af63..55631e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,11 +63,11 @@ export default function LandingPage() { tag="Luxury Fragrance" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/d-rendering-mock-up-podium-product-presentation-abstract-minimal-concept-showcase-geometric_1258-111046.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/d-rendering-mock-up-podium-product-presentation-abstract-minimal-concept-showcase-geometric_1258-111046.jpg?_wi=1", imageAlt: "luxury perfume bottle minimal", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beauty-product-spreading-out_23-2151427894.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beauty-product-spreading-out_23-2151427894.jpg?_wi=1", imageAlt: "fragrance mist spray gold", }, { @@ -120,7 +120,7 @@ export default function LandingPage() { imageAlt: "artisan essential oil production", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/d-rendering-mock-up-podium-product-presentation-abstract-minimal-concept-showcase-geometric_1258-111046.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/d-rendering-mock-up-podium-product-presentation-abstract-minimal-concept-showcase-geometric_1258-111046.jpg?_wi=2", imageAlt: "glass perfume bottle reflection", }, { @@ -137,7 +137,7 @@ export default function LandingPage() { imageAlt: "botanical ingredients perfume", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/beauty-product-spreading-out_23-2151427894.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beauty-product-spreading-out_23-2151427894.jpg?_wi=2", imageAlt: "glass perfume bottle reflection", }, { @@ -154,7 +154,7 @@ export default function LandingPage() { imageAlt: "fragrance mist spray gold", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/empty-perfume-bottles-arrangement_23-2149234382.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-perfume-bottles-arrangement_23-2149234382.jpg?_wi=1", imageAlt: "glass perfume bottle reflection", }, ]} @@ -175,7 +175,7 @@ export default function LandingPage() { name: "Midnight Rose", price: "$120", variant: "50ml", - imageSrc: "http://img.b2bpic.net/free-photo/empty-perfume-bottles-arrangement_23-2149234382.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-perfume-bottles-arrangement_23-2149234382.jpg?_wi=2", imageAlt: "luxury floral perfume gold", }, { -- 2.49.1