-
Get started by editing{" "}
src/pages/index.tsx. - Save and see your changes instantly.
import Image from "next/image"; import { Geist, Geist_Mono } from "next/font/google"; const geistSans = Geist({ variable: "--font-geist-sans", subsets: ["latin"], }); const geistMono = Geist_Mono({ variable: "--font-geist-mono", subsets: ["latin"], }); export default function Home() { return (
src/pages/index.tsx
.