From e69bef4edf9b2aca39950f0c2b4c885651fbca05 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 14:41:41 +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 9b5b53a..c37728d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,11 +71,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-black-mascara-her-hand_1153-3742.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-black-mascara-her-hand_1153-3742.jpg?_wi=1", imageAlt: "elegant manicure professional close up", }, { - imageSrc: "http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg?_wi=1", imageAlt: "luxury nail salon interior detail", }, { @@ -129,7 +129,7 @@ export default function LandingPage() { "Creative", "Unique Design", ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-black-mascara-her-hand_1153-3742.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-black-mascara-her-hand_1153-3742.jpg?_wi=2", imageAlt: "nail technician at work portrait", }, { @@ -139,7 +139,7 @@ export default function LandingPage() { "Professional", "Essential", ], - imageSrc: "http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg?_wi=2", imageAlt: "nail technician at work portrait", }, ]}