import Head from "next/head"; import Image from "next/image"; import Link from "next/link"; const UnderlineLink = tw(Link)`underline`; export default function Home() { return (
Create Next App

Welcome to Next.js and{" "} stailwc!

Get started by editing pages/index.tsx

tailwind.css →

Documentation for the types of classes available.

Documentation →

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

Learn →

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

Examples →

Discover and deploy boilerplate example Next.js projects.

Deploy →

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

Consider becoming a{" "} Sponsor
); }