feat: testimonial Astrid van de Nieuwenhof toegevoegd, grid naar 2x2

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Frank Meeuwsen 2026-02-10 17:50:10 +01:00
parent eac23f40a8
commit 42c367f8ef

View file

@ -15,6 +15,14 @@ function Testimonials() {
url: "https://floorvanriet.nl/", url: "https://floorvanriet.nl/",
initials: "FvR" initials: "FvR"
}, },
{
quote: "Ik bedacht een aanvulling voor mijn eigen Notion app en meldde me aan. Claude Code maakt mijn leven als ondernemer weer een stukje sneller en fijner. Frank geeft de workshop met heel veel enthousiasme, heerlijke humor, nuchterheid en onwijs veel kennis. Je wordt helemaal begeleid en stap voor stap er doorheen geholpen.",
name: "Astrid van de Nieuwenhof",
role: "Notion certified consultant",
avatar: "https://media.licdn.com/dms/image/v2/D4E03AQFLpVl4H9SXyg/profile-displayphoto-crop_800_800/B4EZmfOq7_HEAM-/0/1759313047853?e=1772064000&v=beta&t=c4rOZHj4c8MeYwSmGVbVSqRoheA3ql7k93WIP05qpd0",
url: "https://www.flowtion.nl/",
initials: "AvdN"
},
{ {
quote: "Onbeschrijfelijk inspirerend om dit mét een groep te doen. Dit zetje had ik net nodig.", quote: "Onbeschrijfelijk inspirerend om dit mét een groep te doen. Dit zetje had ik net nodig.",
name: "Jefta Bade", name: "Jefta Bade",
@ -45,6 +53,7 @@ function Testimonials() {
<div className={`grid gap-6 max-w-5xl mx-auto ${ <div className={`grid gap-6 max-w-5xl mx-auto ${
testimonials.length === 1 ? 'max-w-2xl' : testimonials.length === 1 ? 'max-w-2xl' :
testimonials.length === 2 ? 'md:grid-cols-2' : testimonials.length === 2 ? 'md:grid-cols-2' :
testimonials.length === 4 ? 'md:grid-cols-2 max-w-4xl' :
'md:grid-cols-3' 'md:grid-cols-3'
}`}> }`}>
{testimonials.map((testimonial, index) => ( {testimonials.map((testimonial, index) => (