planned
static route
Webflow 69ca6daf6448c4e7c41f532b

Korporatīvie pasākumi

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/korporativie-pasakumi

Webflow published path

/korporativie-pasakumi

Source site

69ca6daf6448c4e7c41f533b

High-value marketing page that shares components with public ride offers.

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