Compare commits

..

No commits in common. "96d422f4b10877f9015dad5cca822bc7124aaf3b" and "a43e3e4747c30b2315edf856f6a94f5bd00251fc" have entirely different histories.

3 changed files with 10 additions and 17 deletions

View File

@ -126,20 +126,15 @@ export default function AutoPopup() {
}}
>
<div className="card shadow-lg">
<div className="card-header d-flex justify-content-between align-items-center">
<h5 className="mb-0">{t('contactInfo.pageTitle')}</h5>
<button
type="button"
className="btn-close"
onClick={() => setShow(false)}
></button>
</div>
<div className="card-body p-0">
<div className=" d-flex justify-content-between g-5 align-items-center p-3">
<div>
<h3 className="mb-0 " style={{color:"#c4242a"}}>{t('contactInfo.pageTitle')}</h3>
<p className="mb-0">{t('contactInfo.pageSubTitle')}</p>
</div>
<button
type="button"
className="btn-close"
onClick={() => setShow(false)}
></button>
</div>
<div style={{ padding: "15px 10px 15px 20px" }}>
<form onSubmit={submitHandler} className="contact-validation-active">
<div className="row w-100">

View File

@ -6,8 +6,7 @@
"phone": "+1 (305) 330-7413",
"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.",
"pageTitle": "Welcome to Janahan Law.",
"pageSubTitle": "Were here to help — send us a message below."
"pageTitle": "Contact Us"
},
"form": {
"namePlaceholder": "Your Name",

View File

@ -6,8 +6,7 @@
"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": "Bienvenido a Janahan Law.",
"pageSubTitle": "Estamos aquí para ayudarte — envíanos un mensaje a continuación."
"pageTitle": "Contáctenos"
},
"form": {
"namePlaceholder": "Tu Nombre",