diff --git a/apps/infoalloggi/src/pages/annuncio/[cod].tsx b/apps/infoalloggi/src/pages/annuncio/[cod].tsx index 741ffac..e9f07c6 100644 --- a/apps/infoalloggi/src/pages/annuncio/[cod].tsx +++ b/apps/infoalloggi/src/pages/annuncio/[cod].tsx @@ -4,6 +4,7 @@ import { BadgeEuro, Bath, BedDouble, + Building, Car, Clock, Copy, @@ -11,6 +12,7 @@ import { Ruler, Share2, TrafficCone, + Warehouse, } from "lucide-react"; import type { GetStaticPaths, GetStaticPropsContext, NextPage } from "next"; import Head from "next/head"; @@ -408,6 +410,8 @@ const CardInfos = () => { numero_bagni, caratteristiche, numero_postiauto, + numero_box, + anno, mq, piano, stato, @@ -492,12 +496,22 @@ const CardInfos = () => { {caratteristiche?.Scheda_Arredi || ""} +
+ + {anno || ""} +
{numero_postiauto || 0} {t.annunci.posti_auto}
+
+ + + {numero_box || 0} Garage + +