From 677dafbf89ce4af0ac630cd4aa7a810482145f1a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 14:34:15 +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 d1a9cd4..4828337 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,27 +78,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-covid-party-with-fancy-mask_23-2149299874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-covid-party-with-fancy-mask_23-2149299874.jpg?_wi=1", imageAlt: "Elegant beauty salon interior with soft lighting", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-covid-party-with-fancy-mask_23-2149299874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-covid-party-with-fancy-mask_23-2149299874.jpg?_wi=2", imageAlt: "Professional stylist working on client's hair", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-covid-party-with-fancy-mask_23-2149299874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-covid-party-with-fancy-mask_23-2149299874.jpg?_wi=3", imageAlt: "Woman enjoying a facial treatment", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-covid-party-with-fancy-mask_23-2149299874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-covid-party-with-fancy-mask_23-2149299874.jpg?_wi=4", imageAlt: "Beautiful bridal makeup application", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-covid-party-with-fancy-mask_23-2149299874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-covid-party-with-fancy-mask_23-2149299874.jpg?_wi=5", imageAlt: "Hair styling tools and products", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-covid-party-with-fancy-mask_23-2149299874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-covid-party-with-fancy-mask_23-2149299874.jpg?_wi=6", imageAlt: "Radiant woman with professional makeup", }, ]} -- 2.49.1