Skip to content

Commit c1e2e8d

Browse files
committed
Footer cleanup
1 parent 1a18622 commit c1e2e8d

File tree

3 files changed

+38
-35
lines changed

3 files changed

+38
-35
lines changed

apps/web-roo-code/src/components/chromes/footer.tsx

Lines changed: 20 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -64,52 +64,52 @@ export function Footer() {
6464
<ul className="mt-6 space-y-4">
6565
<li>
6666
<ScrollButton
67-
targetId="features"
67+
targetId="product"
6868
className="text-sm leading-6 text-muted-foreground transition-colors hover:text-foreground">
6969
Features
7070
</ScrollButton>
7171
</li>
72-
<li>
73-
<Link
74-
href="/enterprise"
75-
className="text-sm leading-6 text-muted-foreground transition-colors hover:text-foreground">
76-
Enterprise
77-
</Link>
78-
</li>
7972
<li>
8073
<a
81-
href={EXTERNAL_LINKS.EVALS}
74+
href={EXTERNAL_LINKS.DOCUMENTATION}
8275
target="_blank"
8376
rel="noopener noreferrer"
8477
className="text-sm leading-6 text-muted-foreground transition-colors hover:text-foreground">
85-
Evals
78+
Docs
8679
</a>
8780
</li>
8881
<li>
8982
<a
90-
href={EXTERNAL_LINKS.SECURITY}
83+
href={EXTERNAL_LINKS.CHANGELOG}
9184
target="_blank"
9285
rel="noopener noreferrer"
9386
className="text-sm leading-6 text-muted-foreground transition-colors hover:text-foreground">
94-
Security
87+
Changelog
9588
</a>
9689
</li>
9790
<li>
9891
<a
99-
href={EXTERNAL_LINKS.INTEGRATIONS}
92+
href={EXTERNAL_LINKS.TESTIMONIALS}
10093
target="_blank"
10194
rel="noopener noreferrer"
10295
className="text-sm leading-6 text-muted-foreground transition-colors hover:text-foreground">
103-
Integrations
96+
Testimonials
10497
</a>
10598
</li>
99+
<li>
100+
<Link
101+
href="/enterprise"
102+
className="text-sm leading-6 text-muted-foreground transition-colors hover:text-foreground">
103+
Enterprise
104+
</Link>
105+
</li>
106106
<li>
107107
<a
108-
href={EXTERNAL_LINKS.CHANGELOG}
108+
href={EXTERNAL_LINKS.SECURITY}
109109
target="_blank"
110110
rel="noopener noreferrer"
111111
className="text-sm leading-6 text-muted-foreground transition-colors hover:text-foreground">
112-
Changelog
112+
Security Center
113113
</a>
114114
</li>
115115
</ul>
@@ -119,20 +119,20 @@ export function Footer() {
119119
<ul className="mt-6 space-y-4">
120120
<li>
121121
<a
122-
href={EXTERNAL_LINKS.FAQ}
122+
href={EXTERNAL_LINKS.EVALS}
123123
target="_blank"
124124
rel="noopener noreferrer"
125125
className="text-sm leading-6 text-muted-foreground transition-colors hover:text-foreground">
126-
FAQ
126+
Evals
127127
</a>
128128
</li>
129129
<li>
130130
<a
131-
href={EXTERNAL_LINKS.DOCUMENTATION}
131+
href={EXTERNAL_LINKS.FAQ}
132132
target="_blank"
133133
rel="noopener noreferrer"
134134
className="text-sm leading-6 text-muted-foreground transition-colors hover:text-foreground">
135-
Docs
135+
FAQ
136136
</a>
137137
</li>
138138
<li>
@@ -203,15 +203,6 @@ export function Footer() {
203203
Blog
204204
</a>
205205
</li>
206-
<li>
207-
<a
208-
href={EXTERNAL_LINKS.TESTIMONIALS}
209-
target="_blank"
210-
rel="noopener noreferrer"
211-
className="text-sm leading-6 text-muted-foreground transition-colors hover:text-foreground">
212-
Testimonials
213-
</a>
214-
</li>
215206
<li>
216207
<Link
217208
href="/terms"

apps/web-roo-code/src/components/chromes/nav-bar.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ export function NavBar({ stars, downloads }: NavBarProps) {
5959
</button>
6060
{/* Dropdown Menu */}
6161
<div className="absolute left-0 top-12 mt-2 w-40 rounded-md border border-border bg-background py-1 shadow-lg opacity-0 -translate-y-2 pointer-events-none group-hover:opacity-100 group-hover:translate-y-0 group-hover:pointer-events-auto transition-all duration-200">
62+
<ScrollButton
63+
targetId="faq"
64+
className="block px-4 py-2 text-sm text-muted-foreground transition-colors hover:bg-accent hover:text-foreground">
65+
FAQ
66+
</ScrollButton>
6267
<Link
6368
href="/evals"
6469
className="block px-4 py-2 text-sm text-muted-foreground transition-colors hover:bg-accent hover:text-foreground">
@@ -156,6 +161,12 @@ export function NavBar({ stars, downloads }: NavBarProps) {
156161
<div className="px-5 pb-2 pt-4 text-sm font-semibold uppercase tracking-wider text-muted-foreground">
157162
Resources
158163
</div>
164+
<ScrollButton
165+
targetId="faq"
166+
className="block w-full p-5 py-3 text-left text-foreground active:opacity-50"
167+
onClick={() => setIsMenuOpen(false)}>
168+
FAQ
169+
</ScrollButton>
159170
<Link
160171
href="/evals"
161172
className="block w-full p-5 py-3 text-left text-foreground active:opacity-50"

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,13 @@ export function InstallSection({ downloads }: InstallSectionProps) {
4646

4747
<div className="relative text-center">
4848
{/* Updated h2 to match other sections */}
49-
<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">
50-
Install Roo Code — Open & Flexible
49+
<h2 className="text-3xl font-bold tracking-tight text-foreground sm:text-5xl">
50+
Install Roo Code now
5151
</h2>
5252
<p className="mt-6 text-lg text-muted-foreground">
53-
Roo Code is open-source, model-agnostic, and developer-focused. Install from the VS Code
54-
Marketplace or the CLI in minutes, then bring your own AI model.
53+
Install from the VSCode Marketplace or the CLI in minutes, then bring your own AI model.
54+
<br />
55+
Roo Code is also compatible with all VSCode forks.
5556
</p>
5657

5758
<div className="mt-12 flex flex-col items-center justify-center gap-6">
@@ -64,7 +65,7 @@ export function InstallSection({ downloads }: InstallSectionProps) {
6465
<div className="relative flex items-center gap-3">
6566
<VscVscode className="h-6 w-6 sm:h-7 sm:w-7" />
6667
<span className="flex flex-wrap items-center gap-2">
67-
<span>VSCode Marketplace</span>
68+
<span>From VSCode Marketplace</span>
6869
{downloads !== null && (
6970
<>
7071
<span className="font-black opacity-60">&middot;</span>
@@ -80,7 +81,7 @@ export function InstallSection({ downloads }: InstallSectionProps) {
8081
<div className="absolute -inset-px rounded-xl bg-gradient-to-r from-blue-500/50 via-cyan-500/50 to-purple-500/50 opacity-30 blur-sm transition-all duration-500 group-hover:opacity-60 dark:opacity-40 dark:group-hover:opacity-70" />
8182
<div className="relative overflow-hidden rounded-xl border border-border bg-background/80 shadow-lg backdrop-blur-xl transition-all duration-500 ease-out group-hover:border-blue-500/50 group-hover:shadow-xl group-hover:shadow-blue-500/10 dark:border-border/50 dark:bg-background/60 dark:group-hover:border-blue-400/50">
8283
<div className="border-b border-border/50 bg-muted/30 px-4 py-3 dark:bg-muted/20">
83-
<div className="text-sm font-medium text-foreground">Install via CLI</div>
84+
<div className="text-sm font-medium text-foreground">or via CLI</div>
8485
</div>
8586
<div className="overflow-x-auto bg-background/50 dark:bg-background/30">
8687
<pre className="p-4">

0 commit comments

Comments
 (0)