From a87355696bf23b10988cc87cd79d05eff9d1aedd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 19:16:12 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e37533..2f5d1f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -162,7 +162,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", badge: "Small", price: "", subtitle: "Kleine Entrümpelung", buttons: [ + id: "basic", badge: "Small", price: "Anfrage", subtitle: "Kleine Entrümpelung", buttons: [ { text: "Buchen", href: "#contact"}, ], @@ -170,7 +170,7 @@ export default function LandingPage() { "1-2 Räume", "Bis zu 2 Tonnen", "Besenrein"], }, { - id: "standard", badge: "Standard", price: "", subtitle: "Kompletter Umzug", buttons: [ + id: "standard", badge: "Standard", price: "Anfrage", subtitle: "Kompletter Umzug", buttons: [ { text: "Buchen", href: "#contact"}, ], @@ -178,7 +178,7 @@ export default function LandingPage() { "3 Zimmer Wohnung", "Inkl. Transport", "Versicherung inklusive"], }, { - id: "premium", badge: "Full Service", price: "", subtitle: "Sorglos Paket", buttons: [ + id: "premium", badge: "Full Service", price: "Anfrage", subtitle: "Sorglos Paket", buttons: [ { text: "Beratung", href: "#contact"}, ], @@ -229,4 +229,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From d6aa900ba94ffc1c98a867d6ac9b0db8aee54b4f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 19:16:13 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fd718b9..65d3ef5 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #000612e6; - --primary-cta: #106EFB; + --background: #f0f4f8; + --card: #ffffff; + --foreground: #1a2b3c; + --primary-cta: #0056b3; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #e9ecef; --secondary-cta-text: #000612e6; - --accent: #e2e2e2; - --background-accent: #106EFB; + --accent: #d1d9e6; + --background-accent: #f8f9fa; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1