import Image from "next/image"; import Apitest from "./components/apitest"; export default function Home() { return (
{/* Add your component here */}
Next.js logo

To get started, edit the page.tsx file.

Looking for a starting point or more instructions? Head over to{" "} Templates {" "} or the{" "} Learning {" "} center.

Vercel logomark Deploy Now Documentation
); }