From f24b95690bcdccb3725e074dacd25288128fce04 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 16:00:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5360893..945937c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { slides={[ { imageSrc: "https://images.unsplash.com/photo-1598440947619-2c35fd959146?q=80&w=2000", imageAlt: "Premium Night Cream" }, { imageSrc: "https://images.unsplash.com/photo-1619451334792-150fd3d24c94?q=80&w=2000", imageAlt: "Radiance Day Cream" }, - { imageSrc: "https://images.unsplash.com/photo-1556228720-195a672e8a03?q=80&w=2000", imageAlt: "Botanical Ingredients" } + { imageSrc: "https://images.unsplash.com/photo-1556228720-195a672e8a03?q=80&w=2000&_wi=1", imageAlt: "Botanical Ingredients" } ]} /> @@ -58,7 +58,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Nature's Finest Ingredients" description="Discover our dermatologist-tested, organic collection designed for visible radiance" - imageSrc="https://images.unsplash.com/photo-1556228720-195a672e8a03?q=80&w=2000" + imageSrc="https://images.unsplash.com/photo-1556228720-195a672e8a03?q=80&w=2000&_wi=2" imageAlt="Fresh botanical ingredients for skincare" /> -- 2.49.1