feat: add copy button to terminal, expand Why Choose, add pricing section, reorder nav

This commit is contained in:
ashim-hq
2026-04-24 00:04:25 +08:00
parent 6e6c268910
commit afdd9fd165
5 changed files with 146 additions and 11 deletions
+2 -2
View File
@@ -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" },
];