Add address localization for Infoalloggi office in English and Italian
This commit is contained in:
parent
e30cc7d7c6
commit
8c85316c9f
4 changed files with 6 additions and 4 deletions
|
|
@ -1264,6 +1264,8 @@ The Stable Rent service, ideal for those with demonstrable work references and f
|
|||
progetto: "The Project",
|
||||
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.",
|
||||
indirizzo:
|
||||
" Infoalloggi Office: Via Beata Giovanna, 1 a Bassano del Grappa (VI) 36061",
|
||||
},
|
||||
proprietari: {
|
||||
head: "Owners - Infoalloggi.it",
|
||||
|
|
|
|||
|
|
@ -1265,6 +1265,8 @@ export const it: LangDict = {
|
|||
progetto: "Il Progetto",
|
||||
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.",
|
||||
indirizzo:
|
||||
"Ufficio Infoalloggi: Via Beata Giovanna, 1 a Bassano del Grappa (VI) 36061",
|
||||
},
|
||||
proprietari: {
|
||||
head: "Proprietari - Infoalloggi.it",
|
||||
|
|
|
|||
|
|
@ -718,6 +718,7 @@ export type LangDict = {
|
|||
vision_desc: string;
|
||||
progetto: string;
|
||||
progetto_desc: string;
|
||||
indirizzo: string;
|
||||
};
|
||||
proprietari: {
|
||||
head: string;
|
||||
|
|
|
|||
|
|
@ -56,10 +56,7 @@ const ChiSiamo: NextPage = () => {
|
|||
</div>
|
||||
|
||||
<section className="text-center">
|
||||
<p className="text-lg">
|
||||
Ufficio Infoalloggi: Via Beata Giovanna, 1 a Bassano del Grappa
|
||||
(VI) 36061
|
||||
</p>
|
||||
<p className="text-lg">{t.chi_siamo.indirizzo}</p>
|
||||
</section>
|
||||
</div>
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue