fix: remove opacity-50 from Analyze button — always show full color

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
claude/bold-hawking
Haewon Kam 2026-04-04 00:05:50 +09:00
parent f65f0e85b3
commit 46b911d4c0
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ export default function Hero() {
<button
onClick={handleAnalyze}
disabled={!url.trim()}
className={`w-full px-8 py-5 text-base font-bold text-white rounded-2xl transition-shadow duration-150 shadow-xl hover:shadow-2xl flex items-center justify-center gap-3 group bg-gradient-to-r from-[#4F1DA1] to-[#021341] active:scale-[0.98] ${!url.trim() ? 'opacity-50 cursor-not-allowed' : ''}`}
className="w-full px-8 py-5 text-base font-bold text-white rounded-2xl transition-shadow duration-150 shadow-xl hover:shadow-2xl flex items-center justify-center gap-3 group bg-gradient-to-r from-[#4F1DA1] to-[#021341] active:scale-[0.98]"
>
Analyze Marketing Performance
<ArrowRight className="w-5 h-5 group-hover:translate-x-1" />