From 8cbf3d42e09f1ca1085b0977a80826a1eb4783da Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 26 Mar 2026 22:58:46 +0100 Subject: [PATCH] Move overflow-hidden off section onto SVG wrapper overflow-hidden on the section was clipping the section's own content. Wrapping just the SVG in an absolute overflow-hidden div contains the background text without affecting the hero content. Co-Authored-By: Claude Sonnet 4.6 --- components/Hero.tsx | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/components/Hero.tsx b/components/Hero.tsx index 71c83af..69deba9 100644 --- a/components/Hero.tsx +++ b/components/Hero.tsx @@ -2,28 +2,30 @@ import Link from 'next/link' export default function Hero() { return ( -
+
{/* Background name — outline fills in on load */} - + + Jonathan + + + {/* Eyebrow label */}