"use client"; import Image from "next/image"; import { Button, Input } from "@heroui/react"; const NEWSLETTER_IMAGE = "/content/newsletter-dog.png"; function EnvelopeIcon({ className }: { className?: string }) { return ( ); } export function NewsletterSection() { return ( {/* Left Content */} Inner peace, inner peas... Newsletter please 🐶... e.preventDefault()} noValidate > {/* Mobile: stacked. Desktop (md+): combined pill */} Subscribe {/* Right Content - Dog Image */} ); }