popup contact button updted
This commit is contained in:
parent
5d6f14efff
commit
5f489c006d
@ -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>
|
||||||
|
|||||||
@ -7,7 +7,8 @@
|
|||||||
"questionTitle": "Have Any Question?",
|
"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.",
|
"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.",
|
"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": {
|
"form": {
|
||||||
"namePlaceholder": "Your Name",
|
"namePlaceholder": "Your Name",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user