Website overall

This commit is contained in:
2024-07-01 16:40:40 +01:00
parent b552bc4d3a
commit b9822eb21e
18 changed files with 135 additions and 40 deletions
+4 -3
View File
@@ -14,7 +14,7 @@
"part1": "We do all the digital footprint for you,",
"part2": "so you can focus on what's important!"
},
"button": "Yes, I want that!"
"button": "Contact Us"
},
"services": {
"heading": {
@@ -159,13 +159,14 @@
"company": "Company",
"phone": "Phone",
"question": "What is your most important question?",
"message": "Message",
"reference": "How did you hear about us?",
"button": "Send"
},
"toasts": {
"success": "Your message has been sent successfully!",
"error": "An error occurred while sending your message. Please try again later.",
"empty": "Please fill out all the fields before sending the message."
"empty": "Please fill out all the fields before sending the message.",
"invalidCountryCode": "Please enter a valid country code."
}
},
"footer": {
+2 -1
View File
@@ -165,7 +165,8 @@
"toasts": {
"success": "A tua mensagem foi enviada com sucesso!",
"error": "Ocorreu um erro ao enviar a tua mensagem. Por favor, tenta novamente mais tarde.",
"empty": "Por favor, preenche todos os campos antes de enviar a mensagem."
"empty": "Por favor, preenche todos os campos antes de enviar a mensagem.",
"invalidCountryCode": "Por favor, preenche um código de país válido."
}
},
"footer": {