import { Button } from "@/registry/ui/button" export default function Header() { const links = ["Product", "Docs", "Pricing", "Changelog"] return (
Acme
) }