"use client"; import { useTranslations } from "next-intl"; import { motion } from "framer-motion"; export function Newsletter() { const t = useTranslations("newsletter"); return (
{/* Decorative Background Elements */}
); }