import { Inter } from 'next/font/google'; const inter = Inter({ subsets: ['latin'] }); export default function MainPage() { return (

main

); }