From 7b105a66b2e051b2853714539f04904931760485 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 03:21:49 +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 46da79b..d67dc48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { buttons={[{ text: "Shop Starter Kits", href: "#products" }, { text: "Shop Grooming", href: "#products" }]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313037.jpg", imageAlt: "Matte black grooming products" }, - { imageSrc: "http://img.b2bpic.net/free-photo/attractive-businessman-looking-himself-mirror_1139-256.jpg", imageAlt: "Clean bathroom setup" } + { imageSrc: "http://img.b2bpic.net/free-photo/attractive-businessman-looking-himself-mirror_1139-256.jpg?_wi=1", imageAlt: "Clean bathroom setup" } ]} mediaAnimation="slide-up" rating={5} @@ -112,7 +112,7 @@ export default function LandingPage() { description="Daily steps to upgrade your hygiene, grooming, and confidence." background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/attractive-businessman-looking-himself-mirror_1139-256.jpg" + imageSrc="http://img.b2bpic.net/free-photo/attractive-businessman-looking-himself-mirror_1139-256.jpg?_wi=2" imageAlt="Men care lifestyle" mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1