import Link from "next/link"
// import { useRouter } from "next/router"
export default function Menu() {
// const router = useRouter()
return (
<>
{/*
Home Default
Home Interior
*/}
- Home
- Home Page One
- Home Page Two
- Home Page Three
- OnePage Home
- About Us
- Services
- Our Services
- Cardiology
- Dental Clinic
- Neurosurgery
- Medical
- Pediatrics
- Modern Laboratory
{/* ... (similarly for other service items) */}
- Team
{/* Pages */}
- Pages
- Blog
- Blog Grid
- Blog Sidebar
- Blog Details
- Tesmonial
- How it works
- Why Choose Us
- Pricing-Table
- Faq's
- Gallery
- Make Appointment
- Page Not Found
{/* ... (similarly for other page items) */}
{/* Contact */}
- Contact
>
)
}