import Image from "next/image"; export default function Home() { return (
Next.js logo{" "} template with typescript, tailwindCSS and shadcnUI
  1. Get started by editing{" "} app/page.tsx .
  2. Save and see your changes instantly.
); }