Skip to content

Commit f6586fe

Browse files
thill2323daniel-lxs
authored andcommitted
Enterprise CTA update to homepage hero
1 parent c47de36 commit f6586fe

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

apps/web-roo-code/src/app/page.tsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,15 @@ export default async function Home() {
6464
</svg>
6565
</a>
6666
</Button>
67-
<Button variant="outline" size="lg" className="w-full sm:w-auto">
67+
<Button
68+
variant="outline"
69+
size="lg"
70+
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">
6871
<a
69-
href="https://docs.roocode.com"
72+
href="https://roocode.com/enterprise"
7073
target="_blank"
7174
className="flex w-full items-center justify-center">
72-
View Documentation
75+
For Enterprise
7376
</a>
7477
</Button>
7578
</div>

0 commit comments

Comments
 (0)