Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 46d86bdd60 | |||
| b228da405e | |||
| b7169b9286 | |||
| 0ddfe04a37 | |||
| 8ecf971b4d |
@@ -128,7 +128,7 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sarah Johnson", role: "Bezoeker", company: "Kerstfan", rating: 5,
|
id: "1", name: "Sarah Johnson", role: "Bezoeker", company: "Kerstfan", rating: 5,
|
||||||
@@ -155,7 +155,7 @@ export default function LandingPage() {
|
|||||||
<PricingCardTwo
|
<PricingCardTwo
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={true}
|
||||||
title="Kies je Kerstpakket"
|
title="Kies je Kerstpakket"
|
||||||
description="Selecteer de ervaring die bij jouw gezelschap past."
|
description="Selecteer de ervaring die bij jouw gezelschap past."
|
||||||
plans={[
|
plans={[
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-lato), sans-serif;
|
font-family: var(--font-montserrat), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -24,5 +24,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-lato), sans-serif;
|
font-family: var(--font-montserrat), sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user