Update src/app/page.tsx

This commit is contained in:
2026-06-11 04:40:40 +00:00
parent d09ddaa05a
commit 7fe9c0eb96

View File

@@ -82,15 +82,15 @@ export default function LandingPage() {
description="Experience premium hair care, styling, and beauty treatments designed to make you look and feel your absolute best. Your journey to radiant confidence starts here." description="Experience premium hair care, styling, and beauty treatments designed to make you look and feel your absolute best. Your journey to radiant confidence starts here."
leftCarouselItems={[ leftCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/sitting-hair-dresser-posing_23-2148108747.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sitting-hair-dresser-posing_23-2148108747.jpg?_wi=1",
imageAlt: "Luxurious hair salon interior with styling chairs", imageAlt: "Luxurious hair salon interior with styling chairs",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-salon_23-2150668427.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-salon_23-2150668427.jpg?_wi=1",
imageAlt: "Hairdresser applying color to a client's hair", imageAlt: "Hairdresser applying color to a client's hair",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6410.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6410.jpg?_wi=1",
imageAlt: "Man getting a stylish haircut at the salon", imageAlt: "Man getting a stylish haircut at the salon",
}, },
{ {
@@ -241,7 +241,7 @@ export default function LandingPage() {
imageAlt: "Woman with a fresh, stylish haircut", imageAlt: "Woman with a fresh, stylish haircut",
}, },
], ],
imageSrc: "http://img.b2bpic.net/free-photo/sitting-hair-dresser-posing_23-2148108747.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sitting-hair-dresser-posing_23-2148108747.jpg?_wi=2",
imageAlt: "hair cutting scissors comb professional", imageAlt: "hair cutting scissors comb professional",
}, },
{ {
@@ -258,7 +258,7 @@ export default function LandingPage() {
imageAlt: "Woman with vibrant red hair color", imageAlt: "Woman with vibrant red hair color",
}, },
], ],
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-salon_23-2150668427.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-salon_23-2150668427.jpg?_wi=2",
imageAlt: "hair cutting scissors comb professional", imageAlt: "hair cutting scissors comb professional",
}, },
{ {
@@ -275,7 +275,7 @@ export default function LandingPage() {
imageAlt: "Relaxed woman with glowing skin after facial", imageAlt: "Relaxed woman with glowing skin after facial",
}, },
], ],
imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6410.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6410.jpg?_wi=2",
imageAlt: "hair cutting scissors comb professional", imageAlt: "hair cutting scissors comb professional",
}, },
]} ]}