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

Commit 7ed6884

Browse files
authored
Minor Edits (#195)
1 parent c953d92 commit 7ed6884

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/lib/components/sections/Features.svelte

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
}> = [
1111
{
1212
icon: DatabaseZap,
13-
title: 'Embedded',
14-
description: 'Runs in-process, no external servers. Stores on-disk or in-memory'
13+
title: 'Runs In-process,',
14+
description: 'Embedded, no external servers. Stores on-disk or in-memory'
1515
},
1616
{
1717
icon: Expand,
@@ -24,11 +24,6 @@
2424
title: 'Cypher',
2525
description: 'Property graph data model with Cypher query language support',
2626
},
27-
{
28-
icon: LockOpen,
29-
title: 'Open-source',
30-
description: 'Free and open-source (MIT licensed) with support options'
31-
},
3227
{
3328
icon: LayoutDashboard,
3429
title: 'Full-featured',
@@ -38,7 +33,12 @@
3833
icon: Puzzle,
3934
title: 'AI and Data Ecosystem',
4035
description: 'Works with LangChain, PyTorch Geometric, LlamaIndex, Pandas, Parquet, Iceberg, and more'
41-
}
36+
},
37+
{
38+
icon: LockOpen,
39+
title: 'Open-source',
40+
description: 'Free and open-source (MIT licensed) with support options'
41+
},
4242
];
4343
</script>
4444

@@ -66,4 +66,4 @@
6666
{/each}
6767
</div>
6868
</div>
69-
</section>
69+
</section>

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 of transforming your data into a knowledge graph.
146+
Kuzu is the simplest 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)