import { Button } from "@/registry/ui/button" export default function HeaderCentered() { const left = ["Product", "Docs"] const right = ["Pricing", "Blog"] return (
Acme
) }