Skip to content

Commit 348d249

Browse files
committed
made homepage and entperprise page punchier and more consistent
1 parent e32bb3b commit 348d249

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default async function Enterprise() {
4646
size="lg"
4747
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">
4848
<a href="#benefits" className="flex w-full items-center justify-center">
49-
Learn More
49+
Why Roo Code
5050
</a>
5151
</Button>
5252
</div>
@@ -466,18 +466,18 @@ export default async function Enterprise() {
466466
<div className="absolute inset-0 bg-gradient-to-b from-blue-500/5 via-cyan-500/5 to-purple-500/5 dark:from-blue-500/10 dark:via-cyan-500/10 dark:to-purple-500/10" />
467467
<div className="container relative z-10 mx-auto px-4 sm:px-6 lg:px-8">
468468
<div className="mx-auto max-w-4xl">
469-
<div className="relative rounded-3xl border border-border/50 bg-gradient-to-br from-blue-500/5 via-cyan-500/5 to-purple-500/5 p-8 shadow-2xl backdrop-blur-xl dark:border-border/30 dark:from-gray-800/20 dark:via-gray-700/20 dark:to-gray-800/20 dark:shadow-[0_20px_50px_rgba(0,0,0,0.5)] sm:p-12">
470-
<div className="absolute inset-0 rounded-3xl bg-gradient-to-br from-blue-500/5 via-transparent to-purple-500/5 dark:from-gray-700/10 dark:to-gray-800/10" />
469+
<div className="relative rounded-3xl border border-border/50 bg-gradient-to-br from-blue-500/5 via-cyan-500/5 to-purple-500/5 p-8 shadow-2xl backdrop-blur-xl dark:border-white/20 dark:bg-gradient-to-br dark:from-gray-800 dark:via-gray-900 dark:to-black dark:shadow-[0_30px_90px_rgba(255,255,255,0.15)] sm:p-12">
470+
<div className="absolute inset-0 rounded-3xl bg-gradient-to-br from-blue-500/5 via-transparent to-purple-500/5 dark:bg-gradient-to-br dark:from-white/[0.05] dark:via-transparent dark:to-white/[0.03]" />
471471
<div className="relative text-center">
472-
<h2 className="mb-4 bg-gradient-to-b from-foreground to-foreground/70 bg-clip-text text-3xl font-bold tracking-tight text-transparent sm:text-4xl">
472+
<h2 className="mb-4 text-3xl font-bold tracking-tight sm:text-4xl">
473473
Ready to Transform Your Development Process?
474474
</h2>
475475
<p className="mb-8 text-lg text-muted-foreground">
476476
Join our early access program and be among the first to experience the power of Roo
477477
Code Cloud for Enterprise.
478478
</p>
479479
<div className="grid gap-4 sm:grid-cols-2 sm:gap-6">
480-
<div className="rounded-lg border border-border bg-card/80 backdrop-blur-sm p-6 text-center shadow-lg hover:shadow-xl transition-shadow duration-300">
480+
<div className="rounded-lg border border-border bg-card/80 backdrop-blur-sm p-6 text-center shadow-lg hover:shadow-xl transition-all duration-300 dark:border-white/20 dark:bg-gray-800/80 dark:hover:border-white/40 dark:hover:bg-gray-700/90 dark:hover:shadow-[0_20px_50px_rgba(255,255,255,0.2)] dark:hover:scale-[1.02]">
481481
<h3 className="mb-2 text-xl font-bold">Become an Early Access Partner</h3>
482482
<p className="mb-4 text-muted-foreground">
483483
Collaborate in shaping Roo Code&apos;s enterprise solution.
@@ -488,7 +488,7 @@ export default async function Enterprise() {
488488
buttonClassName="bg-black text-white hover:bg-gray-800 hover:shadow-lg hover:shadow-black/20 dark:bg-white dark:text-black dark:hover:bg-gray-200 dark:hover:shadow-white/20 transition-all duration-300"
489489
/>
490490
</div>
491-
<div className="rounded-lg border border-border bg-card/80 backdrop-blur-sm p-6 text-center shadow-lg hover:shadow-xl transition-shadow duration-300">
491+
<div className="rounded-lg border border-border bg-card/80 backdrop-blur-sm p-6 text-center shadow-lg hover:shadow-xl transition-all duration-300 dark:border-white/20 dark:bg-gray-800/80 dark:hover:border-white/40 dark:hover:bg-gray-700/90 dark:hover:shadow-[0_20px_50px_rgba(255,255,255,0.2)] dark:hover:scale-[1.02]">
492492
<h3 className="mb-2 text-xl font-bold">Request a Demo</h3>
493493
<p className="mb-4 text-muted-foreground">
494494
See Roo Code&apos;s enterprise capabilities in action.

apps/web-roo-code/src/components/homepage/faq-section.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@ export function FAQSection() {
8484
duration: 0.6,
8585
ease: [0.21, 0.45, 0.27, 0.9],
8686
}}>
87-
<h2 className="bg-gradient-to-b from-foreground to-foreground/70 bg-clip-text text-4xl font-bold tracking-tight text-transparent sm:text-5xl">
88-
Frequently Asked Questions
89-
</h2>
87+
<h2 className="text-4xl font-bold tracking-tight sm:text-5xl">Frequently Asked Questions</h2>
9088
<p className="mt-6 text-lg text-muted-foreground">
9189
Everything you need to know about Roo Code and how it can transform your development
9290
workflow.

apps/web-roo-code/src/components/homepage/features.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export function Features() {
131131
duration: 0.6,
132132
ease: [0.21, 0.45, 0.27, 0.9],
133133
}}>
134-
<h2 className="bg-gradient-to-b from-foreground to-foreground/70 bg-clip-text text-4xl font-bold tracking-tight text-transparent sm:text-5xl">
134+
<h2 className="text-4xl font-bold tracking-tight sm:text-5xl">
135135
Powerful features for modern developers.
136136
</h2>
137137
<p className="mt-6 text-lg text-muted-foreground">

apps/web-roo-code/src/components/homepage/testimonials.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export function Testimonials() {
109109
duration: 0.6,
110110
ease: [0.21, 0.45, 0.27, 0.9],
111111
}}>
112-
<h2 className="bg-gradient-to-b from-foreground to-foreground/70 bg-clip-text text-4xl font-bold tracking-tight text-transparent sm:text-5xl">
112+
<h2 className="text-4xl font-bold tracking-tight sm:text-5xl">
113113
Empowering developers worldwide.
114114
</h2>
115115
<p className="mt-6 text-lg text-muted-foreground">

0 commit comments

Comments
 (0)