diff --git a/components/AutoPopup.js b/components/AutoPopup.js index a1a0b3f..7efcd59 100644 --- a/components/AutoPopup.js +++ b/components/AutoPopup.js @@ -126,15 +126,20 @@ export default function AutoPopup() { }} >
-
-
{t('contactInfo.pageTitle')}
- -
+
+
+
+

{t('contactInfo.pageTitle')}

+

{t('contactInfo.pageSubTitle')}

+
+ + +
diff --git a/public/locales/en/contact.json b/public/locales/en/contact.json index c9e64f4..472f30d 100644 --- a/public/locales/en/contact.json +++ b/public/locales/en/contact.json @@ -6,7 +6,8 @@ "phone": "+1 (305) 330-7413", "questionTitle": "Have Any Question?", "questionDesc": "We’re here to help with all your U.S. immigration and legal needs — contact Janahan Law for trusted guidance today.", - "pageTitle": "Contact Us" + "pageTitle": "Welcome to Janahan Law.", + "pageSubTitle": "We’re here to help — send us a message below." }, "form": { "namePlaceholder": "Your Name", diff --git a/public/locales/es/contact.json b/public/locales/es/contact.json index 6eb405a..d589cc9 100644 --- a/public/locales/es/contact.json +++ b/public/locales/es/contact.json @@ -6,7 +6,8 @@ "phone": "+1 (305) 330-7413", "questionTitle": "¿Tienes alguna pregunta?", "questionDesc": "Estamos aquí para ayudarte con todas tus necesidades legales y de inmigración en EE. UU. — contacta a Janahan Law para obtener orientación confiable hoy.", - "pageTitle": "Contáctenos" + "pageTitle": "Bienvenido a Janahan Law.", + "pageSubTitle": "Estamos aquí para ayudarte — envíanos un mensaje a continuación." }, "form": { "namePlaceholder": "Tu Nombre",