From a66f51b9a2d4f7ff40552f67e32ad40ab929fe35 Mon Sep 17 00:00:00 2001 From: Damjan Savic Date: Mon, 5 Jan 2026 23:50:10 +0100 Subject: [PATCH] Fix: Hero Icons wie im Footer (lucide-react, nicht sticky) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Linkedin und Github Icons aus lucide-react importiert - fixed zu absolute geƤndert (nicht mehr sticky) - Styling wie im Footer (text-zinc-400, hover-Effekte) šŸ¤– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/pages/home/components/Hero.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/pages/home/components/Hero.tsx b/src/pages/home/components/Hero.tsx index 6e89bc4..ca9be82 100644 --- a/src/pages/home/components/Hero.tsx +++ b/src/pages/home/components/Hero.tsx @@ -1,4 +1,5 @@ import { useTranslation } from 'react-i18next'; +import { Linkedin, Github } from 'lucide-react'; const Hero = () => { const { t } = useTranslation(); @@ -29,31 +30,31 @@ const Hero = () => { {/* Social Links Bar */} -
+
-