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

🚧 We are still working on it 🚧

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

Go back home
); }