6 Commits

Author SHA1 Message Date
7978e03e6a Update src/app/styles/variables.css 2026-04-09 08:22:24 +00:00
8429f9f442 Update src/app/page.tsx 2026-04-09 08:22:23 +00:00
558de82dee Merge version_3 into main
Merge version_3 into main
2026-04-08 20:56:36 +00:00
cde8e134af Merge version_3 into main
Merge version_3 into main
2026-04-08 20:56:09 +00:00
96dfb4101c Merge version_3 into main
Merge version_3 into main
2026-04-08 20:55:39 +00:00
875a528d45 Merge version_3 into main
Merge version_3 into main
2026-04-08 20:55:10 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureCardTwentyFive
animationType="slide-up"
animationType="depth-3d"
textboxLayout="split"
useInvertedBackground={false}
title="Unser Leistungsspektrum"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #ffffff;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--accent: #15479c;
--background-accent: #a8cce8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);