import { Button } from "@/registry/ui/button" import { Input } from "@/registry/ui/input" import { Label } from "@/registry/ui/label" export default function CtaNewsletter() { return (

One email a month, written by the people who shipped it

What changed, what broke, and what we learned from it. No launches you already read about somewhere else.

Unsubscribe in one click. We never pass the address on.

) }