From 42c367f8ef0b14ac9852acb7cb5e20bc253a145b Mon Sep 17 00:00:00 2001 From: Frank Meeuwsen Date: Tue, 10 Feb 2026 17:50:10 +0100 Subject: [PATCH] feat: testimonial Astrid van de Nieuwenhof toegevoegd, grid naar 2x2 Co-Authored-By: Claude Opus 4.6 --- src/components/Testimonials.jsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/Testimonials.jsx b/src/components/Testimonials.jsx index fe7f1ad..debf4c3 100644 --- a/src/components/Testimonials.jsx +++ b/src/components/Testimonials.jsx @@ -15,6 +15,14 @@ function Testimonials() { url: "https://floorvanriet.nl/", 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.", name: "Jefta Bade", @@ -45,6 +53,7 @@ function Testimonials() {
{testimonials.map((testimonial, index) => (