Enterprise CTA update to homepage hero

This commit is contained in:
thill2323 2025-07-21 16:13:27 -04:00 committed by Daniel Riccio
parent c47de36b05
commit f6586fea4a
No known key found for this signature in database
GPG key ID: FFD5FD825F8E8209

View file

@ -64,12 +64,15 @@ export default async function Home() {
</svg>
</a>
</Button>
<Button variant="outline" size="lg" className="w-full sm:w-auto">
<Button
variant="outline"
size="lg"
className="w-full sm:w-auto bg-white/20 dark:bg-white/10 backdrop-blur-sm border border-black/40 dark:border-white/30 hover:border-blue-400 hover:bg-white/30 dark:hover:bg-white/20 hover:shadow-[0_0_20px_rgba(59,130,246,0.5)] transition-all duration-300">
<a
href="https://docs.roocode.com"
href="https://roocode.com/enterprise"
target="_blank"
className="flex w-full items-center justify-center">
View Documentation
For Enterprise
</a>
</Button>
</div>