import Image from "next/image" import Link from "next/link" export default function Home() { return (
Home
By{" "} Vercel Logo
Draw.io
Next.js Logo

Next.js 및 tailwind css 사용해보기

Docs{" "} ->

Find in-depth information about Next.js features and API.

Learn{" "} ->

Learn about Next.js in an interactive course with quizzes!

Templates{" "} ->

Explore starter templates for Next.js.

Deploy{" "} ->

Instantly deploy your Next.js site to a shareable URL with Vercel.

) }