import DotAnimatsiya from "@/components/dot/DotAnimatsiya"; import { useTranslations } from "next-intl"; export function FaqBanner() { const t = useTranslations(); return (
{/* Background Image */}
{/* Gradient Overlay - Bottom-left to top-right */}
{t("faq.banner.title")}

{t("faq.banner.subtitle")}

); }