Urban Broccoli Logo Urban Broccoli A rebrandable SaaS marketing and dashboard framework for agencies.

How to rebrand the starter without layout drift

This article route uses the shared article layout so long-form content, supporting notes, and next-step actions stay consistent with the marketing shell.

Start with semantic tokens and shared utility contracts instead of page-level overrides. That keeps rebrands focused on approved brand values rather than one-off CSS archaeology.

1. Change tokens before page copy

Colors, radius, typography, and spacing all cascade from the shared token layer. When those values are stable, page composition stays predictable across marketing and dashboard surfaces.

That order matters. If teams jump straight into bespoke page changes, they often create visual drift before the shared layer has had a chance to do its job.

2. Reuse section patterns

Hero blocks, feature splits, CTAs, article cards, pricing cards, and FAQ accordions should be composed from the same class contracts. That reduces visual drift as the number of routes grows.

  • Keep navigation and footer wrappers identical across routes.
  • Prefer shared cards and content stacks over page-specific containers.
  • Use the docs page as the primitive reference surface when patterns need verification.

3. Validate the route inventory

In a multi-page setup, page composition and build configuration must stay in sync. Missing entry pages can break the pipeline even when the underlying design system is healthy.

That is why secondary routes matter. Blog, changelog, contact, about, and 404 pages are still part of the product surface, even if they are not the first pages a team designs.

4. Keep the next action visible

Resource content should help readers understand the system, but it should also make the next logical step obvious. Sometimes that is pricing, sometimes docs, and sometimes direct contact for rollout planning.

Related reading

Use the same article contract for follow-on paths.

A detail page should not be the end of the journey. These related cards keep the resource layer connected to the rest of the marketing surface.

What changed in the marketing system

Use the changelog page to communicate steady, route-level progress without inventing a different update layout.

Open changelog

Review the section contracts in docs

When you need to verify tabs, accordions, cards, inputs, or layout primitives, the docs route stays the reference surface.

Open docs

When to move from implementation to planning

Use the pricing and contact routes when the conversation shifts from framework understanding to rollout scope.

View pricing
Next step

Turn implementation guidance into a rollout plan.

Once the shared system makes sense, route high-intent readers toward pricing or a direct conversation instead of leaving them in content loops.