From 32a1a83414fa672848dda619456bd12ddde86e09 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 10:21:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index af42c51..8500c5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,11 +67,11 @@ export default function LandingPage() { tag="Luxury Organic Skincare" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/ingredients-cosmetics_23-2148574936.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ingredients-cosmetics_23-2148574936.jpg?_wi=1", imageAlt: "Luxurious skincare products", }, { - imageSrc: "http://img.b2bpic.net/free-photo/green-abstract-background-dropper-bottle-with-yellow-solution-wallpaper_53876-137329.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-abstract-background-dropper-bottle-with-yellow-solution-wallpaper_53876-137329.jpg?_wi=1", imageAlt: "Natural serum application", }, { @@ -121,7 +121,7 @@ export default function LandingPage() { description: "Never tested on animals, because beauty should be kind to all.", bentoComponent: "reveal-icon", icon: Heart, - imageSrc: "http://img.b2bpic.net/free-photo/ingredients-cosmetics_23-2148574936.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ingredients-cosmetics_23-2148574936.jpg?_wi=2", imageAlt: "Ecological cleaning products concept", }, { @@ -129,7 +129,7 @@ export default function LandingPage() { description: "Safe, gentle, and effective for all skin types and sensitivities.", bentoComponent: "reveal-icon", icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/green-abstract-background-dropper-bottle-with-yellow-solution-wallpaper_53876-137329.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-abstract-background-dropper-bottle-with-yellow-solution-wallpaper_53876-137329.jpg?_wi=2", imageAlt: "Ecological cleaning products concept", }, ]} -- 2.49.1