Compare commits
No commits in common. "5d6f14efffe13af7175bf294fa5ba444b0b3397f" and "af4a00a740c9e768c329e6f9777b5bc1c4834da2" have entirely different histories.
5d6f14efff
...
af4a00a740
@ -76,7 +76,7 @@ export default function AutoPopup() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
alert(t("form.successMessage"));
|
alert(t("form.successMessage"));
|
||||||
setShow(false)
|
|
||||||
setForms({
|
setForms({
|
||||||
name: "",
|
name: "",
|
||||||
email: "",
|
email: "",
|
||||||
@ -126,20 +126,15 @@ export default function AutoPopup() {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div className="card shadow-lg">
|
<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="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" }}>
|
<div style={{ padding: "15px 10px 15px 20px" }}>
|
||||||
<form onSubmit={submitHandler} className="contact-validation-active">
|
<form onSubmit={submitHandler} className="contact-validation-active">
|
||||||
<div className="row w-100">
|
<div className="row w-100">
|
||||||
@ -225,7 +220,7 @@ export default function AutoPopup() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button type="submit" className="theme-btn w-100" >
|
<button type="submit" className="btn btn-primary w-100" >
|
||||||
{t("form.submitButton")}
|
{t("form.submitButton")}
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
i18n: {
|
i18n: {
|
||||||
defaultLocale: 'en',
|
defaultLocale: 'en',
|
||||||
@ -18,5 +19,4 @@ module.exports = {
|
|||||||
// Vidhya - OurApproach
|
// Vidhya - OurApproach
|
||||||
|
|
||||||
// Alagu Raj - 'common', 'menu', 'homeHero', 'home4Card', '(home)/homeAbout', '(home)/homeFeature', '(home)/testimonial', '(home)/homeCalltoAction', 'blog'
|
// Alagu Raj - 'common', 'menu', 'homeHero', 'home4Card', '(home)/homeAbout', '(home)/homeFeature', '(home)/testimonial', '(home)/homeCalltoAction', 'blog'
|
||||||
//
|
|
||||||
//1
|
|
||||||
|
|||||||
@ -6,8 +6,7 @@
|
|||||||
"phone": "+1 (305) 330-7413",
|
"phone": "+1 (305) 330-7413",
|
||||||
"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": "Contact Us"
|
||||||
"pageSubTitle": "We’re here to help — send us a message below."
|
|
||||||
},
|
},
|
||||||
"form": {
|
"form": {
|
||||||
"namePlaceholder": "Your Name",
|
"namePlaceholder": "Your Name",
|
||||||
|
|||||||
@ -6,8 +6,7 @@
|
|||||||
"phone": "+1 (305) 330-7413",
|
"phone": "+1 (305) 330-7413",
|
||||||
"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": "Contáctenos"
|
||||||
"pageSubTitle": "Estamos aquí para ayudarte — envíanos un mensaje a continuación."
|
|
||||||
},
|
},
|
||||||
"form": {
|
"form": {
|
||||||
"namePlaceholder": "Tu Nombre",
|
"namePlaceholder": "Tu Nombre",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user