4 Commits

Author SHA1 Message Date
ff4f6e43c1 Update theme colors 2026-03-07 22:58:02 +00:00
fb54014b8b Update theme colors 2026-03-07 22:56:55 +00:00
f3290ac570 Update src/app/page.tsx 2026-03-07 17:06:00 +00:00
7120b7a80d Merge version_2 into main
Merge version_2 into main
2026-03-07 13:27:43 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
imageAlt="Hochwertiges antikes Möbelstück" imageAlt="Hochwertiges antikes Möbelstück"
buttons={[ buttons={[
{ text: "Jetzt kostenlos bewerten lassen", href: "contact" }, { text: "Jetzt kostenlos bewerten lassen", href: "contact" },
{ text: "Jetzt anrufen", href: "#" } { text: "Kostenlos Anfrage stellen", href: "contact" }
]} ]}
/> />
</div> </div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #efebe5; --background: #0a0a0a;
--card: #f7f2ea; --card: #1a1a1a;
--foreground: #000000; --foreground: #f5f5f5;
--primary-cta: #49111C; --primary-cta: #0b0b0b;
--primary-cta-text: #efebe5; --primary-cta-text: #0a0a0a;
--secondary-cta: #5E503F; --secondary-cta: #1a1a1a;
--secondary-cta-text: #000000; --secondary-cta-text: #ffffff;
--accent: #A9927D; --accent: #8b9a1b;
--background-accent: #e1b875; --background-accent: #5d6b00;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);