From 47210a20e651108f20a1b8c4df1d41eeb44872d9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:33:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8de79aa..525d27e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,10 +137,10 @@ export default function LandingPage() { title: "Perfumes", description: "Long-lasting fragrances for every occasion and personality", icon: Flower2, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Premium Perfume Collection" + imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=1", imageAlt: "Premium Perfume Collection" }, { - imageSrc: "http://img.b2bpic.net/free-photo/liquid-ornate-bottles_140725-1903.jpg", imageAlt: "Attar Collection" + imageSrc: "http://img.b2bpic.net/free-photo/liquid-ornate-bottles_140725-1903.jpg?_wi=1", imageAlt: "Attar Collection" } ] }, @@ -148,10 +148,10 @@ export default function LandingPage() { title: "Attars", description: "Traditional oil-based fragrances with authentic oriental essence", icon: Droplet, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/liquid-ornate-bottles_140725-1903.jpg", imageAlt: "Premium Attar Collection" + imageSrc: "http://img.b2bpic.net/free-photo/liquid-ornate-bottles_140725-1903.jpg?_wi=2", imageAlt: "Premium Attar Collection" }, { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Fragrance Selection" + imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=2", imageAlt: "Fragrance Selection" } ] }, @@ -173,7 +173,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-lipsticks-arrangement_23-2149030343.jpg", imageAlt: "Beauty Cosmetics Collection" }, { - imageSrc: "http://img.b2bpic.net/free-photo/flay-lay-assortment-with-spa-products_23-2148268502.jpg", imageAlt: "Premium Skincare Products" + imageSrc: "http://img.b2bpic.net/free-photo/flay-lay-assortment-with-spa-products_23-2148268502.jpg?_wi=1", imageAlt: "Premium Skincare Products" } ] }, @@ -184,7 +184,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/handmade-soap-almond-marble-background_1150-45187.jpg", imageAlt: "Bath and Body Products" }, { - imageSrc: "http://img.b2bpic.net/free-photo/flay-lay-assortment-with-spa-products_23-2148268502.jpg", imageAlt: "Body Care Collection" + imageSrc: "http://img.b2bpic.net/free-photo/flay-lay-assortment-with-spa-products_23-2148268502.jpg?_wi=2", imageAlt: "Body Care Collection" } ] }, @@ -192,10 +192,10 @@ export default function LandingPage() { title: "Fragrance Notes", description: "Choose by scent profile: Rose, Citrus, Floral, Aquatic, Musk & more", icon: HeartHandshake, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Fragrance Notes Selection" + imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=3", imageAlt: "Fragrance Notes Selection" }, { - imageSrc: "http://img.b2bpic.net/free-photo/liquid-ornate-bottles_140725-1903.jpg", imageAlt: "Scent Profile Options" + imageSrc: "http://img.b2bpic.net/free-photo/liquid-ornate-bottles_140725-1903.jpg?_wi=3", imageAlt: "Scent Profile Options" } ] } -- 2.49.1