From c6b39e370654b1270631136ef0e738904d34d96a Mon Sep 17 00:00:00 2001 From: Haewon Kam Date: Sat, 4 Apr 2026 00:07:18 +0900 Subject: [PATCH] revert: restore Hero, Modules, CSS to exact original version (922ec8f) Reverts to the original design with full-color button (no disabled opacity), original background gradients, and original blob decorations. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/Hero.tsx | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx index ba998fa..1fc303f 100644 --- a/src/components/Hero.tsx +++ b/src/components/Hero.tsx @@ -64,13 +64,9 @@ export default function Hero() { className="w-full px-8 py-5 text-base font-medium bg-white/80 backdrop-blur-sm border border-slate-200 rounded-2xl focus:outline-none focus:ring-2 focus:ring-accent/20 focus:border-accent/40 shadow-sm text-center text-primary-900 placeholder:text-slate-400 transition-all group-hover:border-slate-300" /> -

네이버 블로그, 플레이스, 소셜미디어 등 Online Presence 종합 분석 리포트를 제공합니다. @@ -79,9 +75,9 @@ export default function Hero() { {/* Decorative elements */} -

-
-
+
+
+
); }