From a488503a17581e0f0081792b046222574a13892e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 10:45:39 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 274 ++++++++--------------------------------------- 1 file changed, 43 insertions(+), 231 deletions(-) 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: "#" }, ], }, ]} -- 2.49.1 From fe968e321b8ab2bc7bc681e66fc80633270887e5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 10:45:39 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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); -- 2.49.1