Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 7a469e7

Browse files
authored
Enterprise additional edits
* Enterprise Edition * Remove placeholder * Responsiveness * Testimonial edit * Additions to trusted by animation * Footer edits * Added discord to header
1 parent 5b3138b commit 7a469e7

File tree

7 files changed

+44
-26
lines changed

7 files changed

+44
-26
lines changed

src/lib/components/layout/Footer.svelte

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<footer class="bg-muted mt-20 border-t">
77
<div class="container mx-auto px-4 py-12">
8-
<div class="justify-between flex flex-row gap-12">
8+
<div class="justify-between flex flex-col md:flex-row gap-12">
99
<div class="space-y-4">
1010
<KuzuLogo
1111
textClass="text-muted-foreground"
@@ -110,6 +110,12 @@
110110
class="text-primary hover:text-foreground transition-colors"
111111
>Kamran Maksimov</a
112112
>
113+
and
114+
<a
115+
href="https://www.linkedin.com/in/lily-song-b82a18284/"
116+
class="text-primary hover:text-foreground transition-colors"
117+
>Lily Song</a
118+
>
113119
</p>
114120
</div>
115121
</div>

src/lib/components/layout/Header.svelte

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
target="_blank"
9595
rel="noopener noreferrer"
9696
class="hover:text-primary transition-colors"
97-
>Documentation</a
97+
>Docs</a
9898
>
9999
<a
100100
href="https://blog.kuzudb.com"
@@ -109,15 +109,15 @@
109109
<i class="fa-brands fa-github"></i>
110110
<span class="transition-all duration-300" class:hidden={scrolled}>GitHub</span>
111111
</a>
112-
<!-- <a
113-
href="//kuzudb.com/chat"
112+
<a
113+
href="https://discord.com/invite/VtX2gw9Rug"
114114
target="_blank"
115115
rel="noopener noreferrer"
116116
class="hover:text-primary transition-colors"
117117
>
118118
<i class="fa-brands fa-discord"></i>
119119
<span class="transition-all duration-300" class:hidden={scrolled}>Discord</span>
120-
</a> -->
120+
</a>
121121
<Button variant="ghost" size="icon" onclick={toggleMode}>
122122
<Sun
123123
class="h-[1.2rem] w-[1.2rem] rotate-0 scale-100 transition-all dark:-rotate-90 dark:scale-0"
@@ -189,6 +189,15 @@
189189
<i class="fa-brands fa-github"></i>
190190
</Button>
191191
</a>
192+
<a
193+
href="https://discord.com/invite/VtX2gw9Rug"
194+
target="_blank"
195+
rel="noopener noreferrer"
196+
>
197+
<Button variant="ghost" size="icon">
198+
<i class="fa-brands fa-discord"></i>
199+
</Button>
200+
</a>
192201
<Button
193202
variant="ghost"
194203
size="icon"

src/lib/components/sections/Enterprise.svelte

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
<img src="/img/visteon.png" loading="lazy" alt="Visteon" class="block dark:hidden h-12 w-auto max-w-[120px] object-contain" role="presentation" />
7777
<img src="/img/visteon-light.png" loading="lazy" alt="Visteon" class="hidden dark:block h-12 w-auto max-w-[120px] object-contain" role="presentation" />
7878
</div>
79+
<div class="flex items-center justify-center" aria-hidden="true">
80+
<img src="/img/sunlife-light.png" loading="lazy" alt="Sunlife" class="block dark:hidden h-12 w-auto max-w-[120px] object-contain" role="presentation" />
81+
<img src="/img/sunlife.png" loading="lazy" alt="Sunlife" class="hidden dark:block h-12 w-auto max-w-[120px] object-contain" role="presentation" />
82+
</div>
7983
<!-- Duplicate for seamless scroll -->
8084
<div class="flex items-center justify-center" aria-hidden="true">
8185
<img src="/img/jpmorgan.png" loading="lazy" alt="JPMorgan" class="block dark:hidden h-12 w-auto max-w-[120px] object-contain" role="presentation" />
@@ -96,6 +100,10 @@
96100
<img src="/img/visteon.png" loading="lazy" alt="Visteon" class="block dark:hidden h-12 w-auto max-w-[120px] object-contain" role="presentation" />
97101
<img src="/img/visteon-light.png" loading="lazy" alt="Visteon" class="hidden dark:block h-12 w-auto max-w-[120px] object-contain" role="presentation" />
98102
</div>
103+
<div class="flex items-center justify-center" aria-hidden="true">
104+
<img src="/img/sunlife-light.png" loading="lazy" alt="Sunlife" class="block dark:hidden h-12 w-auto max-w-[120px] object-contain" role="presentation" />
105+
<img src="/img/sunlife.png" loading="lazy" alt="Sunlife" class="hidden dark:block h-12 w-auto max-w-[120px] object-contain" role="presentation" />
106+
</div>
99107
</div>
100108
</div>
101109
</div>

src/lib/components/sections/Testimonials.svelte

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<script lang="ts">
22
const testimonials = [
3+
4+
{
5+
text: "Ever wish your AI could show its work instead of guessing in a black box? With graph databases like Kuzu and AI-generated Cypher queries, you get exactly that.",
6+
author: "Nick Talwar",
7+
role: "CTO of",
8+
company: "Bottega8, Ex-Microsoft",
9+
image: "/community/nicktalwar.jpg",
10+
},
311
412
{
513
text: "🚀 Build Real-Time Knowledge Graphs with kuzudb + LLMs. Production-grade, ultra-performant, step-by-step. ✅ Kuzu: high-performance graph DB, written in C++ Perfect for anyone building a real-time knowledge base.",
@@ -15,41 +23,28 @@
1523
company:"AcreHedge Inc.",
1624
image: "/community/todd.jpg"
1725
},
18-
{
19-
text: "We were looking for an in-process graph database to run lineage queries: Kuzu is very fast and has great foundations as the team behind it, and handles all the strange inferences we throw at it.",
20-
author: "Jacopo Tagliabue",
21-
role: "Founder of",
22-
company: "Bauplan Labs",
23-
image: "/community/jacopo.jpg"
24-
},
25-
{
26-
text: "Ever wish your AI could show its work instead of guessing in a black box? With graph databases like Kuzu and AI-generated Cypher queries, you get exactly that.",
27-
author: "Nick Talwar",
28-
role: "CTO of",
29-
company: "Bottega8, Ex-Microsoft",
30-
image: "/community/nicktalwar.jpg",
31-
},
3226
{
3327
text: "Embedded DBs are having a renaissance. RDBMS: SQLite OLAP: DuckDB Graph: KuzuDB Search: Chroma The developer experience is so good on these. Things just work. Really cool to see.",
3428
author: "Chris Riccomini",
3529
role: "Software Engineer, Author, Investor, Advisor",
3630
company: "",
3731
image: "/community/criccomini.jpg",
3832
},
33+
34+
{
35+
text: "We were looking for an in-process graph database to run lineage queries: Kuzu is very fast and has great foundations as the team behind it, and handles all the strange inferences we throw at it.",
36+
author: "Jacopo Tagliabue",
37+
role: "Founder of",
38+
company: "Bauplan Labs",
39+
image: "/community/jacopo.jpg"
40+
},
3941
{
4042
text: "1. KuzuDB seems faster than Neo4j across the board! (Upto 188x). 2. Features like vectorized query execution, morsel-driven parallelism, worst-case optimal joins, and factorized execution perhaps contribute to this. 3. Embeddability is a big usability win.",
4143
author: "ttanay666",
4244
role: "HackerNews",
4345
company: "",
4446
image: "",
4547
},
46-
{
47-
text: "Knowledge graphs are infinitely better than vector search for building the memory of AI agents. With five lines of code, you can build a knowledge graph with your data. When you see the results, you'll never go back to vector-mediocrity-land.",
48-
author: "Santiago Valdarrama",
49-
role: "Founder of",
50-
company: "Tideily",
51-
image: "/community/santiago.jpg"
52-
},
5348
];
5449
</script>
5550

static/img/gtt.png

152 Bytes
Loading

static/img/sunlife-light.png

34.5 KB
Loading

static/img/sunlife.png

24.7 KB
Loading

0 commit comments

Comments
 (0)