4 Commits

Author SHA1 Message Date
1084d582c9 Merge version_2 into main
Merge version_2 into main
2026-06-12 08:33:02 +00:00
629bac9dbc Update src/app/styles/variables.css 2026-06-12 08:32:59 +00:00
1fa14e4fda Update src/app/page.tsx 2026-06-12 08:32:58 +00:00
6e5f9b16b1 Merge version_1 into main
Merge version_1 into main
2026-06-12 08:26:58 +00:00
2 changed files with 8 additions and 6 deletions

View File

@@ -261,6 +261,8 @@ export default function LandingPage() {
label: "LinkedIn", href: "https://linkedin.com/in/eugen"}, label: "LinkedIn", href: "https://linkedin.com/in/eugen"},
{ {
label: "Kontakt", href: "#contact"}, label: "Kontakt", href: "#contact"},
{
label: "hallo@eugenvisuals.de", href: "mailto:hallo@eugenvisuals.de"}
], ],
}, },
{ {

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0C1830; --background: #F7F7F7;
--card: #1A2D4A; --card: #FFFFFF;
--foreground: #FFFFFF; --foreground: #0C1830;
--primary-cta: #F58238; --primary-cta: #F58238;
--primary-cta-text: #0C1830; --primary-cta-text: #FFFFFF;
--secondary-cta: #FFFFFF; --secondary-cta: #A0A0A0;
--secondary-cta-text: #0C1830; --secondary-cta-text: #0C1830;
--accent: #F58238; --accent: #F58238;
--background-accent: #081020; --background-accent: #E0E0E0;
/* 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);