import { NextPage } from "next"; import Head from "next/head"; import Link from "next/link"; import React from "react"; import Icon from "../components/Icon"; const HomePage: NextPage = () => { return ( <> SQL Chat

SQL Chat

Chat →
); }; export default HomePage;