Add address localization for Infoalloggi office in English and Italian

This commit is contained in:
Marco Pedone 2025-08-13 16:58:39 +02:00
parent e30cc7d7c6
commit 8c85316c9f
4 changed files with 6 additions and 4 deletions

View file

@ -1264,6 +1264,8 @@ The Stable Rent service, ideal for those with demonstrable work references and f
progetto: "The Project", progetto: "The Project",
progetto_desc: progetto_desc:
"Infoalloggi.it is the online project of Arcenia S.r.L., an innovative real estate services company founded in 2000 to offer private individuals looking for a home the opportunity to meet and deal directly with property owners.", "Infoalloggi.it is the online project of Arcenia S.r.L., an innovative real estate services company founded in 2000 to offer private individuals looking for a home the opportunity to meet and deal directly with property owners.",
indirizzo:
" Infoalloggi Office: Via Beata Giovanna, 1 a Bassano del Grappa (VI) 36061",
}, },
proprietari: { proprietari: {
head: "Owners - Infoalloggi.it", head: "Owners - Infoalloggi.it",

View file

@ -1265,6 +1265,8 @@ export const it: LangDict = {
progetto: "Il Progetto", progetto: "Il Progetto",
progetto_desc: progetto_desc:
"Infoalloggi.it è il progetto online di Arcenia S.r.L. società di servizi immobiliari innovativi, nata nel 2000 per offrire ai privati che cercano casa di incontrare e trattare direttamente con i proprietari che offrono casa.", "Infoalloggi.it è il progetto online di Arcenia S.r.L. società di servizi immobiliari innovativi, nata nel 2000 per offrire ai privati che cercano casa di incontrare e trattare direttamente con i proprietari che offrono casa.",
indirizzo:
"Ufficio Infoalloggi: Via Beata Giovanna, 1 a Bassano del Grappa (VI) 36061",
}, },
proprietari: { proprietari: {
head: "Proprietari - Infoalloggi.it", head: "Proprietari - Infoalloggi.it",

View file

@ -718,6 +718,7 @@ export type LangDict = {
vision_desc: string; vision_desc: string;
progetto: string; progetto: string;
progetto_desc: string; progetto_desc: string;
indirizzo: string;
}; };
proprietari: { proprietari: {
head: string; head: string;

View file

@ -56,10 +56,7 @@ const ChiSiamo: NextPage = () => {
</div> </div>
<section className="text-center"> <section className="text-center">
<p className="text-lg"> <p className="text-lg">{t.chi_siamo.indirizzo}</p>
Ufficio Infoalloggi: Via Beata Giovanna, 1 a Bassano del Grappa
(VI) 36061
</p>
</section> </section>
</div> </div>
</main> </main>