Implementation Pattern
This page demonstrates one route pattern you can reuse.
- `src/pages/products/index.astro` maps to the top-level route `/products`
- `src/pages/products/analytics.astro` maps to the child route `/products/analytics`
- The same folder pattern works for any future section, such as `/company/history`