Skip to content

Commit 1fb1e42

Browse files
committed
Add "Contact us" link to header and update hero section text
1 parent 0742e32 commit 1fb1e42

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/lib/components/layout/Header.svelte

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
<div
5858
class="hidden md:flex items-center gap-6 flex-grow justify-end"
5959
>
60+
<a
61+
href="mailto:contact@kuzudb.com"
62+
rel="noopener noreferrer"
63+
class="hover:text-primary transition-colors">Contact us</a
64+
>
6065
<a
6166
href="https://demo.kuzudb.com"
6267
target="_blank"

src/lib/components/sections/Hero.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<p
144144
class="text-xl md:text-2xl text-muted-foreground mb-8 max-w-2xl mx-auto"
145145
>
146-
Kuzu is the simplest way to manage knowledge graphs and vectors.
146+
The easiest way to manage knowledge graphs and vectors.
147147
</p>
148148
<div class="flex gap-4 justify-center mb-8">
149149
<a href="//github.com/kuzudb/kuzu">

0 commit comments

Comments
 (0)