planned
static route
Webflow unknown-live-nav-link

Drošības programma

This route now exists in the Next.js app as a migration placeholder. The next real step is to inspect the source page with MCP, capture the section inventory, and replace this shell one section at a time.

Route mapping

Current localized path

/lv/drosibas-programma

Webflow published path

/drosibas-programma

Source site

69ca6daf6448c4e7c41f533b

Live homepage navigation links to this static marketing page, but it was missing from the initial route manifest and still needs a proper migration pass.

Ownership

This route already has an initial data ownership split so we do not rebuild Webflow data structures blindly.

Sanity
code

Next checkpoint

The placeholder is deliberate. It keeps the route stable while we migrate content in controlled, reviewable slices.

1

Inspect the page in Webflow and capture section order.

2

List all editable copy, images, links, and dynamic data.

3

Classify each field as Sanity, Supabase, or code.

4

Implement one section with shared components only.

5

Compare the section back against Webflow before moving on.

Implementation guardrails

Use shadcn primitives from `@/components/ui` before introducing custom UI wrappers.

Extract repeated JSX or styling before the third repetition so sections don’t fork into near-copies.

Run `npm run web:check` when the section is ready to validate lint, types, and duplication.

Pick the next mapped route