import Image from "next/image"; import { Inter } from "next/font/google"; import styles from "./page.module.css"; import Content from "./message.mdx"; const inter = Inter({ subsets: ["latin"] }); export default function Home() { return (

Get started by editing  app/page.tsx

By{" "} Vercel Logo

Docs ->

Find in-depth information about Next.js features and API.

Templates ->

Explore starter templates for Next.js.

Deploy ->

Instantly deploy your Next.js site to a shareable URL with Vercel.

); }