@@ -266,13 +266,13 @@ export default function LandingPage() {
@@ -285,7 +285,7 @@ export default function LandingPage() {
title: "Produkt", items: [
{ label: "Wie es funktioniert", href: "#how-it-works" },
{ label: "Pakete & Preise", href: "#packages" },
- { label: "Beispiel-Branchen", href: "#industries" },
+ { label: "Branchen-Lösungen", href: "#industries" },
{ label: "FAQ", href: "#faq" }
]
},
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 0e540d3..de370b2 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #f5f5f5;
+ --background: #f8f7f5;
--card: #ffffff;
- --foreground: #1c1c1c;
- --primary-cta: #1c1c1c;
+ --foreground: #1a1a1a;
+ --primary-cta: #2c2c2c;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #0c1325;
- --accent: #15479c;
- --background-accent: #a8cce8;
+ --accent: #6b5b4d;
+ --background-accent: #e8ddd0;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);