From f8cfc515b6171374722ec49cc8321336fbdb41c4 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Sat, 18 Apr 2026 16:27:45 -0400 Subject: [PATCH] Polish pass: remove testimonial, mailto CTA, refine spacing and typography: Hero.tsx --- src/components/Hero.tsx | 48 ++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 25 deletions(-) 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 */} -
+
- {/* Gradient overlays for depth */} -
-
+ {/* Gradient overlays */} +
+
{/* Logo */}
Wild Dragon
{/* Animated role tagline */}
-

+

{displayText} - | + |

{/* Name */}

Zachary
- Gaetano + Gaetano

{/* Accent line */}
{/* Description */}

@@ -139,19 +137,19 @@ export default function Hero() { {/* CTAs */}

View Projects Get in Touch @@ -165,10 +163,10 @@ export default function Hero() { loaded ? "opacity-100" : "opacity-0" }`} > - + Scroll - + );