feat: add confidentiality notice to SchedaAnnuncio component

This commit is contained in:
Marco Pedone 2025-10-28 12:44:26 +01:00
parent 7b545f21cb
commit ec377438cf

View file

@ -245,7 +245,14 @@ function SchedaAnnuncio({ data }: { data: Annunci }) {
</div> </div>
</> </>
)} )}
<div className="mx-auto max-w-2xl pt-2 text-center text-muted-foreground text-xs">
<p>
Informazione strettamente riservata ed indirizzata all'Utente
Arca-Infoalloggi nel rispetto dell' Art. F. Precisazione dei Tuoi
Obblighi e responsabilità delle Condizioni Generali di Contratto
(CGC) accettate
</p>
</div>
<div className="pt-2 text-center text-muted-foreground text-xs"> <div className="pt-2 text-center text-muted-foreground text-xs">
<p>{footer}</p> <p>{footer}</p>
<p className="mt-1"> <p className="mt-1">