- add some changes based on live client feedback

- update email sending script to send through windmill to client email
This commit is contained in:
oonyeje 2026-01-02 09:42:41 -05:00
parent a675a9b317
commit a736e53869
9 changed files with 654 additions and 365 deletions

View File

@ -1,10 +1,10 @@
{
"build": {
"id": "57047e2e-431b-4e0b-8332-d9be54999392",
"id": "07e52961-5a24-4410-ac4b-b4f0f349dbc0",
"projectId": "363652e3-9846-4534-acdf-9b2b3c66eec0",
"version": 4848,
"createdAt": "2025-12-31T15:17:38.637+00:00",
"updatedAt": "2025-12-31T15:17:38.637+00:00",
"version": 5158,
"createdAt": "2026-01-02T14:37:20.112+00:00",
"updatedAt": "2026-01-02T14:37:20.112+00:00",
"pages": {
"meta": {
"siteName": "Inasa Healthcare",
@ -15151,13 +15151,13 @@
[
"H_VNPVd4lguSpaB4zfb__:5zaWVFAeAfWgFjJNQ0GET:fontSize:",
{
"styleSourceId": "H_VNPVd4lguSpaB4zfb__",
"breakpointId": "5zaWVFAeAfWgFjJNQ0GET",
"styleSourceId": "H_VNPVd4lguSpaB4zfb__",
"property": "fontSize",
"value": {
"type": "unit",
"unit": "rem",
"value": 0.875
"value": 1
}
}
],
@ -15177,15 +15177,18 @@
[
"H_VNPVd4lguSpaB4zfb__:5zaWVFAeAfWgFjJNQ0GET:color:",
{
"styleSourceId": "H_VNPVd4lguSpaB4zfb__",
"breakpointId": "5zaWVFAeAfWgFjJNQ0GET",
"styleSourceId": "H_VNPVd4lguSpaB4zfb__",
"property": "color",
"value": {
"type": "rgb",
"r": 100,
"g": 116,
"b": 139,
"alpha": 1
"type": "color",
"colorSpace": "srgb",
"components": [
0.9098,
0.4275,
0.2196
],
"alpha": 0.87
}
}
],
@ -26449,7 +26452,7 @@
"property": "textAlign",
"value": {
"type": "keyword",
"value": "start"
"value": "center"
}
}
],
@ -26725,7 +26728,7 @@
"property": "textAlign",
"value": {
"type": "keyword",
"value": "end"
"value": "center"
}
}
],
@ -26928,7 +26931,7 @@
"value": {
"type": "unit",
"unit": "em",
"value": 1.8
"value": 1.6
}
}
],
@ -28785,6 +28788,51 @@
"value": 1.4
}
}
],
[
"1PqUIllNhJiiQzDXwb0QZ:5zaWVFAeAfWgFjJNQ0GET:fontSize:",
{
"breakpointId": "5zaWVFAeAfWgFjJNQ0GET",
"styleSourceId": "1PqUIllNhJiiQzDXwb0QZ",
"property": "fontSize",
"value": {
"type": "unit",
"unit": "rem",
"value": 1
}
}
],
[
"Ogvs5CXlv_2-AItSysL6P:5zaWVFAeAfWgFjJNQ0GET:--header-text-color-secondary:",
{
"breakpointId": "5zaWVFAeAfWgFjJNQ0GET",
"styleSourceId": "Ogvs5CXlv_2-AItSysL6P",
"property": "--header-text-color-secondary",
"value": {
"type": "color",
"colorSpace": "srgb",
"components": [
0.9098,
0.4275,
0.2196
],
"alpha": 0.87
},
"listed": true
}
],
[
"Jp06lOUAtJTaEiTA-LFBE:5zaWVFAeAfWgFjJNQ0GET:cursor:",
{
"breakpointId": "5zaWVFAeAfWgFjJNQ0GET",
"styleSourceId": "Jp06lOUAtJTaEiTA-LFBE",
"property": "cursor",
"value": {
"type": "keyword",
"value": "pointer"
},
"listed": true
}
]
],
"styleSources": [
@ -30439,6 +30487,13 @@
"type": "local",
"id": "z4MG5hTyBBJEXHaWm4NbK"
}
],
[
"1PqUIllNhJiiQzDXwb0QZ",
{
"type": "local",
"id": "1PqUIllNhJiiQzDXwb0QZ"
}
]
],
"styleSourceSelections": [
@ -32565,6 +32620,15 @@
"z4MG5hTyBBJEXHaWm4NbK"
]
}
],
[
"iTDnwkdP709yaZC9WBbPO",
{
"instanceId": "iTDnwkdP709yaZC9WBbPO",
"values": [
"1PqUIllNhJiiQzDXwb0QZ"
]
}
]
],
"props": [
@ -33095,7 +33159,7 @@
"instanceId": "FWErf923dUrcCtRUj8GsR",
"name": "code",
"type": "string",
"value": "<script>\n document.getElementById('contact.form').addEventListener('submit', function(event) {\n event.preventDefault(); // Prevent default form submission\n\n // const webhookUrl = `${WINDMILL_BASE_URL}/${CONTACT_FORM_WEBHOOK_URL_PATH}`; \n\n const webhookUrl = `https://windmill.bsidesolutions.net/api/w/bside-hosted-websites/jobs/run/p/f/email_automations/send_a_transactional_email_for_website_contact_form`; \n const name = document.getElementById('contact.name').value;\n const subject = document.getElementById('contact.subject').value;\n const email = document.getElementById('contact.email').value;\n const message = document.getElementById('contact.message').value;\n const recipient = ;\n\n const formData = {\n auth: \"$res:u/oonyeje/brevo_access_key\",\n body: {\n subject,\n sender: {\n name: \"BSide Solutions Website Correspondance\",\n email: \"site-contact@bsidesolutions.net\"\n },\n message,\n to: [{\n name: 'No Reply | BSide Solutions',\n email: \"info@bsidesolutions.net\"\n }],\n textContent: message,\n subject,\n replyTo: {\n name,\n email\n }\n }\n };\n\n fetch(webhookUrl, {\n method: 'POST',\n headers: { \n 'Authorization': 'Bearer ',\n 'Content-Type': 'application/json' // Or 'application/x-www-form-urlencoded' if your webhook expects that\n },\n body: JSON.stringify(formData) // Send data as JSON\n })\n .then(response => {\n if (!response.ok) {\n throw new Error(`HTTP error! status: ${response.status}`);\n }\n return response.json(); // Or response.text() if your webhook doesn't return JSON\n })\n .then(data => {\n document.getElementById('contact.responseMessage').innerText = 'Message sent successfully!';\n console.log('Success:', data);\n document.getElementById('contact.form').reset(); // Clear the form\n })\n .catch(error => {\n document.getElementById('contact.responseMessage').innerText = 'Error sending message.';\n console.error('Error:', error);\n });\n});\n</script>\n"
"value": "<script>\n document.getElementById('contact.form').addEventListener('submit', async function(event) {\n const waitForJobCompletion = (UUID) => {\n return new Promise(async (resolve, reject) => {\n try {\n const endpoint = `https://windmill.bsidesolutions.net/api/w/bside-hosted-websites/jobs_u/completed/get_result_maybe/${UUID}`;\n const checkResponse = await fetch(endpoint, {\n method: 'GET',\n headers: {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"Bearer VTU7hlcLX0LDE2tyEYIQ1XSe4hVPU10I\"\n }\n });\n \n const checkData = await checkResponse.json();\n \n if (checkData.completed) {\n document.getElementById('contact.responseMessage').innerText = 'Message sent successfully!';\n console.log('Success'); \n document.getElementById('contact.form').reset(); // Clear the form\n resolve(checkData);\n } else {\n // If not completed, wait for a second then try again\n setTimeout(async () => {\n const result = await waitForJobCompletion(UUID);\n resolve(result);\n }, 1000);\n }\n } catch (error) {\n document.getElementById('contact.responseMessage').innerText = 'Error sending message.';\n console.error('Error:', error);\n reject(error);\n }\n });\n }\n \n const triggerJob = async () => {\n // const webhookUrl = `${WINDMILL_BASE_URL}/${CONTACT_FORM_WEBHOOK_URL_PATH}`; \n\n const webhookUrl = `https://windmill.bsidesolutions.net/api/w/bside-hosted-websites/jobs/run/p/f/email_automations/send_a_transactional_email_for_website_contact_form`; \n const name = document.getElementById('contact.name').value;\n const subject = document.getElementById('contact.subject').value;\n const email = document.getElementById('contact.email').value;\n const message = document.getElementById('contact.message').value;\n \n const formData = {\n auth: \"$res:u/oonyeje/brevo_access_key\",\n body: {\n subject,\n sender: {\n name: \"Inasa Healthcare Website Correspondance\",\n email: \"site-contact@inasahealthcare.com\"\n },\n to: [{\n name: 'No Reply | Inasa Healthcare',\n email: \"info@inasahealthcare.com\"\n }],\n textContent: `${name} (${email}) has sent the following message:\\n\\n${message}`,\n subject,\n replyTo: {\n name,\n email\n }\n }\n };\n \n return await fetch(webhookUrl, {\n method: 'POST',\n headers: {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"Bearer VTU7hlcLX0LDE2tyEYIQ1XSe4hVPU10I\"\n },\n body: JSON.stringify(formData) // Send data as JSON\n })\n }\n \n event.preventDefault(); // Prevent default form submission\n const jobTriggerResponse = await triggerJob();\n const UUID = await jobTriggerResponse.text();\n const jobCompletionData = await waitForJobCompletion(UUID);\n return jobCompletionData;\n });\n</script>\n"
}
],
[
@ -33234,8 +33298,8 @@
"id": "4DgRDi94U1WFl70Eql8GJ",
"instanceId": "IP_kaEyP1cUAIx4ZB1K67",
"name": "width",
"type": "asset",
"value": "57d7146ce0b9a5f39429434d663570a4e9ecf6b4ba0bde60eea13ca80f07e05b"
"type": "number",
"value": 500
}
],
[
@ -33244,8 +33308,8 @@
"id": "jgcdxZOBkTPEg3Y8Oeuxh",
"instanceId": "IP_kaEyP1cUAIx4ZB1K67",
"name": "height",
"type": "asset",
"value": "57d7146ce0b9a5f39429434d663570a4e9ecf6b4ba0bde60eea13ca80f07e05b"
"type": "number",
"value": 500
}
],
[
@ -34778,10 +34842,6 @@
"type": "id",
"value": "8gR2mVPXGMKnjBwJbEKE9"
},
{
"type": "id",
"value": "jS3RiQzikQt34hUpNRK-a"
},
{
"type": "id",
"value": "uoSjA_RiksC9_rA3vmTDp"
@ -34790,6 +34850,10 @@
"type": "id",
"value": "_SOrB6y3wmvO_jwlHvWEm"
},
{
"type": "id",
"value": "jS3RiQzikQt34hUpNRK-a"
},
{
"type": "id",
"value": "Rz-naHoO7_UGOlS-mD1WY"
@ -34942,7 +35006,23 @@
"children": [
{
"type": "text",
"value": "Immediate Care & Walk-in/Telehealth Services"
"value": "Immediate Care"
},
{
"type": "text",
"value": "\n"
},
{
"type": "text",
"value": "Telehealth/Online"
},
{
"type": "text",
"value": "\n"
},
{
"type": "text",
"value": "Walk-In Services"
}
]
}
@ -36490,7 +36570,7 @@
},
{
"type": "text",
"value": "She is a dual board-certified Family and Psychiatric Mental Health Nurse Practitioner who is compassionate, dedicated with genuine love for her profession. Patients are her first priority and she always strives to provide personalized, comprehensive, high-quality, patient centered care with emphasis on clear communication and patient education, to empower patients on their health care path. She likes to establish a therapeutic alliance with her patients through active listening, empathy, and mutual respect. She is dedicated to helping patients manage chronic conditions, psychiatric illnesses, urgent / acute care matters, wellness screening and preventive health care services. "
"value": "She is a dual board-certified Family and Psychiatric Mental Health Nurse Practitioner who is compassionate and dedicated with genuine love for her profession. Patients are her first priority and she always strives to provide personalized, comprehensive, confidential, and high-quality medical and mental healthcare that is patient-centered with emphasis on clear communication and education to empower patients on their health care path. She establishes a therapeutic alliance with her patients through active listening, empathy, and mutual respect. She is dedicated to helping patients manage chronic conditions, psychiatric illnesses, immediate / acute care matters, wellness screening, and preventive health care services. "
},
{
"type": "text",
@ -36502,7 +36582,7 @@
},
{
"type": "text",
"value": "Her educational career began at the University of Maryland, with a bachelor of Science degree in Nursing, then Masters degree in Family Nurse Practitioner from Coppin State University, and later a Doctorate degree with a focus on Psychiatric and Mental Nurse Practitioner from University of Massachusettes Global (Formerly Brandman University)"
"value": "Her educational career began at the University of Maryland, with a Bachelors of Science degree in Nursing, then Masters degree in Family Nurse Practitioner from Coppin State University, and later a Doctorate degree with a focus on Psychiatric and Mental Health Nurse Practitioner from University of Massachusetts Global (Formerly Brandman University)."
}
]
}
@ -37097,7 +37177,7 @@
"children": [
{
"type": "id",
"value": "yaoLGSkBfqsYh6Oh7IAv3"
"value": "4HPSTSaUuh_YJM5eJgxGQ"
},
{
"type": "id",
@ -37107,6 +37187,10 @@
"type": "id",
"value": "nCbdCQa0YZB19tqryBxPp"
},
{
"type": "id",
"value": "DFy39v8PwV1gQVm3sIR_8"
},
{
"type": "id",
"value": "Tf2dn2fkwaZVgl8-iruNB"
@ -37118,21 +37202,6 @@
]
}
],
[
"yaoLGSkBfqsYh6Oh7IAv3",
{
"type": "instance",
"id": "yaoLGSkBfqsYh6Oh7IAv3",
"component": "ws:element",
"tag": "li",
"children": [
{
"type": "text",
"value": "Asthma Treatment"
}
]
}
],
[
"Tf2dn2fkwaZVgl8-iruNB",
{
@ -38686,7 +38755,7 @@
"children": [
{
"type": "text",
"value": "All other physicals"
"value": "Other physicals"
}
]
}
@ -40611,7 +40680,7 @@
"children": [
{
"type": "text",
"value": "All other tests"
"value": "Other tests"
}
]
}
@ -41212,7 +41281,7 @@
},
{
"type": "text",
"value": "we respect the importance of specialized care. Medical care and mental health care are provided independently, allowing focused treatment while maintaining the option for coordinated support when appropriate and with patient consent. We are committed to: Evidence-based treatment Cultural sensitivity and inclusivity Confidentiality and ethical practice Patient education and shared decision-making"
"value": "we respect the importance of specialized care. Medical care and mental health care are provided independently, allowing focused treatment while maintaining the option for coordinated support when appropriate and with patient consent. We are committed to: Evidence-based treatment, Cultural sensitivity and inclusivity, Confidentiality and ethical practice, Patient education and shared decision-making."
}
]
}
@ -41323,6 +41392,14 @@
"type": "text",
"value": "\n"
},
{
"type": "id",
"value": "YOTNH0XYttfDArxJMxeqX"
},
{
"type": "text",
"value": "\n"
},
{
"type": "id",
"value": "dhgnZFmKZKFvvAddOMQT8"
@ -41432,7 +41509,7 @@
"children": [
{
"type": "text",
"value": "Flexible scheduling and telehealth availability"
"value": "Flexible scheduling and Telehealth/Online availability"
}
]
}
@ -41672,7 +41749,7 @@
"children": [
{
"type": "text",
"value": "Full List of Providers"
"value": "List of Insurance Providers"
}
]
}
@ -41719,17 +41796,25 @@
"type": "id",
"value": "eFX0Me3uzhAyu7YACr8cx"
},
{
"type": "id",
"value": "04HNkqJSCwvaMJ_RcTbhN"
},
{
"type": "id",
"value": "Ha8p6Zcdcv4LrRmMuwDuG"
},
{
"type": "id",
"value": "CSM50OPLIWgD_lCmSu8DN"
},
{
"type": "id",
"value": "rmDCZscdM6FgbLBwRIc7z"
"value": "eKUI6FxGmnBdh--DaHPxd"
},
{
"type": "id",
"value": "Nx5964I3kpKIpUPQOAz6y"
"value": "rmDCZscdM6FgbLBwRIc7z"
},
{
"type": "id",
@ -41748,7 +41833,7 @@
"children": [
{
"type": "text",
"value": "Aetna Health Plan"
"value": "Medicare"
}
]
}
@ -41810,13 +41895,33 @@
"type": "id",
"value": "2se7uZYuq-ilZpvkTMiY7"
},
{
"type": "id",
"value": "nu85gOGIAZpjq4m1Vppk2"
},
{
"type": "id",
"value": "0r3hbbFrgLY0Xc2ycPH8v"
},
{
"type": "id",
"value": "cV6wcho4mMRwjqIrzDazF"
},
{
"type": "id",
"value": "1NRtRQ5mD14mAOZTfawHF"
},
{
"type": "id",
"value": "wGqOWolJ6Px-9HmFu2wdK"
"value": "do7WDp9bitXyapvUPCFmQ"
},
{
"type": "id",
"value": "sRWQCP7zagcGS-re0AscQ"
},
{
"type": "id",
"value": "oF0Sqo-Bk1A385iHtF1Cq"
},
{
"type": "id",
@ -41830,14 +41935,6 @@
"type": "id",
"value": "www3Kv1OYSYjWCwX6mshB"
},
{
"type": "id",
"value": "XBlTeM5vMiBy9vw8SPQk6"
},
{
"type": "id",
"value": "FGyQJ5IUKMNYI07_kNq2Y"
},
{
"type": "id",
"value": "W4yyFDsB2a9jXVXQ0n2HG"
@ -41863,7 +41960,7 @@
"children": [
{
"type": "text",
"value": "Aetna Better Health of Maryland"
"value": "Optum Maryland Behavioral Health"
}
]
}
@ -41883,21 +41980,6 @@
]
}
],
[
"wGqOWolJ6Px-9HmFu2wdK",
{
"type": "instance",
"id": "wGqOWolJ6Px-9HmFu2wdK",
"component": "ws:element",
"tag": "li",
"children": [
{
"type": "text",
"value": "CARELON BEHAVIORAL HEALTH"
}
]
}
],
[
"6GlnWiNW4QdyGwIURerNj",
{
@ -41943,36 +42025,6 @@
]
}
],
[
"XBlTeM5vMiBy9vw8SPQk6",
{
"type": "instance",
"id": "XBlTeM5vMiBy9vw8SPQk6",
"component": "ws:element",
"tag": "li",
"children": [
{
"type": "text",
"value": "Medicare Part B of Maryland"
}
]
}
],
[
"FGyQJ5IUKMNYI07_kNq2Y",
{
"type": "instance",
"id": "FGyQJ5IUKMNYI07_kNq2Y",
"component": "ws:element",
"tag": "li",
"children": [
{
"type": "text",
"value": "Optum Maryland Behavioral Health"
}
]
}
],
[
"2xJS8wk7QQMPPP_aUN5G5",
{
@ -42034,10 +42086,115 @@
}
],
[
"Nx5964I3kpKIpUPQOAz6y",
"YOTNH0XYttfDArxJMxeqX",
{
"type": "instance",
"id": "Nx5964I3kpKIpUPQOAz6y",
"id": "YOTNH0XYttfDArxJMxeqX",
"component": "ws:element",
"tag": "b",
"children": [
{
"type": "text",
"value": "Immediate Care For Acute Illnesses and Walk-Ins"
}
]
}
],
[
"sRWQCP7zagcGS-re0AscQ",
{
"type": "instance",
"id": "sRWQCP7zagcGS-re0AscQ",
"component": "ws:element",
"tag": "li",
"children": [
{
"type": "text",
"value": "CIGNA Health Plan"
}
]
}
],
[
"do7WDp9bitXyapvUPCFmQ",
{
"type": "instance",
"id": "do7WDp9bitXyapvUPCFmQ",
"component": "ws:element",
"tag": "li",
"children": [
{
"type": "text",
"value": "Carefirst BCBS"
}
]
}
],
[
"cV6wcho4mMRwjqIrzDazF",
{
"type": "instance",
"id": "cV6wcho4mMRwjqIrzDazF",
"component": "ws:element",
"tag": "li",
"children": [
{
"type": "text",
"value": "Aetna Better Health of Maryland"
}
]
}
],
[
"0r3hbbFrgLY0Xc2ycPH8v",
{
"type": "instance",
"id": "0r3hbbFrgLY0Xc2ycPH8v",
"component": "ws:element",
"tag": "li",
"children": [
{
"type": "text",
"value": "Medicare"
}
]
}
],
[
"oF0Sqo-Bk1A385iHtF1Cq",
{
"type": "instance",
"id": "oF0Sqo-Bk1A385iHtF1Cq",
"component": "ws:element",
"tag": "li",
"children": [
{
"type": "text",
"value": "CARELON BEHAVIORAL HEALTH"
}
]
}
],
[
"04HNkqJSCwvaMJ_RcTbhN",
{
"type": "instance",
"id": "04HNkqJSCwvaMJ_RcTbhN",
"component": "ws:element",
"tag": "li",
"children": [
{
"type": "text",
"value": "Aetna Health Plan"
}
]
}
],
[
"Ha8p6Zcdcv4LrRmMuwDuG",
{
"type": "instance",
"id": "Ha8p6Zcdcv4LrRmMuwDuG",
"component": "ws:element",
"tag": "li",
"children": [
@ -42047,6 +42204,66 @@
}
]
}
],
[
"eKUI6FxGmnBdh--DaHPxd",
{
"type": "instance",
"id": "eKUI6FxGmnBdh--DaHPxd",
"component": "ws:element",
"tag": "li",
"children": [
{
"type": "text",
"value": "Carefirst BCBS"
}
]
}
],
[
"nu85gOGIAZpjq4m1Vppk2",
{
"type": "instance",
"id": "nu85gOGIAZpjq4m1Vppk2",
"component": "ws:element",
"tag": "li",
"children": [
{
"type": "text",
"value": "United Healthcare"
}
]
}
],
[
"4HPSTSaUuh_YJM5eJgxGQ",
{
"type": "instance",
"id": "4HPSTSaUuh_YJM5eJgxGQ",
"component": "ws:element",
"tag": "li",
"children": [
{
"type": "text",
"value": "Asthma Treatment"
}
]
}
],
[
"DFy39v8PwV1gQVm3sIR_8",
{
"type": "instance",
"id": "DFy39v8PwV1gQVm3sIR_8",
"component": "ws:element",
"tag": "li",
"children": [
{
"type": "text",
"value": "Diabetes Management"
}
]
}
]
],
"deployment": {

View File

@ -10,7 +10,7 @@ import { Fragment as Fragment_1, Slot as Slot, HtmlEmbed as HtmlEmbed, Image as
export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0";
export const lastPublished = "2025-12-31T15:17:38.637Z";
export const lastPublished = "2026-01-02T14:37:20.112Z";
export const siteName = "Inasa Healthcare";

View File

@ -2,7 +2,7 @@
export const sitemap = [
{
"path": "/",
"lastModified": "2025-12-31"
"lastModified": "2026-01-02"
}
];

View File

@ -10,7 +10,7 @@ import { Link as Link, Body as Body } from "@webstudio-is/sdk-components-react-r
export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0";
export const lastPublished = "2025-12-31T15:17:38.637Z";
export const lastPublished = "2026-01-02T14:37:20.112Z";
export const siteName = "Inasa Healthcare";
@ -232,7 +232,7 @@ className={`w-element c11b4pmf c1jkytp4 c98g4tl c4r4hj8`}>
<div
className={`w-element chkwo5d`}>
<h2
className={`w-element cr2xvhf c1m5mmlf cjnxebo`}>
className={`w-element c4r4hj8 c1m5mmlf cjnxebo`}>
{"Coordinated Care, Clear Boundaries"}
</h2>
</div>
@ -248,7 +248,7 @@ className={`w-element cd5fk7w cjnxebo c1o3gzl4 c4r4hj8 c18k0d33`}>
className={`w-element`}>
{"At INASA HEALTHCARE LLC, "}
</b>
{"we respect the importance of specialized care. Medical care and mental health care are provided independently, allowing focused treatment while maintaining the option for coordinated support when appropriate and with patient consent. We are committed to: Evidence-based treatment Cultural sensitivity and inclusivity Confidentiality and ethical practice Patient education and shared decision-making"}
{"we respect the importance of specialized care. Medical care and mental health care are provided independently, allowing focused treatment while maintaining the option for coordinated support when appropriate and with patient consent. We are committed to: Evidence-based treatment, Cultural sensitivity and inclusivity, Confidentiality and ethical practice, Patient education and shared decision-making."}
</p>
</div>
</div>
@ -256,7 +256,7 @@ className={`w-element`}>
<div
className={`w-element clet7ed`}>
<h2
className={`w-element c8kmkf5 c1m5mmlf cjnxebo`}>
className={`w-element c4r4hj8 c1m5mmlf cjnxebo`}>
{"Why Choose Our Practice?"}
</h2>
</div>
@ -267,7 +267,7 @@ className={`w-element crww4sf cpehxgn c1fu4nwy ctwnth8`}>
<div
className={`w-element cd5fk7w crww4sf c3g7ft6 c15fz3od c1nuvu2f c8m2yga`}>
<p
className={`w-element cd5fk7w cjnxebo c1o3gzl4 c4r4hj8 c18k0d33`}>
className={`w-element cd5fk7w cn4g1iq c1o3gzl4 c4r4hj8 c18k0d33`}>
<b
className={`w-element`}>
{"Separate, specialized medical and mental health services"}
@ -277,6 +277,13 @@ className={`w-element`}>
{""}
<b
className={`w-element`}>
{"Immediate Care For Acute Illnesses and Walk-Ins"}
</b>
{""}
<br />
{""}
<b
className={`w-element`}>
{"Patient-centered and individualized care"}
</b>
{""}
@ -298,7 +305,7 @@ className={`w-element`}>
{""}
<b
className={`w-element`}>
{"Flexible scheduling and telehealth availability"}
{"Flexible scheduling and Telehealth/Online availability"}
</b>
{""}
<br />
@ -345,14 +352,14 @@ className={`w-element`}>
{""}
<br />
{""}
{"She is a dual board-certified Family and Psychiatric Mental Health Nurse Practitioner who is compassionate, dedicated with genuine love for her profession. Patients are her first priority and she always strives to provide personalized, comprehensive, high-quality, patient centered care with emphasis on clear communication and patient education, to empower patients on their health care path. She likes to establish a therapeutic alliance with her patients through active listening, empathy, and mutual respect. She is dedicated to helping patients manage chronic conditions, psychiatric illnesses, urgent / acute care matters, wellness screening and preventive health care services. "}
{"She is a dual board-certified Family and Psychiatric Mental Health Nurse Practitioner who is compassionate and dedicated with genuine love for her profession. Patients are her first priority and she always strives to provide personalized, comprehensive, confidential, and high-quality medical and mental healthcare that is patient-centered with emphasis on clear communication and education to empower patients on their health care path. She establishes a therapeutic alliance with her patients through active listening, empathy, and mutual respect. She is dedicated to helping patients manage chronic conditions, psychiatric illnesses, immediate / acute care matters, wellness screening, and preventive health care services. "}
{""}
<br />
{""}
{""}
<br />
{""}
{"Her educational career began at the University of Maryland, with a bachelor of Science degree in Nursing, then Masters degree in Family Nurse Practitioner from Coppin State University, and later a Doctorate degree with a focus on Psychiatric and Mental Nurse Practitioner from University of Massachusettes Global (Formerly Brandman University)"}
{"Her educational career began at the University of Maryland, with a Bachelors of Science degree in Nursing, then Masters degree in Family Nurse Practitioner from Coppin State University, and later a Doctorate degree with a focus on Psychiatric and Mental Health Nurse Practitioner from University of Massachusetts Global (Formerly Brandman University)."}
</p>
<p
className={`w-element c14f4hco civfxdp c18k0d33`}>

View File

@ -10,7 +10,7 @@ import { Link as Link, Body as Body, RemixForm as RemixForm } from "@webstudio-i
export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0";
export const lastPublished = "2025-12-31T15:17:38.637Z";
export const lastPublished = "2026-01-02T14:37:20.112Z";
export const siteName = "Inasa Healthcare";
@ -301,7 +301,7 @@ className={`w-element`} />
className={`w-element crww4sf c99w2b6 c1o3gzl4 cx93287 c1nuvu2f`}>
<button
type={"submit"}
className={`w-element c4trja3 c1xunj7p c3hg53i cibf3js cgzvhla c1eeyz1i c1ed0kk c1vub16f c43t0qt`}>
className={`w-element c4trja3 c1xunj7p c3hg53i cibf3js cgzvhla c1eeyz1i c1ed0kk c1vub16f c7c6iu c43t0qt`}>
{"Submit"}
</button>
</div>
@ -353,7 +353,7 @@ className={`w-element cd5fk7w cv9zpwk`} />
</div>
<HtmlEmbed
executeScriptOnCanvas={true}
code={"<script>\n document.getElementById('contact.form').addEventListener('submit', function(event) {\n event.preventDefault(); // Prevent default form submission\n\n // const webhookUrl = `${WINDMILL_BASE_URL}/${CONTACT_FORM_WEBHOOK_URL_PATH}`; \n\n const webhookUrl = `https://windmill.bsidesolutions.net/api/w/bside-hosted-websites/jobs/run/p/f/email_automations/send_a_transactional_email_for_website_contact_form`; \n const name = document.getElementById('contact.name').value;\n const subject = document.getElementById('contact.subject').value;\n const email = document.getElementById('contact.email').value;\n const message = document.getElementById('contact.message').value;\n const recipient = ;\n\n const formData = {\n auth: \"$res:u/oonyeje/brevo_access_key\",\n body: {\n subject,\n sender: {\n name: \"BSide Solutions Website Correspondance\",\n email: \"site-contact@bsidesolutions.net\"\n },\n message,\n to: [{\n name: 'No Reply | BSide Solutions',\n email: \"info@bsidesolutions.net\"\n }],\n textContent: message,\n subject,\n replyTo: {\n name,\n email\n }\n }\n };\n\n fetch(webhookUrl, {\n method: 'POST',\n headers: { \n 'Authorization': 'Bearer ',\n 'Content-Type': 'application/json' // Or 'application/x-www-form-urlencoded' if your webhook expects that\n },\n body: JSON.stringify(formData) // Send data as JSON\n })\n .then(response => {\n if (!response.ok) {\n throw new Error(`HTTP error! status: ${response.status}`);\n }\n return response.json(); // Or response.text() if your webhook doesn't return JSON\n })\n .then(data => {\n document.getElementById('contact.responseMessage').innerText = 'Message sent successfully!';\n console.log('Success:', data);\n document.getElementById('contact.form').reset(); // Clear the form\n })\n .catch(error => {\n document.getElementById('contact.responseMessage').innerText = 'Error sending message.';\n console.error('Error:', error);\n });\n});\n</script>\n"}
code={"<script>\n document.getElementById('contact.form').addEventListener('submit', async function(event) {\n const waitForJobCompletion = (UUID) => {\n return new Promise(async (resolve, reject) => {\n try {\n const endpoint = `https://windmill.bsidesolutions.net/api/w/bside-hosted-websites/jobs_u/completed/get_result_maybe/${UUID}`;\n const checkResponse = await fetch(endpoint, {\n method: 'GET',\n headers: {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"Bearer VTU7hlcLX0LDE2tyEYIQ1XSe4hVPU10I\"\n }\n });\n \n const checkData = await checkResponse.json();\n \n if (checkData.completed) {\n document.getElementById('contact.responseMessage').innerText = 'Message sent successfully!';\n console.log('Success'); \n document.getElementById('contact.form').reset(); // Clear the form\n resolve(checkData);\n } else {\n // If not completed, wait for a second then try again\n setTimeout(async () => {\n const result = await waitForJobCompletion(UUID);\n resolve(result);\n }, 1000);\n }\n } catch (error) {\n document.getElementById('contact.responseMessage').innerText = 'Error sending message.';\n console.error('Error:', error);\n reject(error);\n }\n });\n }\n \n const triggerJob = async () => {\n // const webhookUrl = `${WINDMILL_BASE_URL}/${CONTACT_FORM_WEBHOOK_URL_PATH}`; \n\n const webhookUrl = `https://windmill.bsidesolutions.net/api/w/bside-hosted-websites/jobs/run/p/f/email_automations/send_a_transactional_email_for_website_contact_form`; \n const name = document.getElementById('contact.name').value;\n const subject = document.getElementById('contact.subject').value;\n const email = document.getElementById('contact.email').value;\n const message = document.getElementById('contact.message').value;\n \n const formData = {\n auth: \"$res:u/oonyeje/brevo_access_key\",\n body: {\n subject,\n sender: {\n name: \"Inasa Healthcare Website Correspondance\",\n email: \"site-contact@inasahealthcare.com\"\n },\n to: [{\n name: 'No Reply | Inasa Healthcare',\n email: \"info@inasahealthcare.com\"\n }],\n textContent: `${name} (${email}) has sent the following message:\\n\\n${message}`,\n subject,\n replyTo: {\n name,\n email\n }\n }\n };\n \n return await fetch(webhookUrl, {\n method: 'POST',\n headers: {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"Bearer VTU7hlcLX0LDE2tyEYIQ1XSe4hVPU10I\"\n },\n body: JSON.stringify(formData) // Send data as JSON\n })\n }\n \n event.preventDefault(); // Prevent default form submission\n const jobTriggerResponse = await triggerJob();\n const UUID = await jobTriggerResponse.text();\n const jobCompletionData = await waitForJobCompletion(UUID);\n return jobCompletionData;\n });\n</script>\n"}
className={`w-html-embed`} />
</div>
</section>

View File

@ -11,7 +11,7 @@ import { Dialog as Dialog, DialogTrigger as DialogTrigger, DialogOverlay as Dial
export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0";
export const lastPublished = "2025-12-31T15:17:38.637Z";
export const lastPublished = "2026-01-02T14:37:20.112Z";
export const siteName = "Inasa Healthcare";
@ -277,7 +277,7 @@ className={`w-dialog-content cd5fk7w c1jdgo8g crww4sf c3g7ft6 c1lll4jc ci596ri c
className={`w-box crww4sf c3g7ft6 cu5viv c1m4gklp`}>
<h2
className={`w-element c4r4hj8`}>
{"Full List of Providers"}
{"List of Insurance Providers"}
</h2>
</Box>
<div
@ -292,19 +292,27 @@ className={`w-element ch1x1p6 c4r4hj8`}>
className={`w-element`}>
<li
className={`w-element`}>
{"Medicare"}
</li>
<li
className={`w-element`}>
{"Aetna Health Plan"}
</li>
<li
className={`w-element`}>
{"Medicaid of Maryland"}
</li>
<li
className={`w-element`}>
{"CIGNA Health Plan"}
</li>
<li
className={`w-element`}>
{"Humana Care Plan"}
{"Carefirst BCBS"}
</li>
<li
className={`w-element`}>
{"Medicaid of Maryland"}
{"Humana Care Plan"}
</li>
<li
className={`w-element`}>
@ -322,6 +330,18 @@ className={`w-element co1ppcl c4r4hj8`}>
className={`w-element`}>
<li
className={`w-element`}>
{"Optum Maryland Behavioral Health"}
</li>
<li
className={`w-element`}>
{"United Healthcare"}
</li>
<li
className={`w-element`}>
{"Medicare"}
</li>
<li
className={`w-element`}>
{"Aetna Better Health of Maryland"}
</li>
<li
@ -330,6 +350,14 @@ className={`w-element`}>
</li>
<li
className={`w-element`}>
{"Carefirst BCBS"}
</li>
<li
className={`w-element`}>
{"CIGNA Health Plan"}
</li>
<li
className={`w-element`}>
{"CARELON BEHAVIORAL HEALTH"}
</li>
<li
@ -346,14 +374,6 @@ className={`w-element`}>
</li>
<li
className={`w-element`}>
{"Medicare Part B of Maryland"}
</li>
<li
className={`w-element`}>
{"Optum Maryland Behavioral Health"}
</li>
<li
className={`w-element`}>
{"Priority Partners (Johns Hopkins)"}
</li>
<li

View File

@ -11,7 +11,7 @@ import { Body as Body, Link as Link } from "@webstudio-is/sdk-components-react-r
export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0";
export const lastPublished = "2025-12-31T15:17:38.637Z";
export const lastPublished = "2026-01-02T14:37:20.112Z";
export const siteName = "Inasa Healthcare";
@ -257,11 +257,11 @@ className={`w-dialog-title c19yfdn6 cqjpqux c15wo4ls c1d9e12k`}>
</DialogTitle>
</Box>
<DialogDescription
className={`w-dialog-description c12ledq1 c260ln7 cxnw7d7 c1d9e12k`}>
className={`w-dialog-description cf07oi4 c260ln7 c1uxt2kq c1d9e12k`}>
{"Our mental health services are delivered in a supportive, confidential environment and include:"}
</DialogDescription>
<Text
className={`w-text`}>
className={`w-text cf07oi4`}>
{" Screening, Evaluation and Treatment for:"}
</Text>
<DialogClose
@ -326,107 +326,6 @@ className={`w-element`}>
</Dialog>
</div>
<div
className={`w-element c9ae6cb c1su1821 cbjbrjd c1getuw7 crww4sf c3g7ft6 cx93287 ckqrydf czdomcw c166k79a czwjuwm c5bszod c8wd2js c17l0xyi c1gr3ehw c18yr1ex c1q27kki cw3ugf0 c1hs3l07 c1cwo41a clju3r0 c1txj6xh cy1s1v8 c1yanrez chc6dg8 cd5r9k0 c43t0qt c1w8xp1f ${"service-card"}`}>
<h2
className={`w-element c4r4hj8`}>
{"Physicals & Testing"}
</h2>
<Dialog>
<DialogTrigger>
<button
className={`w-element cf7k15b c17r0lce c13guejt c1o6gdmt c9lcnls c1eipde2 c12d4yxm cl30q92 c107nwhl c1vgf0es c514454 c4nszd9 cuw8j2c c7c6iu c3ybtq5 czybspt c1x3fxdm c1uhuhbb c15i8d24 c4trja3 crww4sf cx93287 ckqrydf c1902mhb c9l3dkg cr3ygfz ${"service-button"}`}>
{"Learn More"}
</button>
</DialogTrigger>
<DialogOverlay
className={`w-dialog-overlay c3shrxx cud6u35 cmw8vlv c1n5jp6m c1d3y53 c1jdgo8g c11rxub c57zr4m crww4sf c11do2ie cg93c1i`}>
<DialogContent
className={`w-dialog-content cd5fk7w c1jdgo8g crww4sf c3g7ft6 c1lll4jc ci596ri c1klvqsi c9frhl4 c17f8gl9 cfm4hf3 c1aorcpl c17vun2v cxharj0`}>
<Box
className={`w-box crww4sf c3g7ft6 cu5viv c1m4gklp`}>
<DialogTitle
className={`w-dialog-title c19yfdn6 cqjpqux c15wo4ls c1d9e12k`}>
{"Physicals & Testing"}
</DialogTitle>
</Box>
<Text
className={`w-text`}>
{"Services Include:"}
</Text>
<DialogClose
className={`w-close-button c113py9s c1lp6c13 c7yiwr1 c14dwtj8 c11bct49 c13eslry cmd4v5u c4ttaev crww4sf cx93287 ckqrydf c1vnd0br c12w6qz4 cop75xo cdqqz4l cv9zpwk c1ramsrz c1k73xbw`}>
<HtmlEmbed
code={"<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 16 16\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12.5 3 3 12.5M3 3l9.5 9.5\"/></svg>"}
className={`w-html-embed`} />
</DialogClose>
<div
className={`w-element crww4sf c99w2b6 c25jnh8`}>
<div
className={`w-element cd5fk7w`}>
<ul
className={`w-element`}>
<li
className={`w-element`}>
{"DOT physical"}
</li>
<li
className={`w-element`}>
{"General Medical Physical"}
</li>
<li
className={`w-element`}>
{"School physical"}
</li>
<li
className={`w-element`}>
{"Sports Physical"}
</li>
<li
className={`w-element`}>
{"Camp Physical"}
</li>
<li
className={`w-element`}>
{"Foster care/Employment physical"}
</li>
</ul>
</div>
<div
className={`w-element cd5fk7w`}>
<ul
className={`w-element`}>
<li
className={`w-element`}>
{"TB screen, Test, and Reading"}
</li>
<li
className={`w-element`}>
{"Drug Test"}
</li>
<li
className={`w-element`}>
{"STI/STD Testing"}
</li>
<li
className={`w-element`}>
{"Antibody titer tests"}
</li>
<li
className={`w-element`}>
{"All other physicals"}
</li>
<li
className={`w-element`}>
{"All other tests"}
</li>
</ul>
</div>
</div>
</DialogContent>
</DialogOverlay>
</Dialog>
</div>
<div
className={`w-element c9ae6cb c1su1821 cbjbrjd c1gr3ehw czdomcw crww4sf c3g7ft6 cx93287 ckqrydf c166k79a czwjuwm c5bszod c8wd2js c17l0xyi cxjb9r6 c1q27kki cw3ugf0 c1hs3l07 c1cwo41a clju3r0 c1txj6xh c3hg53i c1yanrez chc6dg8 cd5r9k0 c43t0qt c1w8xp1f ${"service-card"}`}>
<h2
className={`w-element c4r4hj8`}>
@ -518,6 +417,10 @@ className={`w-element`}>
</li>
<li
className={`w-element`}>
{"Diabetes Management"}
</li>
<li
className={`w-element`}>
{"Weight loss management and support (18+ years only)"}
</li>
<li
@ -535,7 +438,15 @@ className={`w-element`}>
className={`w-element c9ae6cb c1su1821 cbjbrjd c1gr3ehw czdomcw crww4sf c3g7ft6 cx93287 ckqrydf c166k79a czwjuwm c5bszod c8wd2js c17l0xyi c7j79ue c1q27kki cw3ugf0 c1hs3l07 c1cwo41a clju3r0 c1txj6xh c1tb7f96 c13nm1vv chc6dg8 cd5r9k0 c43t0qt c1w8xp1f ${"service-card"}`}>
<h2
className={`w-element c4r4hj8`}>
{"Immediate Care & Walk-in/Telehealth Services"}
{"Immediate Care"}
{""}
<br />
{""}
{"Telehealth/Online"}
{""}
<br />
{""}
{"Walk-In Services"}
</h2>
<Dialog>
<DialogTrigger>
@ -649,6 +560,107 @@ className={`w-element c1uqshd c1co9a8n c1h1x3hd ccis0ah c3hg53i c4r4hj8`}>
</Dialog>
</div>
<div
className={`w-element c9ae6cb c1su1821 cbjbrjd c1getuw7 crww4sf c3g7ft6 cx93287 ckqrydf czdomcw c166k79a czwjuwm c5bszod c8wd2js c17l0xyi c1gr3ehw c18yr1ex c1q27kki cw3ugf0 c1hs3l07 c1cwo41a clju3r0 c1txj6xh cy1s1v8 c1yanrez chc6dg8 cd5r9k0 c43t0qt c1w8xp1f ${"service-card"}`}>
<h2
className={`w-element c4r4hj8`}>
{"Physicals & Testing"}
</h2>
<Dialog>
<DialogTrigger>
<button
className={`w-element cf7k15b c17r0lce c13guejt c1o6gdmt c9lcnls c1eipde2 c12d4yxm cl30q92 c107nwhl c1vgf0es c514454 c4nszd9 cuw8j2c c7c6iu c3ybtq5 czybspt c1x3fxdm c1uhuhbb c15i8d24 c4trja3 crww4sf cx93287 ckqrydf c1902mhb c9l3dkg cr3ygfz ${"service-button"}`}>
{"Learn More"}
</button>
</DialogTrigger>
<DialogOverlay
className={`w-dialog-overlay c3shrxx cud6u35 cmw8vlv c1n5jp6m c1d3y53 c1jdgo8g c11rxub c57zr4m crww4sf c11do2ie cg93c1i`}>
<DialogContent
className={`w-dialog-content cd5fk7w c1jdgo8g crww4sf c3g7ft6 c1lll4jc ci596ri c1klvqsi c9frhl4 c17f8gl9 cfm4hf3 c1aorcpl c17vun2v cxharj0`}>
<Box
className={`w-box crww4sf c3g7ft6 cu5viv c1m4gklp`}>
<DialogTitle
className={`w-dialog-title c19yfdn6 cqjpqux c15wo4ls c1d9e12k`}>
{"Physicals & Testing"}
</DialogTitle>
</Box>
<Text
className={`w-text`}>
{"Services Include:"}
</Text>
<DialogClose
className={`w-close-button c113py9s c1lp6c13 c7yiwr1 c14dwtj8 c11bct49 c13eslry cmd4v5u c4ttaev crww4sf cx93287 ckqrydf c1vnd0br c12w6qz4 cop75xo cdqqz4l cv9zpwk c1ramsrz c1k73xbw`}>
<HtmlEmbed
code={"<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 16 16\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12.5 3 3 12.5M3 3l9.5 9.5\"/></svg>"}
className={`w-html-embed`} />
</DialogClose>
<div
className={`w-element crww4sf c99w2b6 c25jnh8`}>
<div
className={`w-element cd5fk7w`}>
<ul
className={`w-element`}>
<li
className={`w-element`}>
{"DOT physical"}
</li>
<li
className={`w-element`}>
{"General Medical Physical"}
</li>
<li
className={`w-element`}>
{"School physical"}
</li>
<li
className={`w-element`}>
{"Sports Physical"}
</li>
<li
className={`w-element`}>
{"Camp Physical"}
</li>
<li
className={`w-element`}>
{"Foster care/Employment physical"}
</li>
</ul>
</div>
<div
className={`w-element cd5fk7w`}>
<ul
className={`w-element`}>
<li
className={`w-element`}>
{"TB screen, Test, and Reading"}
</li>
<li
className={`w-element`}>
{"Drug Test"}
</li>
<li
className={`w-element`}>
{"STI/STD Testing"}
</li>
<li
className={`w-element`}>
{"Antibody titer tests"}
</li>
<li
className={`w-element`}>
{"Other physicals"}
</li>
<li
className={`w-element`}>
{"Other tests"}
</li>
</ul>
</div>
</div>
</DialogContent>
</DialogOverlay>
</Dialog>
</div>
<div
className={`w-element c9ae6cb c1su1821 cbjbrjd c1gr3ehw czdomcw crww4sf c3g7ft6 cx93287 ckqrydf c166k79a czwjuwm c5bszod c8wd2js c17l0xyi cvdd9j1 c1q27kki cw3ugf0 c1hs3l07 c1cwo41a clju3r0 c1txj6xh c1tb7f96 c13nm1vv chc6dg8 cd5r9k0 c43t0qt c1w8xp1f ${"service-card"}`}>
<h2
className={`w-element c4r4hj8`}>

View File

@ -11,7 +11,7 @@ import { Dialog as Dialog, DialogTrigger as DialogTrigger, DialogOverlay as Dial
export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0";
export const lastPublished = "2025-12-31T15:17:38.637Z";
export const lastPublished = "2026-01-02T14:37:20.112Z";
export const siteName = "Inasa Healthcare";
@ -302,14 +302,14 @@ className={`w-element`}>
{""}
<br />
{""}
{"She is a dual board-certified Family and Psychiatric Mental Health Nurse Practitioner who is compassionate, dedicated with genuine love for her profession. Patients are her first priority and she always strives to provide personalized, comprehensive, high-quality, patient centered care with emphasis on clear communication and patient education, to empower patients on their health care path. She likes to establish a therapeutic alliance with her patients through active listening, empathy, and mutual respect. She is dedicated to helping patients manage chronic conditions, psychiatric illnesses, urgent / acute care matters, wellness screening and preventive health care services. "}
{"She is a dual board-certified Family and Psychiatric Mental Health Nurse Practitioner who is compassionate and dedicated with genuine love for her profession. Patients are her first priority and she always strives to provide personalized, comprehensive, confidential, and high-quality medical and mental healthcare that is patient-centered with emphasis on clear communication and education to empower patients on their health care path. She establishes a therapeutic alliance with her patients through active listening, empathy, and mutual respect. She is dedicated to helping patients manage chronic conditions, psychiatric illnesses, immediate / acute care matters, wellness screening, and preventive health care services. "}
{""}
<br />
{""}
{""}
<br />
{""}
{"Her educational career began at the University of Maryland, with a bachelor of Science degree in Nursing, then Masters degree in Family Nurse Practitioner from Coppin State University, and later a Doctorate degree with a focus on Psychiatric and Mental Nurse Practitioner from University of Massachusettes Global (Formerly Brandman University)"}
{"Her educational career began at the University of Maryland, with a Bachelors of Science degree in Nursing, then Masters degree in Family Nurse Practitioner from Coppin State University, and later a Doctorate degree with a focus on Psychiatric and Mental Health Nurse Practitioner from University of Massachusetts Global (Formerly Brandman University)."}
</p>
<p
className={`w-element c14f4hco civfxdp c18k0d33`}>
@ -412,11 +412,11 @@ className={`w-dialog-title c19yfdn6 cqjpqux c15wo4ls c1d9e12k`}>
</DialogTitle>
</Box>
<DialogDescription
className={`w-dialog-description c12ledq1 c260ln7 cxnw7d7 c1d9e12k`}>
className={`w-dialog-description cf07oi4 c260ln7 c1uxt2kq c1d9e12k`}>
{"Our mental health services are delivered in a supportive, confidential environment and include:"}
</DialogDescription>
<Text
className={`w-text`}>
className={`w-text cf07oi4`}>
{" Screening, Evaluation and Treatment for:"}
</Text>
<DialogClose
@ -481,107 +481,6 @@ className={`w-element`}>
</Dialog>
</div>
<div
className={`w-element c9ae6cb c1su1821 cbjbrjd c1getuw7 crww4sf c3g7ft6 cx93287 ckqrydf czdomcw c166k79a czwjuwm c5bszod c8wd2js c17l0xyi c1gr3ehw c18yr1ex c1q27kki cw3ugf0 c1hs3l07 c1cwo41a clju3r0 c1txj6xh cy1s1v8 c1yanrez chc6dg8 cd5r9k0 c43t0qt c1w8xp1f ${"service-card"}`}>
<h2
className={`w-element c4r4hj8`}>
{"Physicals & Testing"}
</h2>
<Dialog>
<DialogTrigger>
<button
className={`w-element cf7k15b c17r0lce c13guejt c1o6gdmt c9lcnls c1eipde2 c12d4yxm cl30q92 c107nwhl c1vgf0es c514454 c4nszd9 cuw8j2c c7c6iu c3ybtq5 czybspt c1x3fxdm c1uhuhbb c15i8d24 c4trja3 crww4sf cx93287 ckqrydf c1902mhb c9l3dkg cr3ygfz ${"service-button"}`}>
{"Learn More"}
</button>
</DialogTrigger>
<DialogOverlay
className={`w-dialog-overlay c3shrxx cud6u35 cmw8vlv c1n5jp6m c1d3y53 c1jdgo8g c11rxub c57zr4m crww4sf c11do2ie cg93c1i`}>
<DialogContent
className={`w-dialog-content cd5fk7w c1jdgo8g crww4sf c3g7ft6 c1lll4jc ci596ri c1klvqsi c9frhl4 c17f8gl9 cfm4hf3 c1aorcpl c17vun2v cxharj0`}>
<Box
className={`w-box crww4sf c3g7ft6 cu5viv c1m4gklp`}>
<DialogTitle
className={`w-dialog-title c19yfdn6 cqjpqux c15wo4ls c1d9e12k`}>
{"Physicals & Testing"}
</DialogTitle>
</Box>
<Text
className={`w-text`}>
{"Services Include:"}
</Text>
<DialogClose
className={`w-close-button c113py9s c1lp6c13 c7yiwr1 c14dwtj8 c11bct49 c13eslry cmd4v5u c4ttaev crww4sf cx93287 ckqrydf c1vnd0br c12w6qz4 cop75xo cdqqz4l cv9zpwk c1ramsrz c1k73xbw`}>
<HtmlEmbed
code={"<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 16 16\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12.5 3 3 12.5M3 3l9.5 9.5\"/></svg>"}
className={`w-html-embed`} />
</DialogClose>
<div
className={`w-element crww4sf c99w2b6 c25jnh8`}>
<div
className={`w-element cd5fk7w`}>
<ul
className={`w-element`}>
<li
className={`w-element`}>
{"DOT physical"}
</li>
<li
className={`w-element`}>
{"General Medical Physical"}
</li>
<li
className={`w-element`}>
{"School physical"}
</li>
<li
className={`w-element`}>
{"Sports Physical"}
</li>
<li
className={`w-element`}>
{"Camp Physical"}
</li>
<li
className={`w-element`}>
{"Foster care/Employment physical"}
</li>
</ul>
</div>
<div
className={`w-element cd5fk7w`}>
<ul
className={`w-element`}>
<li
className={`w-element`}>
{"TB screen, Test, and Reading"}
</li>
<li
className={`w-element`}>
{"Drug Test"}
</li>
<li
className={`w-element`}>
{"STI/STD Testing"}
</li>
<li
className={`w-element`}>
{"Antibody titer tests"}
</li>
<li
className={`w-element`}>
{"All other physicals"}
</li>
<li
className={`w-element`}>
{"All other tests"}
</li>
</ul>
</div>
</div>
</DialogContent>
</DialogOverlay>
</Dialog>
</div>
<div
className={`w-element c9ae6cb c1su1821 cbjbrjd c1gr3ehw czdomcw crww4sf c3g7ft6 cx93287 ckqrydf c166k79a czwjuwm c5bszod c8wd2js c17l0xyi cxjb9r6 c1q27kki cw3ugf0 c1hs3l07 c1cwo41a clju3r0 c1txj6xh c3hg53i c1yanrez chc6dg8 cd5r9k0 c43t0qt c1w8xp1f ${"service-card"}`}>
<h2
className={`w-element c4r4hj8`}>
@ -673,6 +572,10 @@ className={`w-element`}>
</li>
<li
className={`w-element`}>
{"Diabetes Management"}
</li>
<li
className={`w-element`}>
{"Weight loss management and support (18+ years only)"}
</li>
<li
@ -690,7 +593,15 @@ className={`w-element`}>
className={`w-element c9ae6cb c1su1821 cbjbrjd c1gr3ehw czdomcw crww4sf c3g7ft6 cx93287 ckqrydf c166k79a czwjuwm c5bszod c8wd2js c17l0xyi c7j79ue c1q27kki cw3ugf0 c1hs3l07 c1cwo41a clju3r0 c1txj6xh c1tb7f96 c13nm1vv chc6dg8 cd5r9k0 c43t0qt c1w8xp1f ${"service-card"}`}>
<h2
className={`w-element c4r4hj8`}>
{"Immediate Care & Walk-in/Telehealth Services"}
{"Immediate Care"}
{""}
<br />
{""}
{"Telehealth/Online"}
{""}
<br />
{""}
{"Walk-In Services"}
</h2>
<Dialog>
<DialogTrigger>
@ -804,6 +715,107 @@ className={`w-element c1uqshd c1co9a8n c1h1x3hd ccis0ah c3hg53i c4r4hj8`}>
</Dialog>
</div>
<div
className={`w-element c9ae6cb c1su1821 cbjbrjd c1getuw7 crww4sf c3g7ft6 cx93287 ckqrydf czdomcw c166k79a czwjuwm c5bszod c8wd2js c17l0xyi c1gr3ehw c18yr1ex c1q27kki cw3ugf0 c1hs3l07 c1cwo41a clju3r0 c1txj6xh cy1s1v8 c1yanrez chc6dg8 cd5r9k0 c43t0qt c1w8xp1f ${"service-card"}`}>
<h2
className={`w-element c4r4hj8`}>
{"Physicals & Testing"}
</h2>
<Dialog>
<DialogTrigger>
<button
className={`w-element cf7k15b c17r0lce c13guejt c1o6gdmt c9lcnls c1eipde2 c12d4yxm cl30q92 c107nwhl c1vgf0es c514454 c4nszd9 cuw8j2c c7c6iu c3ybtq5 czybspt c1x3fxdm c1uhuhbb c15i8d24 c4trja3 crww4sf cx93287 ckqrydf c1902mhb c9l3dkg cr3ygfz ${"service-button"}`}>
{"Learn More"}
</button>
</DialogTrigger>
<DialogOverlay
className={`w-dialog-overlay c3shrxx cud6u35 cmw8vlv c1n5jp6m c1d3y53 c1jdgo8g c11rxub c57zr4m crww4sf c11do2ie cg93c1i`}>
<DialogContent
className={`w-dialog-content cd5fk7w c1jdgo8g crww4sf c3g7ft6 c1lll4jc ci596ri c1klvqsi c9frhl4 c17f8gl9 cfm4hf3 c1aorcpl c17vun2v cxharj0`}>
<Box
className={`w-box crww4sf c3g7ft6 cu5viv c1m4gklp`}>
<DialogTitle
className={`w-dialog-title c19yfdn6 cqjpqux c15wo4ls c1d9e12k`}>
{"Physicals & Testing"}
</DialogTitle>
</Box>
<Text
className={`w-text`}>
{"Services Include:"}
</Text>
<DialogClose
className={`w-close-button c113py9s c1lp6c13 c7yiwr1 c14dwtj8 c11bct49 c13eslry cmd4v5u c4ttaev crww4sf cx93287 ckqrydf c1vnd0br c12w6qz4 cop75xo cdqqz4l cv9zpwk c1ramsrz c1k73xbw`}>
<HtmlEmbed
code={"<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 16 16\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12.5 3 3 12.5M3 3l9.5 9.5\"/></svg>"}
className={`w-html-embed`} />
</DialogClose>
<div
className={`w-element crww4sf c99w2b6 c25jnh8`}>
<div
className={`w-element cd5fk7w`}>
<ul
className={`w-element`}>
<li
className={`w-element`}>
{"DOT physical"}
</li>
<li
className={`w-element`}>
{"General Medical Physical"}
</li>
<li
className={`w-element`}>
{"School physical"}
</li>
<li
className={`w-element`}>
{"Sports Physical"}
</li>
<li
className={`w-element`}>
{"Camp Physical"}
</li>
<li
className={`w-element`}>
{"Foster care/Employment physical"}
</li>
</ul>
</div>
<div
className={`w-element cd5fk7w`}>
<ul
className={`w-element`}>
<li
className={`w-element`}>
{"TB screen, Test, and Reading"}
</li>
<li
className={`w-element`}>
{"Drug Test"}
</li>
<li
className={`w-element`}>
{"STI/STD Testing"}
</li>
<li
className={`w-element`}>
{"Antibody titer tests"}
</li>
<li
className={`w-element`}>
{"Other physicals"}
</li>
<li
className={`w-element`}>
{"Other tests"}
</li>
</ul>
</div>
</div>
</DialogContent>
</DialogOverlay>
</Dialog>
</div>
<div
className={`w-element c9ae6cb c1su1821 cbjbrjd c1gr3ehw czdomcw crww4sf c3g7ft6 cx93287 ckqrydf c166k79a czwjuwm c5bszod c8wd2js c17l0xyi cvdd9j1 c1q27kki cw3ugf0 c1hs3l07 c1cwo41a clju3r0 c1txj6xh c1tb7f96 c13nm1vv chc6dg8 cd5r9k0 c43t0qt c1w8xp1f ${"service-card"}`}>
<h2
className={`w-element c4r4hj8`}>
@ -950,7 +962,7 @@ className={`w-dialog-content cd5fk7w c1jdgo8g crww4sf c3g7ft6 c1lll4jc ci596ri c
className={`w-box crww4sf c3g7ft6 cu5viv c1m4gklp`}>
<h2
className={`w-element c4r4hj8`}>
{"Full List of Providers"}
{"List of Insurance Providers"}
</h2>
</Box>
<div
@ -965,19 +977,27 @@ className={`w-element ch1x1p6 c4r4hj8`}>
className={`w-element`}>
<li
className={`w-element`}>
{"Medicare"}
</li>
<li
className={`w-element`}>
{"Aetna Health Plan"}
</li>
<li
className={`w-element`}>
{"Medicaid of Maryland"}
</li>
<li
className={`w-element`}>
{"CIGNA Health Plan"}
</li>
<li
className={`w-element`}>
{"Humana Care Plan"}
{"Carefirst BCBS"}
</li>
<li
className={`w-element`}>
{"Medicaid of Maryland"}
{"Humana Care Plan"}
</li>
<li
className={`w-element`}>
@ -995,6 +1015,18 @@ className={`w-element co1ppcl c4r4hj8`}>
className={`w-element`}>
<li
className={`w-element`}>
{"Optum Maryland Behavioral Health"}
</li>
<li
className={`w-element`}>
{"United Healthcare"}
</li>
<li
className={`w-element`}>
{"Medicare"}
</li>
<li
className={`w-element`}>
{"Aetna Better Health of Maryland"}
</li>
<li
@ -1003,6 +1035,14 @@ className={`w-element`}>
</li>
<li
className={`w-element`}>
{"Carefirst BCBS"}
</li>
<li
className={`w-element`}>
{"CIGNA Health Plan"}
</li>
<li
className={`w-element`}>
{"CARELON BEHAVIORAL HEALTH"}
</li>
<li
@ -1019,14 +1059,6 @@ className={`w-element`}>
</li>
<li
className={`w-element`}>
{"Medicare Part B of Maryland"}
</li>
<li
className={`w-element`}>
{"Optum Maryland Behavioral Health"}
</li>
<li
className={`w-element`}>
{"Priority Partners (Johns Hopkins)"}
</li>
<li
@ -1188,7 +1220,7 @@ className={`w-element`} />
className={`w-element crww4sf c99w2b6 c1o3gzl4 cx93287 c1nuvu2f`}>
<button
type={"submit"}
className={`w-element c4trja3 c1xunj7p c3hg53i cibf3js cgzvhla c1eeyz1i c1ed0kk c1vub16f c43t0qt`}>
className={`w-element c4trja3 c1xunj7p c3hg53i cibf3js cgzvhla c1eeyz1i c1ed0kk c1vub16f c7c6iu c43t0qt`}>
{"Submit"}
</button>
</div>
@ -1240,7 +1272,7 @@ className={`w-element cd5fk7w cv9zpwk`} />
</div>
<HtmlEmbed
executeScriptOnCanvas={true}
code={"<script>\n document.getElementById('contact.form').addEventListener('submit', function(event) {\n event.preventDefault(); // Prevent default form submission\n\n // const webhookUrl = `${WINDMILL_BASE_URL}/${CONTACT_FORM_WEBHOOK_URL_PATH}`; \n\n const webhookUrl = `https://windmill.bsidesolutions.net/api/w/bside-hosted-websites/jobs/run/p/f/email_automations/send_a_transactional_email_for_website_contact_form`; \n const name = document.getElementById('contact.name').value;\n const subject = document.getElementById('contact.subject').value;\n const email = document.getElementById('contact.email').value;\n const message = document.getElementById('contact.message').value;\n const recipient = ;\n\n const formData = {\n auth: \"$res:u/oonyeje/brevo_access_key\",\n body: {\n subject,\n sender: {\n name: \"BSide Solutions Website Correspondance\",\n email: \"site-contact@bsidesolutions.net\"\n },\n message,\n to: [{\n name: 'No Reply | BSide Solutions',\n email: \"info@bsidesolutions.net\"\n }],\n textContent: message,\n subject,\n replyTo: {\n name,\n email\n }\n }\n };\n\n fetch(webhookUrl, {\n method: 'POST',\n headers: { \n 'Authorization': 'Bearer ',\n 'Content-Type': 'application/json' // Or 'application/x-www-form-urlencoded' if your webhook expects that\n },\n body: JSON.stringify(formData) // Send data as JSON\n })\n .then(response => {\n if (!response.ok) {\n throw new Error(`HTTP error! status: ${response.status}`);\n }\n return response.json(); // Or response.text() if your webhook doesn't return JSON\n })\n .then(data => {\n document.getElementById('contact.responseMessage').innerText = 'Message sent successfully!';\n console.log('Success:', data);\n document.getElementById('contact.form').reset(); // Clear the form\n })\n .catch(error => {\n document.getElementById('contact.responseMessage').innerText = 'Error sending message.';\n console.error('Error:', error);\n });\n});\n</script>\n"}
code={"<script>\n document.getElementById('contact.form').addEventListener('submit', async function(event) {\n const waitForJobCompletion = (UUID) => {\n return new Promise(async (resolve, reject) => {\n try {\n const endpoint = `https://windmill.bsidesolutions.net/api/w/bside-hosted-websites/jobs_u/completed/get_result_maybe/${UUID}`;\n const checkResponse = await fetch(endpoint, {\n method: 'GET',\n headers: {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"Bearer VTU7hlcLX0LDE2tyEYIQ1XSe4hVPU10I\"\n }\n });\n \n const checkData = await checkResponse.json();\n \n if (checkData.completed) {\n document.getElementById('contact.responseMessage').innerText = 'Message sent successfully!';\n console.log('Success'); \n document.getElementById('contact.form').reset(); // Clear the form\n resolve(checkData);\n } else {\n // If not completed, wait for a second then try again\n setTimeout(async () => {\n const result = await waitForJobCompletion(UUID);\n resolve(result);\n }, 1000);\n }\n } catch (error) {\n document.getElementById('contact.responseMessage').innerText = 'Error sending message.';\n console.error('Error:', error);\n reject(error);\n }\n });\n }\n \n const triggerJob = async () => {\n // const webhookUrl = `${WINDMILL_BASE_URL}/${CONTACT_FORM_WEBHOOK_URL_PATH}`; \n\n const webhookUrl = `https://windmill.bsidesolutions.net/api/w/bside-hosted-websites/jobs/run/p/f/email_automations/send_a_transactional_email_for_website_contact_form`; \n const name = document.getElementById('contact.name').value;\n const subject = document.getElementById('contact.subject').value;\n const email = document.getElementById('contact.email').value;\n const message = document.getElementById('contact.message').value;\n \n const formData = {\n auth: \"$res:u/oonyeje/brevo_access_key\",\n body: {\n subject,\n sender: {\n name: \"Inasa Healthcare Website Correspondance\",\n email: \"site-contact@inasahealthcare.com\"\n },\n to: [{\n name: 'No Reply | Inasa Healthcare',\n email: \"info@inasahealthcare.com\"\n }],\n textContent: `${name} (${email}) has sent the following message:\\n\\n${message}`,\n subject,\n replyTo: {\n name,\n email\n }\n }\n };\n \n return await fetch(webhookUrl, {\n method: 'POST',\n headers: {\n \"Content-Type\": \"application/json\",\n \"Authorization\": \"Bearer VTU7hlcLX0LDE2tyEYIQ1XSe4hVPU10I\"\n },\n body: JSON.stringify(formData) // Send data as JSON\n })\n }\n \n event.preventDefault(); // Prevent default form submission\n const jobTriggerResponse = await triggerJob();\n const UUID = await jobTriggerResponse.text();\n const jobCompletionData = await waitForJobCompletion(UUID);\n return jobCompletionData;\n });\n</script>\n"}
className={`w-html-embed`} />
</div>
</section>

View File

@ -1055,16 +1055,17 @@
:root {
--services-overlay-color: rgba(97, 93, 93, 1);
--header-text-color-primary: rgba(8, 111, 168, 1);
--link-color: rgba(0, 0, 238, 1)
--link-color: rgba(0, 0, 238, 1);
--header-text-color-secondary:
}
.c12ledq1 {
font-size: 0.875rem
.cf07oi4 {
font-size: 1rem
}
.c260ln7 {
line-height: 1.25rem
}
.cxnw7d7 {
color: rgba(100, 116, 139, 1)
.c1uxt2kq {
color:
}
.c1ir4q6q {
font-size: 2.6em
@ -1309,8 +1310,8 @@
.cpehxgn {
flex-direction: row-reverse
}
.c8kmkf5 {
text-align: end
.cn4g1iq {
font-size: 1.6em
}
.c1bjdpvj {
background-color: rgba(120, 132, 240, 1)