Create a new Next.js page with proper routing and structure.
/plugin marketplace add Ashikparvez89/larouex-fullstack-plugin/plugin install ashikparvez89-larouex-fullstack-builder@Ashikparvez89/larouex-fullstack-pluginCreate a new Next.js page with proper routing and structure. Generate: - Page file in /app with proper naming for Next.js routing - Layout wrapper with consistent structure - TypeScript types for page props and params - SEO metadata using Next.js 15 Metadata API (title, description, Open Graph) - Responsive Bootstrap grid structure - Server Component pattern for data fetching (if needed) - Client Component patterns for interactivity (if needed) - Loading state (loading.tsx) and error boundary (error.tsx) - Page-specific styles if required - Example content structure Include proper type sa...