import MainLayout from "@/components/MainLayout"; import BarChartExample from "@/components/visualisation/Bar-Chart"; import { BarChart } from "@tremor/react"; import Head from "next/head"; import Link from "next/link"; const Homepage = () => { return ( Watchman

Homepage

Please check this page later, as it is still under construction.

); }; export default Homepage;