import Image from "next/image"; export default function Home() { return (
Next.js logo

To get started, edit this page at app/page.tsx

This is a template page for Next.js 16 using tailwind css and shadcn.

); }