Getting Started with Next.js

This is a dummy blog post. Replace this content with your own.

Next.js is a React framework that makes it easy to build full-stack applications. With the App Router, you get file-based routing, server components, and seamless data fetching.

Key concepts

  • App Router – File-based routing with app/ directory
  • Server Components – Default in the App Router for better performance
  • Layouts – Shared UI that persists across navigation

Add your own sections and MDX content here.