Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 23:23:11 +00:00

View File

@@ -49,13 +49,13 @@ export default function LandingPage() {
background={{ variant: "noiseDiagonalGradient" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-hairdryer-with-blurred-image_23-2148506237.jpg", imageAlt: "Professional barber cutting hair"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-hairdryer-with-blurred-image_23-2148506237.jpg?_wi=1", imageAlt: "Professional barber cutting hair"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg", imageAlt: "Sharp fade haircut technique"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg?_wi=1", imageAlt: "Sharp fade haircut technique"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-sitting-armchair-barber-shop-while-hairdresser-modeling-beard-with-scissors-comb-barbershop_613910-4343.jpg", imageAlt: "Professional beard grooming"
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-sitting-armchair-barber-shop-while-hairdresser-modeling-beard-with-scissors-comb-barbershop_613910-4343.jpg?_wi=1", imageAlt: "Professional beard grooming"
}
]}
mediaAnimation="slide-up"
@@ -80,10 +80,10 @@ export default function LandingPage() {
title: "Classic Fades", description: "Expert fade haircuts with precision and attention to detail. Clean lines and sharp finishes for the modern gentleman.", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg", imageAlt: "Classic fade haircut"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg?_wi=2", imageAlt: "Classic fade haircut"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg", imageAlt: "Fade detail shot"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg?_wi=3", imageAlt: "Fade detail shot"
}
]
},
@@ -91,10 +91,10 @@ export default function LandingPage() {
title: "Beard Grooming", description: "Full beard trimming, shaping, and conditioning. We use premium products to keep your beard healthy and styled.", icon: Smile,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-sitting-armchair-barber-shop-while-hairdresser-modeling-beard-with-scissors-comb-barbershop_613910-4343.jpg", imageAlt: "Beard grooming service"
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-sitting-armchair-barber-shop-while-hairdresser-modeling-beard-with-scissors-comb-barbershop_613910-4343.jpg?_wi=2", imageAlt: "Beard grooming service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-sitting-armchair-barber-shop-while-hairdresser-modeling-beard-with-scissors-comb-barbershop_613910-4343.jpg", imageAlt: "Beard trim detail"
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-sitting-armchair-barber-shop-while-hairdresser-modeling-beard-with-scissors-comb-barbershop_613910-4343.jpg?_wi=3", imageAlt: "Beard trim detail"
}
]
},
@@ -102,10 +102,10 @@ export default function LandingPage() {
title: "Hot Towel Shaves", description: "Traditional hot towel shaves using straight razors and premium creams. A luxurious grooming ritual you won't forget.", icon: Heart,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-hairdryer-with-blurred-image_23-2148506237.jpg", imageAlt: "Hot towel shave"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-hairdryer-with-blurred-image_23-2148506237.jpg?_wi=2", imageAlt: "Hot towel shave"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-hairdryer-with-blurred-image_23-2148506237.jpg", imageAlt: "Shave finishing"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-hairdryer-with-blurred-image_23-2148506237.jpg?_wi=3", imageAlt: "Shave finishing"
}
]
},
@@ -113,10 +113,10 @@ export default function LandingPage() {
title: "Hairline Design", description: "Precision hairline sculpting and design. We create custom hairline shapes that complement your face and style perfectly.", icon: Crown,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg", imageAlt: "Hairline design"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg?_wi=4", imageAlt: "Hairline design"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg", imageAlt: "Precision hairline"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg?_wi=5", imageAlt: "Precision hairline"
}
]
}