mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat: add copy button to terminal, expand Why Choose, add pricing section, reorder nav
This commit is contained in:
@@ -4,9 +4,9 @@ import { Github, Menu, Star, X } from "lucide-react";
|
||||
import { useState } from "react";
|
||||
|
||||
const links = [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Download", href: "#how-it-works" },
|
||||
{ label: "Pricing", href: "#enterprise" },
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Docs", href: "https://docs.snapotter.com" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user