From 0af44ab975cead2a16460a4a742d4f5fad0ef556 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 02:10:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f126bca..3b0cb9d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,17 +55,17 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-trendy-hairstyle_23-2149406009.jpg", imageAlt: "Radiant Skin Model"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-trendy-hairstyle_23-2149406009.jpg?_wi=1", imageAlt: "Radiant Skin Model"}, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-stacked-aesthetic-objects_23-2150185344.jpg", imageAlt: "Luxury Cream Jar"}, + imageSrc: "http://img.b2bpic.net/free-photo/still-life-stacked-aesthetic-objects_23-2150185344.jpg?_wi=1", imageAlt: "Luxury Cream Jar"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-holding-cup-tea-various-spices-herbs-black-wood-with-copy-space_141793-7440.jpg", imageAlt: "Herbal Detox Tea"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-holding-cup-tea-various-spices-herbs-black-wood-with-copy-space_141793-7440.jpg?_wi=1", imageAlt: "Herbal Detox Tea"}, { - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-white-cosmetic-tube-with-silver-cap_9975-134375.jpg", imageAlt: "Spot Fade Soap"}, + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-white-cosmetic-tube-with-silver-cap_9975-134375.jpg?_wi=1", imageAlt: "Spot Fade Soap"}, { - imageSrc: "http://img.b2bpic.net/free-photo/skincare-essentials-towel-mirrored-tray_23-2152029120.jpg", imageAlt: "Tone Balance Cream"}, + imageSrc: "http://img.b2bpic.net/free-photo/skincare-essentials-towel-mirrored-tray_23-2152029120.jpg?_wi=1", imageAlt: "Tone Balance Cream"}, { - imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-90664.jpg", imageAlt: "Glow Cream Texture"}, + imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-90664.jpg?_wi=1", imageAlt: "Glow Cream Texture"}, ]} /> @@ -100,27 +100,27 @@ export default function LandingPage() { title: "Melanin-Rich Beauty", description: "Expertly designed formulas for all melanin shades.", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-trendy-hairstyle_23-2149406009.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-trendy-hairstyle_23-2149406009.jpg?_wi=2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-stacked-aesthetic-objects_23-2150185344.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/still-life-stacked-aesthetic-objects_23-2150185344.jpg?_wi=2"}, ], }, { title: "Safe Ingredients", description: "Cruelty-free, safe, and science-backed ingredients.", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-holding-cup-tea-various-spices-herbs-black-wood-with-copy-space_141793-7440.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-holding-cup-tea-various-spices-herbs-black-wood-with-copy-space_141793-7440.jpg?_wi=2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-white-cosmetic-tube-with-silver-cap_9975-134375.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-white-cosmetic-tube-with-silver-cap_9975-134375.jpg?_wi=2"}, ], }, { title: "Visible Results", description: "Formulated to deliver real, noticeable skin transformation.", icon: Award, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/skincare-essentials-towel-mirrored-tray_23-2152029120.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/skincare-essentials-towel-mirrored-tray_23-2152029120.jpg?_wi=2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-90664.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-90664.jpg?_wi=2"}, ], }, ]} @@ -138,7 +138,7 @@ export default function LandingPage() { products={[ { id: "p1", brand: "MultiMel", name: "Radiant Glow Cream", price: "$25", rating: 5, - reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/body-care-products-composition_23-2147803538.jpg"}, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/body-care-products-composition_23-2147803538.jpg?_wi=1"}, { id: "p2", brand: "MultiMel", name: "Spot Fade Soap", price: "$15", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-body-care-items-colored-wall_169016-5810.jpg"}, @@ -153,7 +153,7 @@ export default function LandingPage() { reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/human-hand-holding-jar-moisturizing-cream_23-2147926880.jpg"}, { id: "p6", brand: "MultiMel", name: "Renewal Mist", price: "$18", rating: 4, - reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/body-care-products-composition_23-2147803538.jpg"}, + reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/body-care-products-composition_23-2147803538.jpg?_wi=2"}, ]} title="Our Products" description="Discover our collection of curated skincare and wellness essentials." -- 2.49.1