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", }, ]}