From 929fa8461de8580174f0fe64cfe1c66256ff4ff0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 08:37:06 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 851178e..fce248d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,6 @@ 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" }} @@ -49,14 +48,11 @@ 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" }, @@ -151,17 +147,13 @@ export default function LandingPage() {