import React from "react"; import { NextPage } from "next"; import { Mainframe } from "../ui/Mainframe"; import Head from "next/head"; import { Header } from "../ui/header"; const Index: NextPage = () => { return ( <>