diff --git a/apps/infoalloggi/src/pages/contatti.tsx b/apps/infoalloggi/src/pages/contatti.tsx
index 81213a9..8df2e77 100644
--- a/apps/infoalloggi/src/pages/contatti.tsx
+++ b/apps/infoalloggi/src/pages/contatti.tsx
@@ -19,6 +19,7 @@ import { useTranslation } from "~/providers/I18nProvider";
import { CheckCircle } from "lucide-react";
import { useState } from "react";
import { Checkbox } from "~/components/ui/checkbox";
+import { PhoneInput } from "~/components/phone-input";
const Contatto: NextPage = () => {
const { locale, t } = useTranslation();
@@ -165,11 +166,7 @@ const Contatto: NextPage = () => {
-
+
)}