Update src/app/page.tsx
This commit is contained in:
@@ -2,12 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import LegalSection from '@/components/legal/LegalSection';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -72,8 +70,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