import DotAnimatsiya from "@/components/dot/DotAnimatsiya"; import { ChevronRight } from "lucide-react"; import { useTranslations } from "next-intl"; import Image from "next/image"; import Link from "next/link"; export function OurService() { const t = useTranslations(); return (
{/* Header */}
{t("home.services.title")}

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

{t("home.services.description")}

{/* cards */}

{t("home.services.services.operation.title")}

{t("home.services.services.operation.description")}

images

{t("home.services.services.suppression.title")}

{t("home.services.services.suppression.description")}

images
images

{t("home.services.services.safety.title")}

{t("home.services.services.safety.description")}

{t("home.services.services.monitoring.title")}

{t("home.services.services.monitoring.description")}

images

{t("home.services.viewMoreServices")}

{t("home.services.viewMore")}
); }