diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx index bd02c6f..70b4d91 100755 --- a/src/components/Hero.tsx +++ b/src/components/Hero.tsx @@ -22,10 +22,8 @@ export default function Hero() { return () => clearTimeout(t); }, []); - // Typewriter effect for roles useEffect(() => { const currentRole = roles[roleIndex]; - if (isTyping) { if (displayText.length < currentRole.length) { const timer = setTimeout(() => { @@ -57,13 +55,13 @@ export default function Hero() { src="/images/photos/production-switcher.jpg" alt="Production switcher panel" fill - className="object-cover opacity-25" + className="object-cover opacity-20" priority /> {/* Subtle grid overlay */} -
+
{displayText} - | + |
@@ -139,19 +137,19 @@ export default function Hero() { {/* CTAs */}