/* 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 { Fragment as Fragment_1, Box as Box, Text as Text, HtmlEmbed as HtmlEmbed, Slot as Slot, Image as Image } 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";
import { Body as Body, Link as Link } from "@webstudio-is/sdk-components-react-router";
export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0";
export const lastPublished = "2025-12-06T02:11:02.175Z";
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 =
"inasahealthcare_logo_LVniyy1fWvJoTZs37bGx2.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","towfiqu-barbhuiya-1bZak-jXe7I-unsplash_D3wSESQ81CLLRjsyXoTg9.jpg"]
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`} />
{"Our Services"}
{"Mental Health Services"}
{"Physicals & Testing"}
{"Primary & Preventive Care"}
{"Urgent Care & Walk-in Services"}
{"In Office Procedures"}
\n // Wait for the DOM to load\n document.addEventListener(\"DOMContentLoaded\", () => {\n const section = document.getElementById(\"services\");\n debugger;\n const {animate} = Motion\n\n // Define the animation\n const animation = animate({\n from: { opacity: 0 },\n to: { opacity: 1 },\n duration: 1,\n ease: \"easeOut\"\n });\n\n // Trigger animation when the section is in view\n const observer = new IntersectionObserver(\n (entries) => {\n entries.forEach(entry => {\n if (entry.isIntersecting) {\n animation.play();\n observer.unobserve(section);\n }\n });\n },\n { threshold: 0.1 }\n );\n\n observer.observe(section);\n });\n"}
executeScriptOnCanvas={true}
className={`w-html-embed`} />