From 5f489c006dd7711cfe59c422b4115037d8143d32 Mon Sep 17 00:00:00 2001 From: Alaguraj0361 Date: Wed, 3 Sep 2025 19:33:49 +0530 Subject: [PATCH] popup contact button updted --- components/AutoPopup.js | 13 +++++++++++++ public/locales/en/contact.json | 3 ++- public/locales/es/contact.json | 3 ++- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/components/AutoPopup.js b/components/AutoPopup.js index ba0f428..c7a854a 100644 --- a/components/AutoPopup.js +++ b/components/AutoPopup.js @@ -229,6 +229,19 @@ export default function AutoPopup() { {t("form.submitButton")} +
+

+ {t('contactInfo.callText')} +

+ +
+ diff --git a/public/locales/en/contact.json b/public/locales/en/contact.json index 368ece7..2f665d2 100644 --- a/public/locales/en/contact.json +++ b/public/locales/en/contact.json @@ -7,7 +7,8 @@ "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": "Welcome to Janahan Law.", - "pageSubTitle": "We’re here to help — send us a message below." + "pageSubTitle": "We’re here to help — send us a message below.", + "callText": "Book Your Free 15-Minute Consultation" }, "form": { "namePlaceholder": "Your Name", diff --git a/public/locales/es/contact.json b/public/locales/es/contact.json index 57e57e8..e9705c1 100644 --- a/public/locales/es/contact.json +++ b/public/locales/es/contact.json @@ -7,7 +7,8 @@ "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": "Bienvenido a Janahan Law.", - "pageSubTitle": "Estamos aquí para ayudarte — envíanos un mensaje a continuación." + "pageSubTitle": "Estamos aquí para ayudarte — envíanos un mensaje a continuación.", + "callText": "Reserva tu consulta gratuita de 15 minutos" }, "form": { "namePlaceholder": "Tu Nombre",