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

ChatDBA

Chat →

); }; export default HomePage;