Update src/app/page.tsx
This commit is contained in:
@@ -33,6 +33,7 @@ export default function LandingPage() {
|
||||
{ name: "Trainingsprogramma", id: "features" },
|
||||
{ name: "Waarden", id: "values" },
|
||||
{ name: "Getuigenissen", id: "testimonials" },
|
||||
{ name: "Schema", id: "schedule" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{ text: "Proefles", href: "contact" }}
|
||||
@@ -48,11 +49,14 @@ export default function LandingPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sideways-strong-male-boxer-training-competition_23-2148416691.jpg", imageAlt: "professional boxing gym training facility"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sideways-strong-male-boxer-training-competition_23-2148416691.jpg", imageAlt: "professional boxing gym training facility"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boxer-boy-posing-gym_23-2148201190.jpg", imageAlt: "athlete boxer training dynamic action"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boxer-boy-posing-gym_23-2148201190.jpg", imageAlt: "athlete boxer training dynamic action"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-boxer-practicing-with-trainer_23-2148615097.jpg", imageAlt: "boxing club group training together"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-boxer-practicing-with-trainer_23-2148615097.jpg", imageAlt: "boxing club group training together"
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Proefles Boeken", href: "contact" },
|
||||
@@ -147,13 +151,17 @@ export default function LandingPage() {
|
||||
<TestimonialCardTen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Transformatie door boksen", quote: "Boxing A80 heeft mij niet alleen fysiek sterker gemaakt, maar ook mentaal. De trainers here zijn echt experts en de gemeenschap is ongelooflijk ondersteunend.", name: "Jan de Boer", role: "Reguliere Lid", imageSrc: "http://img.b2bpic.net/free-photo/man-screaming-with-boxer-globes_1154-115.jpg", imageAlt: "happy boxer athlete portrait headshot"},
|
||||
id: "1", title: "Transformatie door boksen", quote: "Boxing A80 heeft mij niet alleen fysiek sterker gemaakt, maar ook mentaal. De trainers here zijn echt experts en de gemeenschap is ongelooflijk ondersteunend.", name: "Jan de Boer", role: "Reguliere Lid", imageSrc: "http://img.b2bpic.net/free-photo/man-screaming-with-boxer-globes_1154-115.jpg", imageAlt: "happy boxer athlete portrait headshot"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Perfect voor beginners", quote: "Ik was totaal nieuw in boksen, maar de trainers maakten mij direct welkom. Ze passen alles aan voor je niveau en je groeit snel.", name: "Maria Garcia", role: "3 Maanden Lid", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-learning-boxing_23-2150399990.jpg", imageAlt: "woman boxer athlete training portrait"},
|
||||
id: "2", title: "Perfect voor beginners", quote: "Ik was totaal nieuw in boksen, maar de trainers maakten mij direct welkom. Ze passen alles aan voor je niveau en je groeit snel.", name: "Maria Garcia", role: "3 Maanden Lid", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-learning-boxing_23-2150399990.jpg", imageAlt: "woman boxer athlete training portrait"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Ware bokskunst", quote: "Dit is authentieke bokstraining. Geen trends, geen fratsen - gewoon harde work, echte kennis en passie voor de sport.", name: "Pieter Jansen", role: "Wedstrijdboxer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-experienced-female-boxer-boxing-gloves-activewear_613910-12650.jpg", imageAlt: "young athlete boxer portrait confident"},
|
||||
id: "3", title: "Ware bokskunst", quote: "Dit is authentieke bokstraining. Geen trends, geen fratsen - gewoon harde work, echte kennis en passie voor de sport.", name: "Pieter Jansen", role: "Wedstrijdboxer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-experienced-female-boxer-boxing-gloves-activewear_613910-12650.jpg", imageAlt: "young athlete boxer portrait confident"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Meer dan een club", quote: "Boxing A80 is een familie. Je traint niet alleen met trainers maar met mensen die dezelfde passie delen. Ongelooflijk.", name: "Sarah Müller", role: "6 Maanden Lid", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-boxing-gloves_23-2149036371.jpg", imageAlt: "boxing trainer experienced professional portrait"},
|
||||
id: "4", title: "Meer dan een club", quote: "Boxing A80 is een familie. Je traint niet alleen met trainers maar met mensen die dezelfde passie delen. Ongelooflijk.", name: "Sarah Müller", role: "6 Maanden Lid", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-boxing-gloves_23-2149036371.jpg", imageAlt: "boxing trainer experienced professional portrait"
|
||||
},
|
||||
]}
|
||||
title="Wat onze leden zeggen"
|
||||
description="Luister naar verhalen van leden die hun leven hebben getransformeerd door boksen bij Boxing A80"
|
||||
|
||||
Reference in New Issue
Block a user