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")}

+123-456-7890

image
); }