Update src/app/page.tsx

This commit is contained in:
2026-05-08 12:11:44 +00:00
parent df466bd5c3
commit 2547ce828f

View File

@@ -46,13 +46,13 @@ export default function LandingPage() {
buttons={[
{ text: "Bekijk onze tarieven", href: "#pricing" },
]}
imageSrc="https://img.b2bpic.net/free-photo/focused-university-student-studying-library_23-2148737222.jpg"
imageAlt="older students studying in library"
imageSrc="https://img.b2bpic.net/free-photo/group-high-school-students-studying-classroom_23-2148737240.jpg"
imageAlt="older secondary education students studying"
avatars={[
{ src: "https://img.b2bpic.net/free-photo/portrait-young-student-holding-notebooks_23-2148737207.jpg", alt: "student" },
{ src: "https://img.b2bpic.net/free-photo/group-diverse-students-studying-together_23-2148842273.jpg", alt: "students" },
{ src: "https://img.b2bpic.net/free-photo/young-man-studying-with-books_23-2148842274.jpg", alt: "student" },
{ src: "https://img.b2bpic.net/free-photo/smiling-university-student-portrait_23-2148737215.jpg", alt: "smiling student" },
{ src: "https://img.b2bpic.net/free-photo/portrait-confident-high-school-student_23-2148842285.jpg", alt: "student" },
{ src: "https://img.b2bpic.net/free-photo/diverse-group-teenagers-studying-together_23-2148737250.jpg", alt: "students" },
{ src: "https://img.b2bpic.net/free-photo/student-with-laptop-high-school_23-2148737245.jpg", alt: "student" },
{ src: "https://img.b2bpic.net/free-photo/smiling-teen-student-portrait_23-2148737255.jpg", alt: "smiling student" },
]}
avatarText="Sluit je aan bij onze succesvolle leerlingen"
/>
@@ -69,9 +69,9 @@ export default function LandingPage() {
{ title: "Studievaardigheden", description: "Wij leren leerlingen plannen en structureren." },
{ title: "Vertrouwde omgeving", description: "Een rustige plek om geconcentreerd te werken." },
]}
imageSrc="https://img.b2bpic.net/free-photo/tutor-helping-high-school-student_23-2148737229.jpg"
imageSrc="https://img.b2bpic.net/free-photo/tutor-helping-secondary-student-math_23-2148737260.jpg"
mediaAnimation="slide-up"
imageAlt="tutor helping student"
imageAlt="tutor helping secondary school student"
/>
</div>
@@ -82,10 +82,10 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1", title: "Huiswerkbegeleiding", description: "Structuur en toezicht bij het maken van dagelijks huiswerk.", tag: "Basis", imageSrc: "https://img.b2bpic.net/free-photo/students-studying-in-a-classroom_23-2148737235.jpg", imageAlt: "students working together"
id: "f1", title: "Huiswerkbegeleiding", description: "Structuur en toezicht bij het maken van dagelijks huiswerk.", tag: "Basis", imageSrc: "https://img.b2bpic.net/free-photo/teenagers-studying-in-modern-classroom_23-2148737265.jpg", imageAlt: "secondary students working together"
},
{
id: "f2", title: "Bijles", description: "Gerichte vakinhoudelijke ondersteuning bij uitdagende vakken.", tag: "Vakspecifiek", imageSrc: "https://img.b2bpic.net/free-photo/student-studying-at-table_23-2148842277.jpg", imageAlt: "tutoring high school student"
id: "f2", title: "Bijles", description: "Gerichte vakinhoudelijke ondersteuning bij uitdagende vakken.", tag: "Vakspecifiek", imageSrc: "https://img.b2bpic.net/free-photo/high-school-student-studying-at-desk_23-2148842288.jpg", imageAlt: "tutoring high school student"
}
]}
title="Onze Begeleiding"
@@ -120,8 +120,8 @@ export default function LandingPage() {
rating={5}
author="Anke de Vries"
avatars={[
{ src: "https://img.b2bpic.net/free-photo/portrait-young-student_23-2148737218.jpg", alt: "student" },
{ src: "https://img.b2bpic.net/free-photo/smiling-student_23-2148737219.jpg", alt: "student" },
{ src: "https://img.b2bpic.net/free-photo/portrait-teen-student_23-2148737270.jpg", alt: "student" },
{ src: "https://img.b2bpic.net/free-photo/smiling-teenager_23-2148737275.jpg", alt: "student" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -150,9 +150,9 @@ export default function LandingPage() {
tag="Contact"
title="Schrijf je nu in"
description="Heb je vragen of wil je direct een plek reserveren? Vul je gegevens in en we nemen contact met je op."
imageSrc="https://img.b2bpic.net/free-photo/happy-high-school-students-talking_23-2148842279.jpg"
imageSrc="https://img.b2bpic.net/free-photo/group-happy-high-school-students-studying_23-2148842295.jpg"
mediaAnimation="slide-up"
imageAlt="students talking"
imageAlt="secondary students studying"
/>
</div>