From c487c147878ca4b69e206d29a719dfc5949fe64e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:25:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 54 ++++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 462c27d..5b4b4b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,12 +54,12 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" carouselItems={[ - { id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150218001.jpg?_wi=1", imageAlt: "Luxury lash studio ambiance" }, - { id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-gold-body-painting_23-2150466387.jpg?_wi=1", imageAlt: "Professional lash extension result" }, - { id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-woman-wearing-pink-makeup_23-2149394105.jpg?_wi=1", imageAlt: "Luxury lash styling detail" }, - { id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/pure-eye-makeup-with-brown-eyeshadow_114579-8619.jpg?_wi=1", imageAlt: "Eyelash enhancement showcase" }, - { id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/portrait-lovely-woman-black-sweater-standing-posing_114579-81876.jpg?_wi=1", imageAlt: "Professional lash portfolio" }, - { id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150218001.jpg?_wi=2", imageAlt: "Beauty studio aesthetic" } + { id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150218001.jpg", imageAlt: "Luxury lash studio ambiance" }, + { id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-gold-body-painting_23-2150466387.jpg", imageAlt: "Professional lash extension result" }, + { id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-woman-wearing-pink-makeup_23-2149394105.jpg", imageAlt: "Luxury lash styling detail" }, + { id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/pure-eye-makeup-with-brown-eyeshadow_114579-8619.jpg", imageAlt: "Eyelash enhancement showcase" }, + { id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/portrait-lovely-woman-black-sweater-standing-posing_114579-81876.jpg", imageAlt: "Professional lash portfolio" }, + { id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150218001.jpg", imageAlt: "Beauty studio aesthetic" } ]} autoPlay={true} autoPlayInterval={4000} @@ -70,7 +70,7 @@ export default function LandingPage() {