feat: redesign entire portfolio with bold modern dark theme

Complete visual overhaul of all pages and components with generous spacing,
bold typography, hover effects, gradient accents, and section differentiation.
Hero features animated terminal mockup and gradient text. Cards use hover
transforms with brand-colored shadows. CTAs use gradient backgrounds.
All i18n keys, data structures, SEO meta, and composable logic preserved.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-08 19:08:55 +02:00
parent 9739becbb7
commit 9779e4e133
17 changed files with 933 additions and 593 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<div class="min-h-screen flex flex-col">
<div class="min-h-screen flex flex-col bg-white dark:bg-gray-950 text-gray-900 dark:text-gray-100">
<AppHeader />
<main class="flex-1">
<slot />