Public landing flow

Product landing

A direct block-composed public landing page with announcement, proof, long-content, and mobile states.

Product landing page

Default, announcement, customer proof, long-content, and narrow public states.

Mobile

A reduced feature set keeps the public hierarchy useful on a narrow surface.

ViewportFull width
Rubytest/dummy/app/components/gallery/flows/landing_page.rb
workspace_surface do
  render_header
  render_announcement if state == "announcement"
  render_results
  render_feature_summary
  render_customer_proof if state == "customer-proof"
end