popup contact button updted

This commit is contained in:
Alaguraj0361 2025-09-03 19:33:49 +05:30
parent 5d6f14efff
commit 5f489c006d
3 changed files with 17 additions and 2 deletions

View File

@ -229,6 +229,19 @@ export default function AutoPopup() {
{t("form.submitButton")} {t("form.submitButton")}
</button> </button>
</form> </form>
<div className="mt-3 d-flex justify-content-center align-items-center gap-2">
<p className="mb-0 fw-semibold" style={{color:"#c4242a"}}>
{t('contactInfo.callText')}
</p>
<button
type="button"
onClick={() => (window.location.href = "tel:+13053307413")}
className="btn px-3 py-2 fw-bold" style={{background:"#102548", color:"white"}}
>
{t("contactInfo.callTitle")}
</button>
</div>
</div> </div>
</div> </div>
</div> </div>

View File

@ -7,7 +7,8 @@
"questionTitle": "Have Any Question?", "questionTitle": "Have Any Question?",
"questionDesc": "Were here to help with all your U.S. immigration and legal needs — contact Janahan Law for trusted guidance today.", "questionDesc": "Were here to help with all your U.S. immigration and legal needs — contact Janahan Law for trusted guidance today.",
"pageTitle": "Welcome to Janahan Law.", "pageTitle": "Welcome to Janahan Law.",
"pageSubTitle": "Were here to help — send us a message below." "pageSubTitle": "Were here to help — send us a message below.",
"callText": "Book Your Free 15-Minute Consultation"
}, },
"form": { "form": {
"namePlaceholder": "Your Name", "namePlaceholder": "Your Name",

View File

@ -7,7 +7,8 @@
"questionTitle": "¿Tienes alguna pregunta?", "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.", "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.", "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": { "form": {
"namePlaceholder": "Tu Nombre", "namePlaceholder": "Tu Nombre",