diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx index 2590896..72fd826 100644 --- a/src/components/Hero.tsx +++ b/src/components/Hero.tsx @@ -13,9 +13,9 @@ export default function Hero() { }; return ( -
- {/* Background Gradient */} -
+
+ {/* Background Gradient — centered and symmetric */} +
- {/* Decorative elements — symmetric and contained */} -
-
-
-
-
+ {/* No decorative blobs — clean symmetric background */}
); }