diff --git a/apps/infoalloggi/public/rent_0.webp b/apps/infoalloggi/public/rent_0.webp index 5e2c7d0..f7d77f4 100644 Binary files a/apps/infoalloggi/public/rent_0.webp and b/apps/infoalloggi/public/rent_0.webp differ diff --git a/apps/infoalloggi/public/rent_1.webp b/apps/infoalloggi/public/rent_1.webp index bd87eb3..fbfc08c 100644 Binary files a/apps/infoalloggi/public/rent_1.webp and b/apps/infoalloggi/public/rent_1.webp differ diff --git a/apps/infoalloggi/public/rent_2.webp b/apps/infoalloggi/public/rent_2.webp index 334e7c9..6073aeb 100644 Binary files a/apps/infoalloggi/public/rent_2.webp and b/apps/infoalloggi/public/rent_2.webp differ diff --git a/apps/infoalloggi/src/pages/chi-siamo.tsx b/apps/infoalloggi/src/pages/chi-siamo.tsx index e86177d..a301446 100644 --- a/apps/infoalloggi/src/pages/chi-siamo.tsx +++ b/apps/infoalloggi/src/pages/chi-siamo.tsx @@ -1,5 +1,8 @@ +import { ArrowRight } from "lucide-react"; import type { NextPage } from "next"; import Head from "next/head"; +import Image from "next/image"; +import Link from "next/link"; import { useTranslation } from "~/providers/I18nProvider"; const ChiSiamo: NextPage = () => { const { t } = useTranslation(); @@ -10,25 +13,88 @@ const ChiSiamo: NextPage = () => { {t.heads.chi_siamo_titolo} -
+
{t.chi_siamo.title}
-
-
-
-

{t.chi_siamo.mission}

-

{t.chi_siamo.mission_desc}

+
+
+
+
-
-

{t.chi_siamo.vision}

-

{t.chi_siamo.vision_desc}

+
+

+ {t.proprietari.cta2.title1}{" "} + + {t.proprietari.cta2.title2} + + {t.proprietari.cta2.title3} +

+

+ {t.proprietari.cta2.desc} +

+ + {t.proprietari.contattaci} + + +
+
+ +
+
+
+

{t.chi_siamo.mission}

+

{t.chi_siamo.mission_desc}

+
+
+

{t.chi_siamo.vision}

+

{t.chi_siamo.vision_desc}

+
+
+
+

{t.chi_siamo.progetto}

+

{t.chi_siamo.progetto_desc}

-
-

{t.chi_siamo.progetto}

-

{t.chi_siamo.progetto_desc}

-
+ +
+
+

+ {t.proprietari.cta1.title1}{" "} + + {t.proprietari.cta1.title2} + +

+

+ {t.proprietari.cta1.desc} +

+ + {t.proprietari.contattaci} + + +
+
+ +
+
diff --git a/apps/infoalloggi/src/pages/proprietari.tsx b/apps/infoalloggi/src/pages/proprietari.tsx index 069c85a..ace6d67 100644 --- a/apps/infoalloggi/src/pages/proprietari.tsx +++ b/apps/infoalloggi/src/pages/proprietari.tsx @@ -45,8 +45,8 @@ const Proprietari: NextPage = () => { src="/rent_0.webp" alt="" className="w-full rounded-md object-cover" - width={800} - height={300} + width={1400} + height={1050} /> @@ -66,8 +66,8 @@ const Proprietari: NextPage = () => { src="/rent_2.webp" alt="" className="w-full rounded-md object-cover" - width={800} - height={300} + width={1400} + height={1050} />