We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0742e32 commit 1fb1e42Copy full SHA for 1fb1e42
src/lib/components/layout/Header.svelte
@@ -57,6 +57,11 @@
57
<div
58
class="hidden md:flex items-center gap-6 flex-grow justify-end"
59
>
60
+ <a
61
+ href="mailto:contact@kuzudb.com"
62
+ rel="noopener noreferrer"
63
+ class="hover:text-primary transition-colors">Contact us</a
64
+ >
65
<a
66
href="https://demo.kuzudb.com"
67
target="_blank"
src/lib/components/sections/Hero.svelte
@@ -143,7 +143,7 @@
143
<p
144
class="text-xl md:text-2xl text-muted-foreground mb-8 max-w-2xl mx-auto"
145
146
- Kuzu is the simplest way to manage knowledge graphs and vectors.
+ The easiest way to manage knowledge graphs and vectors.
147
</p>
148
<div class="flex gap-4 justify-center mb-8">
149
<a href="//github.com/kuzudb/kuzu">
0 commit comments