From 2669de4caf6537256c7222eb8f52bd8cde0bf31f Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Wed, 29 Apr 2026 16:40:39 +0200 Subject: [PATCH] feat: add building year and garage information to CardInfos component --- apps/infoalloggi/src/pages/annuncio/[cod].tsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 + +