Privātuma politika
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
/en/privatuma-politika
Webflow published path
/privatuma-politika
Source site
69ca6daf6448c4e7c41f533b
Ownership
This route already has an initial data ownership split so we do not rebuild Webflow data structures blindly.
Next checkpoint
The placeholder is deliberate. It keeps the route stable while we migrate content in controlled, reviewable slices.
Inspect the page in Webflow and capture section order.
List all editable copy, images, links, and dynamic data.
Classify each field as Sanity, Supabase, or code.
Implement one section with shared components only.
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