Merge version_1 into main #3
@@ -51,10 +51,10 @@ export default function LandingPage() {
|
||||
buttons={[{ text: "Maak een afspraak", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/illuminated-couch-armchair_1203-771.jpg", imageAlt: "luxury salon interior natural light"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/illuminated-couch-armchair_1203-771.jpg?_wi=1", imageAlt: "luxury salon interior natural light"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-professional-hairdresser-woman-apron-holding-hair-brushes-looking-up-puzzled_141793-37380.jpg", imageAlt: "happy client professional salon styling"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-professional-hairdresser-woman-apron-holding-hair-brushes-looking-up-puzzled_141793-37380.jpg?_wi=1", imageAlt: "happy client professional salon styling"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -110,9 +110,9 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Anna de Boer", handle: "@annab", testimonial: "Kom hier al jaren en altijd zeer tevreden over het resultaat!", imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94690.jpg", imageAlt: "hairdresser with client smiling" },
|
||||
{ id: "t2", name: "Mark Janssen", handle: "@markj", testimonial: "Eindelijk een kapper die echt naar je wensen luistert. Top!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CdQ63ICci16Bw5pwe4DuCUWLZk/uploaded-1776714704823-3t5upo92.png", imageAlt: "hairdresser with client smiling" },
|
||||
{ id: "t3", name: "Sophie Visser", handle: "@sophiev", testimonial: "De sfeer is heerlijk ontspannen en de koffie staat altijd klaar.", imageSrc: "http://img.b2bpic.net/free-photo/illuminated-couch-armchair_1203-771.jpg", imageAlt: "hairdresser with client smiling" },
|
||||
{ id: "t4", name: "Jan de Vries", handle: "@jandv", testimonial: "Vakwerk en een zeer vriendelijke persoonlijke service.", imageSrc: "http://img.b2bpic.net/free-photo/young-professional-hairdresser-woman-apron-holding-hair-brushes-looking-up-puzzled_141793-37380.jpg", imageAlt: "hairdresser with client smiling" },
|
||||
{ id: "t5", name: "Linda Smit", handle: "@lindas", testimonial: "Altijd vrolijk, professioneel en perfect geknipt.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-getting-her-hair-done_23-2148108777.jpg", imageAlt: "hairdresser with client smiling" },
|
||||
{ id: "t3", name: "Sophie Visser", handle: "@sophiev", testimonial: "De sfeer is heerlijk ontspannen en de koffie staat altijd klaar.", imageSrc: "http://img.b2bpic.net/free-photo/illuminated-couch-armchair_1203-771.jpg?_wi=2", imageAlt: "hairdresser with client smiling" },
|
||||
{ id: "t4", name: "Jan de Vries", handle: "@jandv", testimonial: "Vakwerk en een zeer vriendelijke persoonlijke service.", imageSrc: "http://img.b2bpic.net/free-photo/young-professional-hairdresser-woman-apron-holding-hair-brushes-looking-up-puzzled_141793-37380.jpg?_wi=2", imageAlt: "hairdresser with client smiling" },
|
||||
{ id: "t5", name: "Linda Smit", handle: "@lindas", testimonial: "Altijd vrolijk, professioneel en perfect geknipt.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-getting-her-hair-done_23-2148108777.jpg?_wi=1", imageAlt: "hairdresser with client smiling" },
|
||||
]}
|
||||
title="Wat klanten zeggen"
|
||||
description="Trots op onze trouwe klantenkring in Noordwijk."
|
||||
@@ -146,7 +146,7 @@ export default function LandingPage() {
|
||||
{ name: "telefoon", type: "tel", placeholder: "Uw telefoonnummer", required: true },
|
||||
]}
|
||||
textarea={{ name: "bericht", placeholder: "Uw bericht of afspraakwens", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blonde-woman-getting-her-hair-done_23-2148108777.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blonde-woman-getting-her-hair-done_23-2148108777.jpg?_wi=2"
|
||||
buttonText="Verstuur bericht"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user