About Our Simple Next.js Site
We built this website using the **Next.js App Router** and **TypeScript** to demonstrate modern web development practices. The focus is on performance and clean data architecture.
Technology Highlights
- **Server Components:** Used for the entire page to ensure fast rendering.
- **Dynamic Routing:** The content pages (e.g., Content 1, Content 2) are handled by a single `[slug]/page.tsx` file.
- **TypeScript (.tsx):** Provides static typing across components and data utility functions.