diff --git a/src/app/page.tsx b/src/app/page.tsx index fce248d..74e5f9d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {