import Head from 'next/head'; import Link from 'next/link'; import styles from '../styles/Home.module.css'; // We'll create this style later export default function Home() { return (
Next.js Tutor App

Welcome to the Next.js Tutor App!

Use this app to explore basic Next.js concepts.

Basic Page →

See how simple pages are created in Next.js.

Components →

Learn about using React components in Next.js.

{/* Add more links as you add more examples */}
); }