import { Button } from "@nextui-org/react" export default function Page() { return ( <>

Hello, Next.js!

) }