Platform Modules

Pick the layer that removes the next bottleneck.

Each product solves a different part of the delivery loop. Start with analytics, move into automation, or align the commercial model through pricing.

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`

Design Upgrade

The page now scans faster and feels more product-like.

  • More explicit hierarchy instead of a single neutral content block
  • Actionable link cards that create clear paths into child pages
  • More consistent spacing and less dependence on generic card shells