Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c83fa4f29a | |||
| 04bfd09f27 | |||
| 0b1a8c1bf5 | |||
| 5ee0a0bdb8 | |||
| 2dfb0a44e9 | |||
| a2b4475d54 | |||
| ff2e3f7005 |
@@ -59,9 +59,15 @@ export default function LandingPage() {
|
||||
description="Eigenwijs in Slijterijen. Ontdek onze unieke selectie wijnen, sterke dranken en delicatessen."
|
||||
buttons={[
|
||||
{
|
||||
text: "Bekijk Webshop", href: "/shop"},
|
||||
text: "Ontdek Producten van Waarde", href: "/shop"},
|
||||
{
|
||||
text: "Ontdek Pyk", href: "#usps"},
|
||||
text: "Onze Pure Waarden", href: "#usps"},
|
||||
{
|
||||
text: "Reserveer Tasting Ervaring", href: "/events"},
|
||||
{
|
||||
text: "Zakelijke Samenwerkingen", href: "/relatiegeschenken"},
|
||||
{
|
||||
text: "Verrijk Uw Kennis (Blog)", href: "/blog"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-alcoholic-drinks-bar_181624-58203.jpg"
|
||||
imageAlt="Interieur van Pyk Slyterij Deventer"
|
||||
@@ -79,13 +85,13 @@ export default function LandingPage() {
|
||||
icon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-hands-holding-food_23-2149410425.jpg"
|
||||
imageAlt="Man die een wijnfles kiest in een kelder"
|
||||
mediaAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="recommended-products" data-section="recommended-products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
@@ -116,7 +122,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="blog-preview" data-section="blog-preview">
|
||||
<BlogCardTwo
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
title="Laatste Nieuws & Blogs"
|
||||
@@ -137,7 +143,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="events-preview" data-section="events-preview">
|
||||
<FeatureCardSixteen
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-dm-sans), sans-serif;
|
||||
font-family: var(--font-inter), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-dm-sans), sans-serif;
|
||||
font-family: var(--font-playfair-display), serif;
|
||||
}
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
|
||||
--background: #f5f3f0;
|
||||
--card: #ffffff;
|
||||
--foreground: #262626;
|
||||
--foreground: #2a2a2a;
|
||||
--primary-cta: #b8860b;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #262626;
|
||||
--secondary-cta: #6b4423;
|
||||
--secondary-cta-text: #f5f3f0;
|
||||
--accent: #e0ac10;
|
||||
--background-accent: #e8e8e8;
|
||||
--background-accent: #a8b5a0;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user