Today, we do not have parametrized routes in Next.js on the client side (app router). We'll need some build work to make this happen, likely:
- Generate a manifest of routes at build time
- Inject this into the client bundle
- Use this at runtime to map URLs to a parametrized route