'use client'; import '@/app/globals.css'; import Link from 'next/link'; export default function Home() { return (

Admin Menu goes here at some point

) }