Add comprehensive /features page + allow Unsplash imagery

This commit is contained in:
Leon Serfaty
2026-06-08 04:37:10 -04:00
parent 8138827657
commit 305278a846
11 changed files with 1008 additions and 44 deletions
+2 -1
View File
@@ -15,9 +15,10 @@ export function SiteHeader() {
<nav className="hidden items-center gap-8 text-sm font-medium text-muted-foreground md:flex">
<Link href="/#how-it-works" className="transition-colors hover:text-foreground">How it works</Link>
<Link href="/#features" className="transition-colors hover:text-foreground">Features</Link>
<Link href="/features" className="transition-colors hover:text-foreground">Features</Link>
<Link href="/pricing" className="transition-colors hover:text-foreground">Pricing</Link>
<Link href="/faq" className="transition-colors hover:text-foreground">FAQ</Link>
<Link href="/about" className="transition-colors hover:text-foreground">About</Link>
</nav>
<div className="flex items-center gap-2">