Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-04-07 14:09:49 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -128,7 +128,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
useInvertedBackground={true}
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Bezoeker", company: "Kerstfan", rating: 5,
@@ -155,7 +155,7 @@ export default function LandingPage() {
<PricingCardTwo
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
useInvertedBackground={true}
title="Kies je Kerstpakket"
description="Selecteer de ervaring die bij jouw gezelschap past."
plans={[
@@ -227,4 +227,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-lato), sans-serif;
font-family: var(--font-montserrat), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-lato), sans-serif;
font-family: var(--font-montserrat), sans-serif;
}