8 Commits

Author SHA1 Message Date
f783b4f72a Switch to version 7: modified src/app/page.tsx 2026-05-08 18:53:58 +00:00
456ecc3e12 Switch to version 6: modified src/app/page.tsx 2026-05-08 18:53:54 +00:00
5243ab7cc2 Merge version_7 into main
Merge version_7 into main
2026-05-08 18:53:19 +00:00
5fe97165e6 Update src/app/page.tsx 2026-05-08 18:53:16 +00:00
29083ed278 Merge version_6 into main
Merge version_6 into main
2026-05-08 18:52:09 +00:00
437a881d64 Update theme colors 2026-05-08 18:52:06 +00:00
a30e7819f9 Merge version_5 into main
Merge version_5 into main
2026-05-08 18:50:30 +00:00
8a1d347648 Merge version_5 into main
Merge version_5 into main
2026-05-08 18:50:05 +00:00
2 changed files with 48 additions and 14 deletions

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
@@ -50,9 +50,43 @@ export default function LandingPage() {
<div id="features" data-section="features"><FeatureCardSix textboxLayout="default" title="Waarom kiezen voor VSO Controle?" description="Voorkom dat je te snel tekent." features={[]} useInvertedBackground={false} /></div>
<div id="pricing" data-section="pricing"><PricingCardOne animationType="depth-3d" textboxLayout="default" plans={[]} title="VSO Controle" description="Kies je pakket." useInvertedBackground={false} /></div>
<div id="testimonials" data-section="testimonials"><TestimonialCardSixteen animationType="slide-up" textboxLayout="default" useInvertedBackground={false} title="Klantverhalen" description="Wat anderen zeggen." testimonials={[]} kpiItems={[{value:"100%", label:"Success"},{value:"24u", label:"Snelheid"},{value:"Expert", label:"Kennis"}]} /></div>
<div id="faq" data-section="faq"><FaqSplitText useInvertedBackground={false} faqs={[]} sideTitle="Veelgestelde vragen" faqsAnimation="slide-up" /></div>
<div id="contact" data-section="contact"><ContactSplitForm title="Direct contact" description="Stel hier je vraag." inputs={[{name:"name", type:"text", placeholder:"Naam"},{name:"email", type:"email", placeholder:"E-mail"}]} useInvertedBackground={false} /></div>
<div id="footer" data-section="footer"><FooterBaseCard logoText="VSO Controle" columns={[]} /></div>
<div id="faq" data-section="faq">
<FaqDouble
useInvertedBackground={false}
faqs={[
{ id: "1", title: "Wat is een VSO?", content: "Een VSO is een vaststellingsovereenkomst waarin de afspraken over je ontslag worden vastgelegd." },
{ id: "2", title: "Waarom laten controleren?", content: "Wij controleren of je vergoeding optimaal is en of je recht op WW behouden blijft." },
{ id: "3", title: "Hoe lang duurt het?", content: "Je krijgt binnen 24 uur na uploaden van je document een uitgebreide controle terug." }
]}
title="Veelgestelde vragen"
description="Hier vind je antwoorden op de meest gestelde vragen over onze controle service."
faqsAnimation="slide-up"
textboxLayout="default"
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
tag="Contact"
title="Heb je nog vragen?"
description="Laat hier je gegevens achter en wij nemen zo snel mogelijk contact met je op."
background={{ variant: 'radial-gradient' }}
useInvertedBackground={true}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="VSO Controle"
columns={[
{
items: [
{ label: "Over ons", href: "/over" },
{ label: "Contact", href: "/contact" },
{ label: "Privacy", href: "/privacy" }
]
}
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fafffb;
--card: #f7fffa;
--foreground: #001a0a;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta-text: #fafffb;
--secondary-cta: #15479c;
--secondary-cta-text: #f5faff;
--accent: #a8d9be;
--background-accent: #6bbf8e;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);