import Head from "next/head"; import React from "react"; import Image from "next/image"; import Link from "next/link"; import Footer from "@/components/shared/footer"; import { NewNavbar } from "@/components/shared/NavBar"; import MobileNav from "@/components/shared/MobileNav"; export default function Home() { return ( <> Under Construction
{/* Create an under construction page with tailwind css */}
work-on-progress

🚧 Page Under Construction 🚧

"Please be patient, as we're still working on this page and it will be available soon."

Go back home
); }