feat: add confidentiality notice to SchedaAnnuncio component
This commit is contained in:
parent
7b545f21cb
commit
ec377438cf
1 changed files with 8 additions and 1 deletions
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue