From aaa78a5019c987480f29307ac69087ae21175ee0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 21:25:13 +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 98f558f..4de5365 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,11 +69,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/cute-blond-woman-cozy-wear-home_624325-3014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-blond-woman-cozy-wear-home_624325-3014.jpg?_wi=1", imageAlt: "Luxury salon interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/nail-hygiene-care-happy-client_23-2148766586.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nail-hygiene-care-happy-client_23-2148766586.jpg?_wi=1", imageAlt: "Beauty treatment", }, { @@ -115,7 +115,7 @@ export default function LandingPage() { description: "Russian manicure and custom art.", bentoComponent: "reveal-icon", icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/cute-blond-woman-cozy-wear-home_624325-3014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-blond-woman-cozy-wear-home_624325-3014.jpg?_wi=2", imageAlt: "professional hair coloring service", }, { @@ -123,7 +123,7 @@ export default function LandingPage() { description: "Extensions and precision tints.", bentoComponent: "reveal-icon", icon: Eye, - imageSrc: "http://img.b2bpic.net/free-photo/nail-hygiene-care-happy-client_23-2148766586.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nail-hygiene-care-happy-client_23-2148766586.jpg?_wi=2", imageAlt: "professional hair coloring service", }, ]} -- 2.49.1