fix: remove all demo.snapotter.com references, replace with Pricing link in footer

This commit is contained in:
ashim-hq
2026-04-24 00:18:02 +08:00
parent 758913ba7d
commit 0ed700aa49
2 changed files with 1 additions and 13 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const columns = [
title: "Product",
links: [
{ label: "Features", href: "#features" },
{ label: "Demo", href: "https://demo.snapotter.com" },
{ label: "Pricing", href: "#pricing" },
{ label: "Enterprise", href: "/contact" },
],
},
-12
View File
@@ -49,12 +49,6 @@ export function Navbar() {
<Star size={12} className="text-accent" />
<span>Star</span>
</a>
<a
href="https://demo.snapotter.com"
className="rounded-lg border border-accent px-4 py-1.5 text-sm font-medium text-accent transition-colors hover:bg-accent/10"
>
Try Demo
</a>
<a
href="/contact"
className="rounded-lg bg-accent px-4 py-1.5 text-sm font-medium text-accent-foreground transition-colors hover:bg-accent-hover"
@@ -96,12 +90,6 @@ export function Navbar() {
<Star size={12} className="text-accent" />
Star on GitHub
</a>
<a
href="https://demo.snapotter.com"
className="block rounded-lg border border-accent px-4 py-2 text-center text-sm font-medium text-accent"
>
Try Demo
</a>
<a
href="/contact"
className="block rounded-lg bg-accent px-4 py-2 text-center text-sm font-medium text-accent-foreground"