chore: update branding from Private by default to Open Source

This commit is contained in:
2025-09-10 20:55:34 -03:00
parent 8f2a42003e
commit 17161f2c0a
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ export default function Footer() {
<span className="font-medium">Reflecto</span>
<span className="hidden sm:inline"></span>
<span className="hidden text-muted-foreground sm:inline">
Private by default
Open Source
</span>
</div>

View File

@@ -321,7 +321,7 @@ function HomeComponent() {
<div className="mt-8 flex items-center gap-3 text-muted-foreground text-xs">
<img src="/icon.svg" alt="Icon" />
<span>Private by default Powered by lightweight AI</span>
<span>Open Source Powered by lightweight AI</span>
</div>
</div>
{/* Showcase preview */}
@@ -336,7 +336,7 @@ function HomeComponent() {
<div className="mx-auto grid max-w-4xl grid-cols-2 gap-4 pb-8 text-center sm:grid-cols-4">
{[
{ n: "2x", l: "Faster capture" },
{ n: "100%", l: "Private by default" },
{ n: "100%", l: "Open Source" },
{ n: "< 1s", l: "Search latency" },
{ n: "∞", l: "Ideas connected" },
].map((s) => (