From f4e2104fe78a216bf4751a993cc9c4fd2a2095d6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 15:34:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2fdfa98..760ba94 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,15 +93,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/white-candles-shine-shelves_1304-5595.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-candles-shine-shelves_1304-5595.jpg?_wi=1", imageAlt: "Luxurious beauty salon interior with soft lighting", }, { - imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-woman_23-2147817023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-woman_23-2147817023.jpg?_wi=1", imageAlt: "Client receiving a relaxing massage at a spa", }, { - imageSrc: "http://img.b2bpic.net/free-photo/large-room-with-large-window-couch-with-pillows-it_188544-27425.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/large-room-with-large-window-couch-with-pillows-it_188544-27425.jpg?_wi=1", imageAlt: "Aesthetician performing a precise skincare treatment", }, { @@ -156,7 +156,7 @@ export default function LandingPage() { description: "Indulge in our luxurious facials, advanced skin treatments, and rejuvenation therapies for a healthy, glowing complexion.", bentoComponent: "reveal-icon", icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/white-candles-shine-shelves_1304-5595.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-candles-shine-shelves_1304-5595.jpg?_wi=2", imageAlt: "hair care icon", }, { @@ -164,7 +164,7 @@ export default function LandingPage() { description: "Express your style with our exquisite manicures, pedicures, and nail art services, using premium polishes and techniques.", bentoComponent: "reveal-icon", icon: Palette, - imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-woman_23-2147817023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-woman_23-2147817023.jpg?_wi=2", imageAlt: "hair care icon", }, { @@ -172,7 +172,7 @@ export default function LandingPage() { description: "From professional makeup to waxing and lash services, we offer comprehensive solutions to perfect your look for any occasion.", bentoComponent: "reveal-icon", icon: Eye, - imageSrc: "http://img.b2bpic.net/free-photo/large-room-with-large-window-couch-with-pillows-it_188544-27425.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/large-room-with-large-window-couch-with-pillows-it_188544-27425.jpg?_wi=2", imageAlt: "hair care icon", }, ]}