18 Commits

Author SHA1 Message Date
972df4302b Update theme colors 2026-06-12 07:25:01 +00:00
58a5a68e2e Update theme colors 2026-06-12 07:24:49 +00:00
ff375be744 Update theme colors 2026-06-12 07:23:30 +00:00
429c0ccfee Update theme colors 2026-06-12 07:23:00 +00:00
c5adb2f426 Update theme colors 2026-06-12 07:22:32 +00:00
de2e1c7d8a Update theme colors 2026-06-12 07:22:11 +00:00
c183f553d2 Update theme colors 2026-06-12 07:21:58 +00:00
7b4bcf01db Update theme colors 2026-06-12 07:21:29 +00:00
eb6ef10bec Update theme colors 2026-06-12 07:21:10 +00:00
1e6a17f6e9 Update theme colors 2026-06-12 07:21:04 +00:00
28d3c0b1c7 Update theme colors 2026-06-12 07:20:54 +00:00
2b908aa49f Update theme colors 2026-06-12 07:19:11 +00:00
11dc7fbb24 Update theme colors 2026-06-12 07:18:32 +00:00
3640b8d035 Update src/app/styles/variables.css 2026-06-12 07:16:50 +00:00
cd2c517be2 Update src/app/page.tsx 2026-06-12 07:16:50 +00:00
2a50db07be Merge version_4 into main
Merge version_4 into main
2026-06-12 07:15:43 +00:00
e4eec1dd53 Update theme colors 2026-06-12 07:15:40 +00:00
760ed368bc Merge version_3 into main
Merge version_3 into main
2026-06-12 07:14:34 +00:00
2 changed files with 10 additions and 8 deletions

View File

@@ -48,6 +48,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="Trinz Media"
logoClassName="text-black"
description="Wir verwandeln deine Vision in fesselnde Videos und stärken deine Marke durch maßgeschneidertes Coaching für mehr Sichtbarkeit und nachhaltigen Erfolg."
descriptionClassName="text-black"
buttons={[
@@ -228,6 +229,7 @@ export default function LandingPage() {
},
]}
logoText="Trinz Media"
logoTextClassName="text-black"
copyrightText="© 2025 Trinz Media. Alle Rechte vorbehalten."
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #F9F9F9;
--card: #FFFFFF;
--foreground: #1A1A1A;
--primary-cta: #000000;
--primary-cta-text: #FFFFFF;
--secondary-cta: #FFFFFF;
--secondary-cta-text: #525252;
--background: #5f5f5f;
--card: #f3f3f3;
--foreground: #000000;
--primary-cta: #962EFF;
--primary-cta-text: #f2f2f2;
--secondary-cta: #ffffff;
--secondary-cta-text: #000000;
--accent: #962EFF;
--background-accent: #F0F0F0;
--background-accent: #ededed;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);