From 0f517473e0e44d7fd359a8ad28f14bc113bd44eb Mon Sep 17 00:00:00 2001 From: Haewon Kam Date: Fri, 3 Apr 2026 23:48:15 +0900 Subject: [PATCH] fix: remove asymmetric blobs from Hero, use centered gradient Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/Hero.tsx | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) 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 */}
); }