Components
A full-width horizontal newsletter band with a branding label, heading, and subtext on the left, and an inline email input with a subscribe button, consent checkbox, and privacy note on the right.
Loading preview...
import NewsletterBlock from "@/components/ui/newsletter-2";
export default function Default() {
return <NewsletterBlock />;
}