Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-09 20:48:58 +00:00

View File

@@ -70,10 +70,10 @@ export default function LandingPage() {
title: "Classic Haircut", description: "Traditional haircut techniques with modern styling. Expert scissor work and precision fades.", icon: Scissors,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg", imageAlt: "Professional haircut service"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg?_wi=1", imageAlt: "Professional haircut service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg", imageAlt: "Haircut styling"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg?_wi=2", imageAlt: "Haircut styling"
}
]
},
@@ -81,10 +81,10 @@ export default function LandingPage() {
title: "Beard Grooming", description: "Complete beard care including trim, shape, and conditioning. Specialized beard treatments.", icon: Scissors,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7913.jpg", imageAlt: "Professional beard grooming"
imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7913.jpg?_wi=1", imageAlt: "Professional beard grooming"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7913.jpg", imageAlt: "Beard styling service"
imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7913.jpg?_wi=2", imageAlt: "Beard styling service"
}
]
},
@@ -92,10 +92,10 @@ export default function LandingPage() {
title: "Hot Towel Shave", description: "Traditional straight razor shave with premium products. Relaxing and rejuvenating experience.", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7913.jpg", imageAlt: "Hot towel shave service"
imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7913.jpg?_wi=3", imageAlt: "Hot towel shave service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7913.jpg", imageAlt: "Shaving technique"
imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7913.jpg?_wi=4", imageAlt: "Shaving technique"
}
]
},
@@ -103,10 +103,10 @@ export default function LandingPage() {
title: "Hair Coloring", description: "Professional hair coloring with premium dyes. Full coverage or highlights available.", icon: Palette,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg", imageAlt: "Hair coloring service"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg?_wi=3", imageAlt: "Hair coloring service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg", imageAlt: "Color treatment"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg?_wi=4", imageAlt: "Color treatment"
}
]
}