Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -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."] } }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user