Merge version_1 into main #2
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
title="Fast & Affordable Haircuts in Bern"
|
||||
description="Walk in anytime for a clean, professional haircut at one of Bern's most affordable barbers. No appointment needed."
|
||||
tag="Bader Coiffeur"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+41313100000" },
|
||||
@@ -55,9 +55,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg?_wi=1", imageAlt: "Bader Coiffeur barber shop interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hair-stylist-with-scissors_23-2148242808.jpg?_wi=1", imageAlt: "Professional haircut in progress" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10376.jpg?_wi=1", imageAlt: "Barber tools and equipment" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg", imageAlt: "Bader Coiffeur barber shop interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hair-stylist-with-scissors_23-2148242808.jpg", imageAlt: "Professional haircut in progress" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10376.jpg", imageAlt: "Barber tools and equipment" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -71,16 +71,13 @@ export default function LandingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
plans={[
|
||||
{
|
||||
id: "haircut", tag: "Haircut", price: "18", period: " CHF", description: "Clean and fast haircut from experienced barbers. Most haircuts finished in around 15 minutes.", button: { text: "Walk In Now", href: "tel:+41313100000" },
|
||||
featuresTitle: "Includes:", features: ["Professional barbers", "~15 minutes service time", "No appointment needed", "Walk-ins welcome"]
|
||||
id: "haircut", tag: "Haircut", price: "18", period: " CHF", description: "Clean and fast haircut from experienced barbers. Most haircuts finished in around 15 minutes.", button: { text: "Walk In Now", href: "tel:+41313100000" }, featuresTitle: "Includes:", features: ["Professional barbers", "~15 minutes service time", "No appointment needed", "Walk-ins welcome"]
|
||||
},
|
||||
{
|
||||
id: "beard-trim", tag: "Beard Trim", price: "10", period: " CHF", description: "Expert beard shaping and trimming to keep you looking sharp and well-groomed.", button: { text: "Book Service", href: "tel:+41313100000" },
|
||||
featuresTitle: "Includes:", features: ["Precision beard shaping", "Hot towel finish", "Expert barbers", "Quick service"]
|
||||
id: "beard-trim", tag: "Beard Trim", price: "10", period: " CHF", description: "Expert beard shaping and trimming to keep you looking sharp and well-groomed.", button: { text: "Book Service", href: "tel:+41313100000" }, featuresTitle: "Includes:", features: ["Precision beard shaping", "Hot towel finish", "Expert barbers", "Quick service"]
|
||||
},
|
||||
{
|
||||
id: "kids", tag: "Kids Haircut", price: "14", period: " CHF", description: "Affordable cuts for children in a friendly, comfortable atmosphere. Patience and care guaranteed.", button: { text: "Schedule Visit", href: "tel:+41313100000" },
|
||||
featuresTitle: "Includes:", features: ["Friendly barbers", "Comfortable atmosphere", "Professional cut", "Walk-ins welcome"]
|
||||
id: "kids", tag: "Kids Haircut", price: "14", period: " CHF", description: "Affordable cuts for children in a friendly, comfortable atmosphere. Patience and care guaranteed.", button: { text: "Schedule Visit", href: "tel:+41313100000" }, featuresTitle: "Includes:", features: ["Friendly barbers", "Comfortable atmosphere", "Professional cut", "Walk-ins welcome"]
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -100,29 +97,29 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Fast Service", description: "Most haircuts finished in around 15 minutes. Get in, get out, look sharp.", icon: Zap,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10376.jpg?_wi=2", imageAlt: "Barber tools" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10376.jpg", imageAlt: "Barber tools" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/doing-new-hairstyle-male-model-using-hairspray_651396-965.jpg", imageAlt: "Professional haircut service" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Affordable Prices", description: "One of the best price-value barber shops in Bern. Haircuts from just 18 CHF.", icon: DollarSign,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg?_wi=1", imageAlt: "Satisfied customer" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg?_wi=2", imageAlt: "Shop interior" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg", imageAlt: "Satisfied customer" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg", imageAlt: "Shop interior" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Walk-Ins Welcome", description: "No appointment required. Drop by whenever it's convenient for you. Hassle-free service.", icon: MapPin,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/lonely-man-grey-coat-stands-backyard-bright-day_8353-1162.jpg?_wi=1", imageAlt: "Bern location" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg?_wi=1", imageAlt: "Friendly barber team" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/lonely-man-grey-coat-stands-backyard-bright-day_8353-1162.jpg", imageAlt: "Bern location" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg", imageAlt: "Friendly barber team" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Friendly Local Barbers", description: "Serving the Bern community for years. Expert barbers who know how to deliver great cuts.", icon: Users,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg?_wi=2", imageAlt: "Professional barber team" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hair-stylist-with-scissors_23-2148242808.jpg?_wi=2", imageAlt: "Professional technique" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg", imageAlt: "Professional barber team" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hair-stylist-with-scissors_23-2148242808.jpg", imageAlt: "Professional technique" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -140,12 +137,12 @@ export default function LandingPage() {
|
||||
tag="Reviews"
|
||||
tagAnimation="blur-reveal"
|
||||
testimonials={[
|
||||
{ id: "1", name: "Marco Keller", role: "Local Student", company: "Bern", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg?_wi=2", imageAlt: "Marco Keller" },
|
||||
{ id: "2", name: "Julia Fischer", role: "Office Worker", company: "Bern", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg?_wi=3", imageAlt: "Julia Fischer" },
|
||||
{ id: "3", name: "Thomas Müller", role: "Regular Customer", company: "Bern", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg?_wi=4", imageAlt: "Thomas Müller" },
|
||||
{ id: "4", name: "David Schmid", role: "Professional", company: "Bern", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg?_wi=5", imageAlt: "David Schmid" },
|
||||
{ id: "5", name: "Anna Bühler", role: "Business Owner", company: "Bern", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg?_wi=6", imageAlt: "Anna Bühler" },
|
||||
{ id: "6", name: "Stefan Roth", role: "Local", company: "Bern", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg?_wi=7", imageAlt: "Stefan Roth" }
|
||||
{ id: "1", name: "Marco Keller", role: "Local Student", company: "Bern", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg", imageAlt: "Marco Keller" },
|
||||
{ id: "2", name: "Julia Fischer", role: "Office Worker", company: "Bern", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg", imageAlt: "Julia Fischer" },
|
||||
{ id: "3", name: "Thomas Müller", role: "Regular Customer", company: "Bern", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg", imageAlt: "Thomas Müller" },
|
||||
{ id: "4", name: "David Schmid", role: "Professional", company: "Bern", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg", imageAlt: "David Schmid" },
|
||||
{ id: "5", name: "Anna Bühler", role: "Business Owner", company: "Bern", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg", imageAlt: "Anna Bühler" },
|
||||
{ id: "6", name: "Stefan Roth", role: "Local", company: "Bern", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg", imageAlt: "Stefan Roth" }
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -181,7 +178,7 @@ export default function LandingPage() {
|
||||
description="Bader Coiffeur"
|
||||
subdescription="Walk-ins welcome • No appointment needed"
|
||||
icon={MapPin}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lonely-man-grey-coat-stands-backyard-bright-day_8353-1162.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lonely-man-grey-coat-stands-backyard-bright-day_8353-1162.jpg"
|
||||
imageAlt="Bader Coiffeur location in Bern"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -205,7 +202,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg"
|
||||
imageAlt="Bader Coiffeur barber shop"
|
||||
logoText="Bader Coiffeur"
|
||||
copyrightText="© 2025 Bader Coiffeur Bern | All rights reserved"
|
||||
|
||||
Reference in New Issue
Block a user