Create a new Next.js App Router page with proper structure.
# Generate Next.js Page Create a new Next.js App Router page with proper structure. ## Arguments - `$ARGUMENTS` - Page path and optional specifications (e.g., "dashboard/settings with user data fetching") ## Instructions Create a Next.js page based on the provided path and specifications: 1. **Analyze Requirements** - Parse page path from `$ARGUMENTS` - Determine if page needs data fetching - Check if it requires dynamic routing ([slug], [...slug], [[...slug]]) - Identify if page should be static or dynamic 2. **File Structure** - Create page.tsx in correct directory ...