import { Phone } from "lucide-react"; import { useTranslations } from "next-intl"; import Image from "next/image"; export function Line() { const t = useTranslations(); return (

{t("home.contactLine.text")}

+998-55-055-21-21

image
); }