diff --git a/cibus-industries b/cibus-industries
index 5720093..b23b283 160000
--- a/cibus-industries
+++ b/cibus-industries
@@ -1 +1 @@
-Subproject commit 5720093c8032099dd47e1a444470f4ab8f7e40aa
+Subproject commit b23b283f4b7b8d46ca01f0019f6cd1436e23c9cd
diff --git a/components/ContactFrom/ContactForm.js b/components/ContactFrom/ContactForm.js
index a58f0f1..fe601b7 100644
--- a/components/ContactFrom/ContactForm.js
+++ b/components/ContactFrom/ContactForm.js
@@ -57,7 +57,7 @@ const ContactForm = () => {
phone: forms.phone,
subject: forms.subject,
message: `Subject: ${forms.subject}\n\nMessage:\n${forms.message}`,
- to: "your-receiving-email@example.com",
+ to: "info@janahanlaw.com",
senderName: "Website Contact Form",
recaptchaToken: recaptchaToken,
};
diff --git a/components/HeaderTopbar/HeaderTopbar.js b/components/HeaderTopbar/HeaderTopbar.js
index 66dda34..90ad37b 100644
--- a/components/HeaderTopbar/HeaderTopbar.js
+++ b/components/HeaderTopbar/HeaderTopbar.js
@@ -69,7 +69,7 @@ const HeaderTopbar = () => {
-
+
{t('contactUs')}
diff --git a/public/locales/en/contact.json b/public/locales/en/contact.json
index ce08902..78c5942 100644
--- a/public/locales/en/contact.json
+++ b/public/locales/en/contact.json
@@ -11,13 +11,29 @@
"namePlaceholder": "Your Name",
"emailPlaceholder": "Your Email",
"phonePlaceholder": "Your Phone",
- "subjectPlaceholder": "Select Subject",
+ "subjectPlaceholder": "Select Service",
"subjectOptions": [
- "River Development",
- "Village Development",
- "Road Development",
- "Town Development",
- "Social Development"
+ "Family Immigration Assistance",
+ "Employment & Work Visa Solutions",
+ "Citizenship & Naturalization Support",
+ "Investor & Business Immigration Services",
+ "Asylum & Humanitarian Immigration Support",
+ "Deportation Defense & Legal Representation",
+ "Reunite With Loved Ones",
+ "Personalized Guidance",
+ "Support Every Step",
+ "Work & Investment Visas",
+ "Corporate Compliance",
+ "Strategic Solutions",
+ "Protect Against Deportation",
+ "Legal Representation",
+ "Tailored Defense Strategy",
+ "Naturalization Guidance",
+ "Multilingual Support",
+ "Preparation & Review",
+ "Immediate Legal Support",
+ "Critical Case Handling",
+ "24/7 Consultation"
],
"messagePlaceholder": "Message",
"submitButton": "Submit Now",
diff --git a/public/locales/es/contact.json b/public/locales/es/contact.json
index 564bd7f..46d2ac5 100644
--- a/public/locales/es/contact.json
+++ b/public/locales/es/contact.json
@@ -11,13 +11,29 @@
"namePlaceholder": "Tu Nombre",
"emailPlaceholder": "Tu Correo Electrónico",
"phonePlaceholder": "Tu Teléfono",
- "subjectPlaceholder": "Selecciona Asunto",
+ "subjectPlaceholder": "Selecciona Servicio",
"subjectOptions": [
- "Desarrollo de Ríos",
- "Desarrollo de Aldeas",
- "Desarrollo de Carreteras",
- "Desarrollo de Ciudades",
- "Desarrollo Social"
+ "Asistencia en Inmigración Familiar",
+ "Soluciones de Empleo y Visas de Trabajo",
+ "Apoyo en Ciudadanía y Naturalización",
+ "Servicios de Inversión e Inmigración Empresarial",
+ "Apoyo en Asilo e Inmigración Humanitaria",
+ "Defensa contra la Deportación y Representación Legal",
+ "Reunirse con Seres Queridos",
+ "Orientación Personalizada",
+ "Apoyo en Cada Paso",
+ "Visas de Trabajo e Inversión",
+ "Cumplimiento Corporativo",
+ "Soluciones Estratégicas",
+ "Protección Contra la Deportación",
+ "Representación Legal",
+ "Estrategia de Defensa Personalizada",
+ "Guía de Naturalización",
+ "Soporte Multilingüe",
+ "Preparación y Revisión",
+ "Asistencia Legal Inmediata",
+ "Gestión de Casos Críticos",
+ "Consulta 24/7"
],
"messagePlaceholder": "Mensaje",
"submitButton": "Enviar Ahora",