diff --git a/src/app/page.tsx b/src/app/page.tsx index 06100eb..9078886 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,8 +30,8 @@ export default function LandingPage() { brandName="Boxing A80" navItems={[ { name: "Over Ons", id: "about" }, + { name: "Trainingssprogramma", id: "schedule" }, { name: "Trainingsprogramma", id: "features" }, - { name: "Schema", id: "schedule" }, { name: "Waarden", id: "values" }, { name: "Getuigenissen", id: "testimonials" }, { name: "Contact", id: "contact" }, @@ -49,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" }, @@ -91,6 +94,41 @@ export default function LandingPage() { /> +
+ +
+
); -} \ No newline at end of file +}