mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: remove all demo.snapotter.com references, replace with Pricing link in footer
This commit is contained in:
@@ -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" },
|
||||
],
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user