Compare commits

...

11 Commits

Author SHA1 Message Date
Alaguraj0361
5d6f14efff Merge branch 'main' of https://git.metatroncube.in/MetatroncubeSoftwareSolutions/janahan-law 2025-08-26 16:35:25 +05:30
Alaguraj0361
f8b8a14900 auto popup form submit success time auto close enabled 2025-08-26 16:35:02 +05:30
544629c830 Update next-i18next.config.js 2025-08-26 10:54:36 +00:00
Alaguraj0361
9061e06c43 Merge branch 'team' 2025-08-26 16:07:30 +05:30
Alaguraj0361
81052c12d6 Merge branch 'team' 2025-08-26 15:50:04 +05:30
Alaguraj0361
96d422f4b1 Merge branch 'main' of https://git.metatroncube.in/MetatroncubeSoftwareSolutions/janahan-law 2025-08-23 22:59:50 +05:30
Alaguraj0361
d71b2341a9 auto popup form style updated 2025-08-23 22:59:21 +05:30
a43e3e4747 Update next-i18next.config.js 2025-08-23 13:19:46 +00:00
f3f05985c3 Update next-i18next.config.js
testin
2025-08-23 13:18:42 +00:00
Alaguraj0361
4dad23d3a7 testing 2025-08-23 18:44:54 +05:30
Alaguraj0361
a96f47ade3 testing 2025-08-23 18:42:01 +05:30
4 changed files with 21 additions and 14 deletions

View File

@ -76,7 +76,7 @@ export default function AutoPopup() {
});
alert(t("form.successMessage"));
setShow(false)
setForms({
name: "",
email: "",
@ -126,15 +126,20 @@ 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">
@ -220,7 +225,7 @@ export default function AutoPopup() {
</div>
</div>
<button type="submit" className="btn btn-primary w-100" >
<button type="submit" className="theme-btn w-100" >
{t("form.submitButton")}
</button>
</form>

View File

@ -1,4 +1,3 @@
module.exports = {
i18n: {
defaultLocale: 'en',
@ -19,4 +18,5 @@ module.exports = {
// Vidhya - OurApproach
// Alagu Raj - 'common', 'menu', 'homeHero', 'home4Card', '(home)/homeAbout', '(home)/homeFeature', '(home)/testimonial', '(home)/homeCalltoAction', 'blog'
//
//1

View File

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

View File

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