feat(front-end): contact form and about separated
Some checks failed
Build, Test and Deploy / test-backend (push) Failing after 17s
Build, Test and Deploy / build-and-push (push) Has been skipped
Build, Test and Deploy / deploy (push) Has been skipped

This commit is contained in:
2026-02-04 15:17:29 +01:00
parent d816eeda1d
commit 2f7e8798d2
9 changed files with 437 additions and 81 deletions

View File

@@ -1,8 +1,10 @@
{
"NAV": {
"HOME": "Home",
"CALCULATOR": "Calcolatore",
"SHOP": "Shop",
"ABOUT": "Chi Siamo"
"ABOUT": "Chi Siamo",
"CONTACT": "Contattaci"
},
"FOOTER": {
"PRIVACY": "Privacy",
@@ -63,7 +65,22 @@
"SERVICE_4": "Verifica file e ottimizzazione per la stampa",
"TARGET_TITLE": "Per chi è",
"TARGET_TEXT": "Piccole aziende, freelance, smanettoni e clienti che cercano un prodotto già pronto dallo shop.",
"CONTACT_US": "Contattaci",
"SEND": "Invia Messaggio"
"TEAM_TITLE": "Il Nostro Team"
},
"CONTACT": {
"TITLE": "Contattaci",
"SEND": "Invia Messaggio",
"REQ_TYPE_LABEL": "Tipo di Richiesta",
"REQ_TYPE_CUSTOM": "Preventivo Personalizzato",
"REQ_TYPE_SERIES": "Stampa in Serie",
"REQ_TYPE_CONSULT": "Consulenza",
"REQ_TYPE_QUESTION": "Domande Generali",
"PHONE": "Telefono",
"IS_COMPANY": "Sei un'azienda?",
"COMPANY_NAME": "Ragione Sociale",
"REF_PERSON": "Persona di Riferimento",
"UPLOAD_LABEL": "Allegati",
"UPLOAD_HINT": "Max 15 file. Supportati: Immagini, PDF, STL, STEP, 3MF, OBJ",
"DROP_FILES": "Trascina qui i file o clicca per caricare"
}
}