diff --git a/src/app/page.tsx b/src/app/page.tsx index b714b9b..32ee053 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -338,37 +170,17 @@ export default function LandingPage() { logoText="LaatLos!" columns={[ { - title: "Menu", - items: [ - { - label: "Home", - href: "#hero", - }, - { - label: "Over Emotion Code", - href: "#emotion-code", - }, - { - label: "Over Irene", - href: "#about-irene", - }, + title: "Menu", items: [ + { label: "Home", href: "#hero" }, + { label: "Over Emotion Code", href: "#emotion-code" }, + { label: "Over Irene", href: "#about-irene" }, ], }, { - title: "Info", - items: [ - { - label: "Tarieven", - href: "#pricing", - }, - { - label: "Disclaimer", - href: "#", - }, - { - label: "Privacy", - href: "#", - }, + title: "Info", items: [ + { label: "Tarieven", href: "#pricing" }, + { label: "Disclaimer", href: "#" }, + { label: "Privacy", href: "#" }, ], }, ]} diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1a5bb9f..4f6089a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4f0; + --background: #fdfcf9; --card: #ffffff; - --foreground: #1a1a1a; - --primary-cta: #2c2c2c; + --foreground: #2b2521; + --primary-cta: #9b7a62; --primary-cta-text: #f5f4f0; - --secondary-cta: #f5f4f0; + --secondary-cta: #e5dcd6; --secondary-cta-text: #1a1a1a; - --accent: #8a8a8a; - --background-accent: #e8e6e1; + --accent: #c6b1a2; + --background-accent: #f3eee9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);