import styles from "./index.module.css"; import { type NextPage } from "next"; import Head from "next/head"; import Link from "next/link"; const Home: NextPage = () => { return ( <> Create T3 App

Create T3 App

First Steps →

Just the basics - Everything you need to know to set up your database and authentication.

Documentation →

Learn more about Create T3 App, the libraries it uses, and how to deploy it.
); }; export default Home;