import Head from 'next/head'; import { LocalNavbar } from './ui/navbar'; export default function Home() { return ( <> Create Next App ) }