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 */} -

-
-
+
+
+
); }