import { Button } from "@/components/ui/button"; import { Input } from "@/components/ui/input"; export const NewsletterSection = () => { return (

Stay Connected

Subscribe to our newsletter for helpful resources, event announcements, and therapeutic insights.

); };