Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 09:56:14 +00:00

View File

@@ -49,7 +49,7 @@ export default function MainPage() {
tagAnimation="slide-up"
title="Precision. Style. Confidence."
description="Premium haircuts & grooming in Düsseldorf. Experience the finest barber services with skilled professionals and zero waiting time."
background={{ variant: "glowing-orb" }}
background={{ variant: "canvas-reveal" }}
imageSrc="http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18491.jpg"
imageAlt="Expert barber performing precision haircut"
mediaAnimation="slide-up"
@@ -57,19 +57,19 @@ export default function MainPage() {
testimonials={[
{
name: "Michael Chen", handle: "Regular Customer", testimonial: "Perfect service, very friendly! The best haircut I've ever had in Germany.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg"
},
{
name: "Thomas Weber", handle: "CEO, Weber Solutions", testimonial: "Impressive service. Zero waiting time. Friendly barber. Competitive price. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg"
},
{
name: "Marcus Schmidt", handle: "Entrepreneur", testimonial: "Highly recommend this spot for anyone looking for quality hairstyling!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg?_wi=3"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg"
},
{
name: "David Müller", handle: "Local Professional", testimonial: "Very friendly service, relaxed atmosphere and great result I'll gladly come again.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg?_wi=4"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg"
}
]}
testimonialRotationInterval={5000}
@@ -110,22 +110,22 @@ export default function MainPage() {
animationType="slide-up"
features={[
{
title: "Classic Haircut", description: "Timeless styles with precision and expertise. Perfect for the modern gentleman.", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg?_wi=1", imageAlt: "Classic haircut service", button: { text: "Book Now", href: "contact" }
title: "Classic Haircut", description: "Timeless styles with precision and expertise. Perfect for the modern gentleman.", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg", imageAlt: "Classic haircut service", button: { text: "Book Now", href: "contact" }
},
{
title: "Skin Fade / High Fade", description: "Sharp, clean fades with perfect lines. Our specialty with flawless execution.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-close-up-nape_627829-7374.jpg?_wi=1", imageAlt: "Premium fade haircut", button: { text: "Book Now", href: "contact" }
title: "Skin Fade / High Fade", description: "Sharp, clean fades with perfect lines. Our specialty with flawless execution.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-close-up-nape_627829-7374.jpg", imageAlt: "Premium fade haircut", button: { text: "Book Now", href: "contact" }
},
{
title: "Beard Trim & Styling", description: "Expert beard shaping and grooming to enhance your facial features.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18507.jpg", imageAlt: "Professional beard grooming", button: { text: "Book Now", href: "contact" }
},
{
title: "Hair + Beard Combo", description: "Complete grooming package for the discerning gentleman. Full transformation.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-close-up-nape_627829-7374.jpg?_wi=2", imageAlt: "Hair and beard combo service", button: { text: "Book Now", href: "contact" }
title: "Hair + Beard Combo", description: "Complete grooming package for the discerning gentleman. Full transformation.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-close-up-nape_627829-7374.jpg", imageAlt: "Hair and beard combo service", button: { text: "Book Now", href: "contact" }
},
{
title: "Kids Haircut", description: "Friendly and professional haircuts for the young gentleman in a relaxed atmosphere.", 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: "Professional kids haircut service", button: { text: "Book Now", href: "contact" }
},
{
title: "Premium Styling", description: "Custom hairstyling and consultation for your unique personal style.", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg?_wi=2", imageAlt: "Advanced hairstyling service", button: { text: "Book Now", href: "contact" }
title: "Premium Styling", description: "Custom hairstyling and consultation for your unique personal style.", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg", imageAlt: "Advanced hairstyling service", button: { text: "Book Now", href: "contact" }
}
]}
/>
@@ -151,7 +151,7 @@ export default function MainPage() {
id: "2", name: "Beard Styling", price: "Expert Grooming", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Professional beard styling"
},
{
id: "3", name: "Shop Interior", price: "Modern Ambiance", imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=1", imageAlt: "Premium barbershop interior"
id: "3", name: "Shop Interior", price: "Modern Ambiance", imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Premium barbershop interior"
},
{
id: "4", name: "Barber At Work", price: "Precision Craft", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-beard-elderly-man_23-2148181976.jpg", imageAlt: "Skilled barber in action"
@@ -171,22 +171,22 @@ export default function MainPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", title: "Perfect Service, Best Haircut", quote: "Perfect service, very friendly! And the best haircut I've ever had in Germany. Highly recommend MAIS Barbershop for anyone looking for quality grooming.", name: "Michael Chen", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg?_wi=5"
id: "1", title: "Perfect Service, Best Haircut", quote: "Perfect service, very friendly! And the best haircut I've ever had in Germany. Highly recommend MAIS Barbershop for anyone looking for quality grooming.", name: "Michael Chen", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg"
},
{
id: "2", title: "Zero Waiting Time, Competitive Prices", quote: "Impressive service. Zero waiting time. Friendly barber. Competitive price. Highly recommended. The professionalism and speed are unmatched in Düsseldorf.", name: "Thomas Weber", role: "CEO, Weber Solutions", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg?_wi=6"
id: "2", title: "Zero Waiting Time, Competitive Prices", quote: "Impressive service. Zero waiting time. Friendly barber. Competitive price. Highly recommended. The professionalism and speed are unmatched in Düsseldorf.", name: "Thomas Weber", role: "CEO, Weber Solutions", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg"
},
{
id: "3", title: "Outstanding Quality Hairstyling", quote: "Highly recommend this spot for anyone looking for quality hairstyling! The attention to detail and customer care sets them apart from other barber shops.", name: "Marcus Schmidt", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg?_wi=7"
id: "3", title: "Outstanding Quality Hairstyling", quote: "Highly recommend this spot for anyone looking for quality hairstyling! The attention to detail and customer care sets them apart from other barber shops.", name: "Marcus Schmidt", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg"
},
{
id: "4", title: "Relaxed Atmosphere, Great Results", quote: "Very friendly service, relaxed atmosphere and great result I'll gladly come again. The whole experience from greeting to finish is exceptional.", name: "David Müller", role: "Local Professional", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg?_wi=8"
id: "4", title: "Relaxed Atmosphere, Great Results", quote: "Very friendly service, relaxed atmosphere and great result I'll gladly come again. The whole experience from greeting to finish is exceptional.", name: "David Müller", role: "Local Professional", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg"
},
{
id: "5", title: "Precision and Professionalism", quote: "Walk-ins welcome and the staff accommodates everyone with a smile. The precision in their work and friendly multilingual team make every visit worthwhile.", name: "James Wilson", role: "Businessman", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg?_wi=9"
id: "5", title: "Precision and Professionalism", quote: "Walk-ins welcome and the staff accommodates everyone with a smile. The precision in their work and friendly multilingual team make every visit worthwhile.", name: "James Wilson", role: "Businessman", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg"
},
{
id: "6", title: "Modern, Clean Environment", quote: "Fantastic barbershop with modern facilities and impeccable cleanliness. The skilled barbers deliver exactly what you're looking for every single time.", name: "Robert Fischer", role: "Regular Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg?_wi=10"
id: "6", title: "Modern, Clean Environment", quote: "Fantastic barbershop with modern facilities and impeccable cleanliness. The skilled barbers deliver exactly what you're looking for every single time.", name: "Robert Fischer", role: "Regular Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg"
}
]}
/>
@@ -219,9 +219,9 @@ export default function MainPage() {
description="Experience premium barber services in a relaxed, welcoming atmosphere. Walk-ins welcome! Book your appointment now or call us directly."
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg"
imageAlt="Premium barbershop interior"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -240,7 +240,7 @@ export default function MainPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg"
imageAlt="Barbershop location"
mediaAnimation="slide-up"
mediaPosition="left"