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 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);