- {/* Profile Image - optimiert für exakte Anzeigegröße */}
+
+ {/* Profile Image */}
{
- {/* Title and Name - sofort sichtbar für LCP (keine opacity Animation!) */}
+ {/* Title and Name */}
{t('pages.home.hero.title')}
@@ -157,17 +143,19 @@ const Hero = () => {
{/* Contact Button Bottom */}
-
+
);
};
-export default Hero;
\ No newline at end of file
+export default Hero;