/* eslint-disable */
/* This is a auto generated file for building the project */
import { Fragment, useState } from "react";
import { useResource, useVariableState } from "@webstudio-is/react-sdk/runtime";
import { Body as Body, Link as Link, RemixForm as RemixForm } from "@webstudio-is/sdk-components-react-router";
import { Fragment as Fragment_1, Slot as Slot, Image as Image, Box as Box, Text as Text, HtmlEmbed as HtmlEmbed, Input as Input, Textarea as Textarea } from "@webstudio-is/sdk-components-react";
import { Dialog as Dialog, DialogTrigger as DialogTrigger, DialogOverlay as DialogOverlay, DialogContent as DialogContent, DialogTitle as DialogTitle, DialogClose as DialogClose, DialogDescription as DialogDescription } from "@webstudio-is/sdk-components-react-radix";
export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0";
export const lastPublished = "2025-12-04T11:59:03.781Z";
export const siteName = "Inasa Healthcare";
export const breakpoints = [{"id":"5zaWVFAeAfWgFjJNQ0GET"},{"id":"qOHlWr9cjM-6l364uX_FK","maxWidth":991},{"id":"8_hh5VMsAyWW46cnpT5HQ","maxWidth":767},{"id":"swNXPQRoKH4ij-T-zGDE7","maxWidth":479}];
export const favIconAsset: string | undefined =
"file_000000003f50722fa551064d566374f2_kdDbKfOW9fojde3YWOccm.png";
// Font assets on current page (can be preloaded)
export const pageFontAssets: string[] =
[]
export const pageBackgroundImageAssets: string[] =
["fr0ggy5-717W1DqDka0-unsplash_eJUCWadajqHP9R1pEmRxu.jpg","in_office_procedure_0aAyxyonh4OERKflq1ZYN.jpeg","umit-bulut-qbTC7ZwJB64-unsplash_ul-UnhbCDZpKHeDM1f37f.jpg","marcelo-leal-6pcGTJDuf6M-unsplash_XS5_j14YRTY9ketyMqXNs.jpg","istockphoto-1488889438-612x612_vbqMRl3DiTZde0YthrfWf.jpg","towfiqu-barbhuiya-1bZak-jXe7I-unsplash_D3wSESQ81CLLRjsyXoTg9.jpg"]
export const CustomCode = () => {
return (<>>);
}
const Page = (_props: { system: any; }) => {
return
{"About"}
{"Insurance"}
{"Services"}
{"Contact"}
{"Patient Portal"}
{"About"}
{"Insurance"}
{"Services"}
{"Contact"}
\n .mobile-menu {\n opacity: 0;\n visibility: hidden;\n transition: opacity 0.5s ease-in-out;\n display: none; /* Initially hidden */\n }\n\n .mobile-menu.visible {\n visibility: visible;\n opacity: 1;\n display: flex; /* Make it visible for the transition */\n }\n\n\n\n"}
clientOnly={true}
className={`w-html-embed`} />
\n \n"}
className={`w-html-embed c11b4pmf`} />
\n \n"}
className={`w-html-embed c11b4pmf`} />
{"Welcome to Inasa Healthcare"}
{"Book An Appointment"}
{"Call Us At 443-631-3321"}
{"About Your Physician"}
{"Chinasa Rita Onyeje, DNP, CRNP, FNP-BC, PMHNP-BC"}
{""}
{""}
{""}
{""}
{"I am a dual board-certified Family and Psychiatric Mental Health Nurse Practitioner who is compassionate, dedicated with genuine love for my profession. Patients are my first priority and I always strive 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. I like to establish a therapeutic alliance with my patients through active listening, empathy, and mutual respect. I am dedicated to helping patients manage chronic conditions, psychiatric illnesses, urgent / acute care matters, wellness screening and preventive health care services. "}
{""}
{""}
{""}
{""}
{"My 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 Health from University of Massachusetts."}
{"Certifications & Licenses:"}
{"DNP"}
{"CRNP"}
{"FNP-BC"}
{"PMHNP-BC"}
{"Our Services"}
{"Mental Health Services"}
{"Physicals & Testing"}
{"Primary & Preventive Care"}
{"Urgent Care & Walk-in Services"}
{"In Office Procedures"}
{"Major Insurance Providers Accepted"}
{"We accept major PPO plans, HMO plans, and Medicare insurance plans. We also offer affordable options for those without insurance or with High Deductible insurance plans. Below is a short list of just some of the plans we accept. Please contact our office with any questions."}
{"Aetna Better Health of Maryland"}
{"Aetna Health Plan"}
{"CARELON BEHAVIORAL HEALTH"}
{"CIGNA Health Plan"}
{"Humana Care Plan"}
{"JAI MEDICAL"}
{"MedStar Family Choice MD"}
{"Medicaid of Maryland"}
{"Medicare Part B of Maryland"}
{"Multiplan/PHCS"}
{"Optum Maryland Behavioral Health"}
{"Physicians Care Network"}
{"University Physicians Healthcare Group"}
{"Wellpoint Maryland"}
{"Contact Us"}
{"Let people know what to reach out about and what to expect after contacting you. Don’t forget to choose a storage option for submissions"}
{"inasahealthcare@gmail.com"}
{"(443) 631-3354"}
\n document.getElementById('contact.form').addEventListener('submit', function(event) {\n event.preventDefault(); // Prevent default form submission\n\n const webhookUrl = `${N$56$N_BASE_URL/CONTACT_FORM_WEBHOOK_URL_PATH}`; \n \n const name = document.getElementById('contact.name').value;\n const subject = document.getElementById('contact.subject').value;\n const sender = document.getElementById('contact.email').value;\n const message = document.getElementById('contact.message').value;\n const recipient = OWNER_CONTACT_EMAIL;\n\n const formData = {\n name,\n subject,\n sender,\n message,\n recipient\n };\n\n fetch(webhookUrl, {\n method: 'POST',\n headers: {\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\n"}
className={`w-html-embed`} />