Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-17 14:10:58 +00:00

View File

@@ -47,14 +47,14 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="Beaux & Belles"
description="Premium Hair Care in Groningen. Experience professional styling in a warm, welcoming atmosphere. Rated 4.7 stars by our community."
background="circleGradient"
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Book Your Appointment", href: "#contact" },
{ text: "Call: 050 205 3363", href: "tel:0502053363" }
]}
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94691.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94691.jpg"
imageAlt="Beaux & Belles Hair Salon Interior"
mediaAnimation="blur-reveal"
frameStyle="card"
@@ -103,15 +103,15 @@ export default function LandingPage() {
{
title: "Color & Treatments", description: "Transform your look with expert coloring, highlights, and nourishing treatments. We use premium products for vibrant, healthy results.", icon: Palette,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-hair-salon_23-2150668445.jpg?_wi=1", imageAlt: "Hair Color and Treatment Service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-hair-salon_23-2150668445.jpg?_wi=2", imageAlt: "Professional Hair Treatment" }
{ imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-hair-salon_23-2150668445.jpg", imageAlt: "Hair Color and Treatment Service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-hair-salon_23-2150668445.jpg", imageAlt: "Professional Hair Treatment" }
]
},
{
title: "Styling & Special Occasions", description: "Create the perfect look for any event. Our stylists specialize in updos, bridal styles, and special occasion hair design.", icon: Sparkles,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-hair-salon_23-2150668445.jpg?_wi=3", imageAlt: "Special Occasion Styling" },
{ imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-hair-salon_23-2150668445.jpg?_wi=4", imageAlt: "Event Hair Styling" }
{ imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-hair-salon_23-2150668445.jpg", imageAlt: "Special Occasion Styling" },
{ imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-hair-salon_23-2150668445.jpg", imageAlt: "Event Hair Styling" }
]
}
]}
@@ -228,7 +228,7 @@ export default function LandingPage() {
required: false
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94691.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94691.jpg"
imageAlt="Beaux & Belles Interior"
mediaAnimation="opacity"
mediaPosition="right"