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

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

{t("services.banner.description")}
); }