Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 04bfd09f27 | |||
| 0b1a8c1bf5 | |||
| 5ee0a0bdb8 | |||
| 2dfb0a44e9 |
@@ -85,13 +85,13 @@ export default function LandingPage() {
|
|||||||
icon={Sparkles}
|
icon={Sparkles}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-hands-holding-food_23-2149410425.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/top-view-hands-holding-food_23-2149410425.jpg"
|
||||||
imageAlt="Man die een wijnfles kiest in een kelder"
|
imageAlt="Man die een wijnfles kiest in een kelder"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="recommended-products" data-section="recommended-products">
|
<div id="recommended-products" data-section="recommended-products">
|
||||||
<ProductCardThree
|
<ProductCardThree
|
||||||
animationType="slide-up"
|
animationType="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -122,7 +122,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="blog-preview" data-section="blog-preview">
|
<div id="blog-preview" data-section="blog-preview">
|
||||||
<BlogCardTwo
|
<BlogCardTwo
|
||||||
animationType="slide-up"
|
animationType="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Laatste Nieuws & Blogs"
|
title="Laatste Nieuws & Blogs"
|
||||||
@@ -143,7 +143,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="events-preview" data-section="events-preview">
|
<div id="events-preview" data-section="events-preview">
|
||||||
<FeatureCardSixteen
|
<FeatureCardSixteen
|
||||||
animationType="slide-up"
|
animationType="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
negativeCard={{
|
negativeCard={{
|
||||||
|
|||||||
@@ -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-dm-sans), sans-serif;
|
font-family: var(--font-inter), 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-dm-sans), sans-serif;
|
font-family: var(--font-playfair-display), serif;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,13 +12,13 @@
|
|||||||
|
|
||||||
--background: #f5f3f0;
|
--background: #f5f3f0;
|
||||||
--card: #ffffff;
|
--card: #ffffff;
|
||||||
--foreground: #262626;
|
--foreground: #2a2a2a;
|
||||||
--primary-cta: #b8860b;
|
--primary-cta: #b8860b;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #262626;
|
--secondary-cta: #6b4423;
|
||||||
--secondary-cta-text: #f5f3f0;
|
--secondary-cta-text: #f5f3f0;
|
||||||
--accent: #e0ac10;
|
--accent: #e0ac10;
|
||||||
--background-accent: #e8e8e8;
|
--background-accent: #a8b5a0;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user