Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-04 15:57:04 +00:00

View File

@@ -49,15 +49,15 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "barber shop interior modern professional"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-combing-moustache-client_23-2147778838.jpg", imageAlt: "barber haircut precision fade"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-combing-moustache-client_23-2147778838.jpg?_wi=1", imageAlt: "barber haircut precision fade"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5407.jpg", imageAlt: "barber beard trim grooming professional"},
imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5407.jpg?_wi=1", imageAlt: "barber beard trim grooming professional"},
{
imageSrc: "http://img.b2bpic.net/free-photo/children-hairdresser-with-scissors-is-cutting-little-boy-against-dark-background-contented-cute-preschooler-boy-getting-haircut_613910-19719.jpg", imageAlt: "children haircut kids barber"},
imageSrc: "http://img.b2bpic.net/free-photo/children-hairdresser-with-scissors-is-cutting-little-boy-against-dark-background-contented-cute-preschooler-boy-getting-haircut_613910-19719.jpg?_wi=1", imageAlt: "children haircut kids barber"},
{
imageSrc: "http://img.b2bpic.net/free-photo/scissors-towel-beauty-salon_23-2148181999.jpg", imageAlt: "barber tools scissors clean professional"},
{
imageSrc: "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg", imageAlt: "barber team professional smiling"},
imageSrc: "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg?_wi=1", imageAlt: "barber team professional smiling"},
]}
buttons={[
{
@@ -76,16 +76,16 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Herrenhaarschnitt", description: "Präzise Schnitte nach Ihren Wünschen Modern, klassisch oder individuell. Immer sauber und perfekt geschnitten.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-combing-moustache-client_23-2147778838.jpg", imageAlt: "Herrenhaarschnitt"},
title: "Herrenhaarschnitt", description: "Präzise Schnitte nach Ihren Wünschen Modern, klassisch oder individuell. Immer sauber und perfekt geschnitten.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-combing-moustache-client_23-2147778838.jpg?_wi=2", imageAlt: "Herrenhaarschnitt"},
{
id: 2,
title: "Fade & Styling", description: "Moderne Schnitte und Styles von subtil bis trendig. Professionelle Techniken für das perfekte Aussehen.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-combing-moustache-client_23-2147778838.jpg", imageAlt: "Fade und Styling"},
title: "Fade & Styling", description: "Moderne Schnitte und Styles von subtil bis trendig. Professionelle Techniken für das perfekte Aussehen.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-combing-moustache-client_23-2147778838.jpg?_wi=3", imageAlt: "Fade und Styling"},
{
id: 3,
title: "Bartpflege", description: "Bart trimmen, formen und pflegen Mit Präzision und Sorgfalt. Konturen und Struktur nach Ihren Wünschen.", imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5407.jpg", imageAlt: "Bartpflege und Trimmen"},
title: "Bartpflege", description: "Bart trimmen, formen und pflegen Mit Präzision und Sorgfalt. Konturen und Struktur nach Ihren Wünschen.", imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5407.jpg?_wi=2", imageAlt: "Bartpflege und Trimmen"},
{
id: 4,
title: "Kinderhaarschnitt", description: "Geduldig und sauber Kinderfreundliche Atmosphäre. Schnitte die Spaß machen und immer perfekt sitzen.", imageSrc: "http://img.b2bpic.net/free-photo/children-hairdresser-with-scissors-is-cutting-little-boy-against-dark-background-contented-cute-preschooler-boy-getting-haircut_613910-19719.jpg", imageAlt: "Kinderhaarschnitt"},
title: "Kinderhaarschnitt", description: "Geduldig und sauber Kinderfreundliche Atmosphäre. Schnitte die Spaß machen und immer perfekt sitzen.", imageSrc: "http://img.b2bpic.net/free-photo/children-hairdresser-with-scissors-is-cutting-little-boy-against-dark-background-contented-cute-preschooler-boy-getting-haircut_613910-19719.jpg?_wi=2", imageAlt: "Kinderhaarschnitt"},
]}
textboxLayout="default"
animationType="slide-up"
@@ -100,7 +100,7 @@ export default function LandingPage() {
description="Vitor Cubeira, Local Guide"
subdescription="Wonderful skills, highly recommend this Coiffeur."
icon={CheckCircle}
imageSrc="http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg"
imageSrc="http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg?_wi=2"
imageAlt="Professionelles Team"
mediaAnimation="slide-up"
useInvertedBackground={true}