From a22f3c0f774622ac81ac9429e4e6d1a5f00f2ef2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 18:03:07 +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 b2b6f2e..53b39ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,17 +71,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-using-face-mask_23-2150467056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-using-face-mask_23-2150467056.jpg?_wi=1", imageAlt: "professional eyebrow threading salon atmosphere", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-phone-while-lying-bed_1098-19873.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-phone-while-lying-bed_1098-19873.jpg?_wi=1", imageAlt: "woman eyebrow treatment relaxing", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-going-through-microblading-procedure_23-2149102654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-going-through-microblading-procedure_23-2149102654.jpg?_wi=1", imageAlt: "eyebrow tinting salon professional", }, { @@ -137,7 +137,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-beauty-salon_23-2148895550.jpg", imageAlt: "eyebrow threading precision tool", }, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-using-face-mask_23-2150467056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-using-face-mask_23-2150467056.jpg?_wi=2", imageAlt: "eyebrow threading precision tool", }, { @@ -151,7 +151,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/girl-making-up-her-eyes_23-2148136583.jpg", imageAlt: "woman brow tinting aesthetic", }, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-phone-while-lying-bed_1098-19873.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-phone-while-lying-bed_1098-19873.jpg?_wi=2", imageAlt: "eyebrow threading precision tool", }, { @@ -165,7 +165,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/masseur-taking-care-her-client_23-2149273922.jpg", imageAlt: "waxing professional treatment salon", }, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-going-through-microblading-procedure_23-2149102654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-going-through-microblading-procedure_23-2149102654.jpg?_wi=2", imageAlt: "eyebrow threading precision tool", }, ]} -- 2.49.1