import CounterUp from "../components/elements/CounterUp" import VideoPopup from "../components/elements/VidepPopup" import Layout from "../components/layout/Layout" import BrandSlider2 from "../components/slider/BrandSlider2" import Link from "next/link" import MermsRecentBlog from "../components/sections/MermsRecentBlog"; import MermsWhyChooseUs from "../components/sections/MermsWhyChooseUs"; import MermsDedicatedTeam from "../components/sections/MermsDedicatedTeam"; import MermsAboutFeautures from "../components/sections/MermsAboutFeautures"; export default function Home() { return ( <>
{/* ABOUT-2 ============================================= */}
{/* ABOUT-2 TITLE */}
{/* Title */}

Helping healthcare providers with creative solutions.

{/* Text */}

We aim to provide users with everything they need to succeed, from web presence and design to marketing, content creation, and more. Our specialists understand the unique challenges of running an efficient modern operation. We work with the latest technologies to maximize your return on investment.

{/* END ABOUT-2 TITLE */} {/* ABOUT-2 IMAGES */}
{/* IMAGES-1 */}
{/* IMAGE-1 */}
about-image
{/* IMAGE-2 */}
about-image
{/* END IMAGES-1 */} {/* IMAGES-2 */}
{/* IMAGE-3 */}
about-image
{/* TEXT */}
{/* Icon */}
{/* Text */}

As a healthcare provider, you must stay up-to-date on the latest trends and technologies to connect with your patients and provide them with top-notch care. We offer a variety of products that are specifically designed to help you meet the growing online needs of your practice

{/* Author */} {/*

Charlie Cheever CEO & CO-FOUNDER

*/}
{/* IMAGE-4 */}
about-image
{/* End row */}
{/* END IMAGES-2 */}
{/* End row */}
{/* END ABOUT-2 IMAGES */}
{/* END ABOUT-2 */}

) }