Remove 'View Documentation' button from Hero section

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
michael 2026-02-12 11:33:15 -06:00
parent a957cf0276
commit a67236af73

View file

@ -40,11 +40,6 @@ export const Hero: React.FC<HeroProps> = ({ onGetStarted }) => {
Start Analysis
<ArrowRightIcon className="ml-2 h-5 w-5 transform group-hover:translate-x-1 transition-transform" />
</button>
<button
className="inline-flex items-center justify-center px-8 py-4 text-base font-bold text-active-blue bg-transparent border-2 border-active-blue rounded-full hover:bg-active-blue hover:text-white transition-all duration-300"
>
View Documentation
</button>
</div>
</div>
</div>