From ee3e72fae53b87725e6105191a283a7282b14bd0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 11:59:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 99de814..fe5a34e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,9 +58,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { id: "1", title: "Webshop", author: "Consumentenrecht", description: "Webshop levert niet of product is defect.", tags: [], videoSrc: "https://example.com/video1.mp4" }, - { id: "2", title: "Pakketdienst", author: "Logistiek", description: "Pakket kwijt of beschadigd door koerier.", tags: [], videoSrc: "https://example.com/video2.mp4" }, - { id: "3", title: "Auto", author: "Aankoop", description: "Tweedehands auto met verborgen gebreken.", tags: [], videoSrc: "https://example.com/video3.mp4" } + { id: "1", title: "Webshop", author: "Consumentenrecht", description: "Webshop levert niet of product is defect.", tags: [], imageSrc: "https://example.com/image1.png" }, + { id: "2", title: "Pakketdienst", author: "Logistiek", description: "Pakket kwijt of beschadigd door koerier.", tags: [], imageSrc: "https://example.com/image2.png" }, + { id: "3", title: "Auto", author: "Aankoop", description: "Tweedehands auto met verborgen gebreken.", tags: [], imageSrc: "https://example.com/image3.png" } ]} title="Waar kan ik je mee helpen?" description="Selecteer het onderwerp van je klacht om direct aan de slag te gaan." @@ -72,8 +72,8 @@ export default function LandingPage() { layout="section" title="Juridische informatie" sections={[ - { heading: "Gebruiksvoorwaarden", content: { text: "BriefBaas AI genereert juridisch getinte teksten op basis van jouw input. Gebruik is op eigen risico." } }, - { heading: "Geen juridisch advies", content: { items: ["Geen advocaat-client relatie.", "Altijd zelf controleren."] } } + { heading: "Gebruiksvoorwaarden", content: { type: "paragraph", text: "BriefBaas AI genereert juridisch getinte teksten op basis van jouw input. Gebruik is op eigen risico." } }, + { heading: "Geen juridisch advies", content: { type: "list", items: ["Geen advocaat-client relatie.", "Altijd zelf controleren."] } } ]} />