import Link from "next/link"
import { useRouter } from "next/router"
export default function AutoMedSysMenu() {
const router = useRouter()
return (
<>
{/* DROPDOWN SUB MENU */}
-
About
{/* SIMPLE NAVIGATION LINK */}
- Features
{/* MEGAMENU */}
- Solutions
{/* MEGAMENU LINKS */}
- Electronic Medical Records
{/*- Our Team
*/}
{/*- Careers 4
*/}
{/*- Career Details
*/}
{/*- Contact Us
*/}
{/* MEGAMENU LINKS */}
- e-Prescribing
{/*- Our Projects
*/}
{/*- Project Details
*/}
{/*- Testimonials
*/}
{/*- Download Page
*/}
{/* MEGAMENU LINKS */}
- Telehealth
{/*- Pricing Page #2
*/}
{/*- FAQs Page
*/}
{/*- Help Center
*/}
{/*- 404 Page
*/}
{/* MEGAMENU LINKS */}
{/*
*/}
{/* - Blog Listing
*/}
{/* /!*- Single Blog Post
*!/*/}
{/* /!*- Login Page
*!/*/}
{/* /!*- Signup Page
*!/*/}
{/* /!*- Reset Password
*!/*/}
{/*
*/}
{/* End row */}
{/* End container */}
{/* End wsmegamenu */}
{/* END MEGAMENU */}
{/* SIMPLE NAVIGATION LINK */}
- Pricing
{/* SIMPLE NAVIGATION LINK */}
- FAQs
{/* SIGN IN LINK */}
-
Sign in
{/* SIGN UP BUTTON */}
-
Get Started
>
)
}