Skip to content

Commit b406bf6

Browse files
committed
chore: add links to nova
1 parent cc76adf commit b406bf6

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

routes/index.tsx

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,16 @@ export default function Home() {
1919
Andromeda
2020
</h1>
2121
<p class="text-xl text-subtext1 max-w-3xl mx-auto leading-relaxed mb-8">
22-
The simplest JavaScript and TypeScript runtime, fully written in
23-
Rust 🦀 and powered by Nova
22+
The simplest JavaScript and TypeScript runtime, 100% written in Rust
23+
🦀 and powered by{" "}
24+
<a
25+
href="https://trynova.dev/"
26+
class="text-text hover:text-subtext0 underline font-semibold transition-colors"
27+
target="_blank"
28+
rel="noopener noreferrer"
29+
>
30+
Nova
31+
</a>
2432
</p>
2533

2634
{/* Install Command */}
@@ -33,7 +41,7 @@ export default function Home() {
3341
<div class="mt-8 flex flex-col sm:flex-row gap-4 justify-center">
3442
<a
3543
href="#features"
36-
class="bg-crust hover:bg-mantle text-text px-8 py-3 rounded-lg font-semibold transition-colors"
44+
class="border border-surface1 bg-crust hover:bg-mantle text-text px-8 py-3 rounded-lg font-semibold transition-colors"
3745
>
3846
Learn More
3947
</a>
@@ -72,8 +80,17 @@ export default function Home() {
7280
Nova Powered
7381
</h3>
7482
<p class="text-subtext1">
75-
Powered by Nova engine for exceptional JavaScript and TypeScript
76-
execution performance.
83+
Powered by{" "}
84+
<a
85+
href="https://trynova.dev/"
86+
class="text-text hover:text-subtext0 underline font-semibold transition-colors"
87+
target="_blank"
88+
rel="noopener noreferrer"
89+
>
90+
Nova
91+
</a>{" "}
92+
engine for exceptional JavaScript and TypeScript execution
93+
performance.
7794
</p>
7895
</div>
7996
<div class="text-center p-6 bg-base rounded-lg shadow-sm border border-surface0">
@@ -154,7 +171,7 @@ andromeda run app.ts`}</code>
154171
<div class="mt-12">
155172
<a
156173
href="/docs"
157-
class="bg-crust hover:bg-mantle text-text px-8 py-3 rounded-lg font-semibold transition-colors"
174+
class="border border-surface1 bg-crust hover:bg-mantle text-text px-8 py-3 rounded-lg font-semibold transition-colors"
158175
>
159176
Read Full Documentation
160177
</a>

0 commit comments

Comments
 (0)