Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-06-12 08:33:02 +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: "Kontakt", href: "#contact"},
{
label: "hallo@eugenvisuals.de", href: "mailto:hallo@eugenvisuals.de"}
],
},
{

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0C1830;
--card: #1A2D4A;
--foreground: #FFFFFF;
--background: #F7F7F7;
--card: #FFFFFF;
--foreground: #0C1830;
--primary-cta: #F58238;
--primary-cta-text: #0C1830;
--secondary-cta: #FFFFFF;
--primary-cta-text: #FFFFFF;
--secondary-cta: #A0A0A0;
--secondary-cta-text: #0C1830;
--accent: #F58238;
--background-accent: #081020;
--background-accent: #E0E0E0;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);