From 56f58dfe980fa1d2d4d83912815fecda8150bc19 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 01:02:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 909ca0a..efa8233 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,16 +52,16 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "glowing-orb" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-summer-dress_343629-89.jpg", imageAlt: "Professional hair styling at Sage Salon" }, - { imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-relaxed-woman_23-2147821145.jpg", imageAlt: "Luxury facial treatment service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-client-worker-wearing-masks-nail-salon_23-2148694577.jpg", imageAlt: "Premium nail care service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-applying-make-up-model_23-2148328747.jpg", imageAlt: "Professional makeup application" } + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-summer-dress_343629-89.jpg?_wi=1", imageAlt: "Professional hair styling at Sage Salon" }, + { imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-relaxed-woman_23-2147821145.jpg?_wi=1", imageAlt: "Luxury facial treatment service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-client-worker-wearing-masks-nail-salon_23-2148694577.jpg?_wi=1", imageAlt: "Premium nail care service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-applying-make-up-model_23-2148328747.jpg?_wi=1", imageAlt: "Professional makeup application" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-client-worker-wearing-masks-nail-salon_23-2148694577.jpg", imageAlt: "Upscale nail salon service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-applying-make-up-model_23-2148328747.jpg", imageAlt: "Beauty makeup artistry" }, - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-summer-dress_343629-89.jpg", imageAlt: "Professional hair treatment" }, - { imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-relaxed-woman_23-2147821145.jpg", imageAlt: "Skincare and facial expertise" } + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-client-worker-wearing-masks-nail-salon_23-2148694577.jpg?_wi=2", imageAlt: "Upscale nail salon service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-applying-make-up-model_23-2148328747.jpg?_wi=2", imageAlt: "Beauty makeup artistry" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-summer-dress_343629-89.jpg?_wi=2", imageAlt: "Professional hair treatment" }, + { imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-relaxed-woman_23-2147821145.jpg?_wi=2", imageAlt: "Skincare and facial expertise" } ]} carouselPosition="right" /> -- 2.49.1