Take the empty mockup off the hero

aa343114cb8c · AtlantisPleb · · parent d0a2c4659a2b

Take the empty mockup off the hero

Commented out rather than deleted, so the frame is there when something real
goes in it. An empty browser chrome captioned with the domain tells a reader
nothing about the product and reads as a placeholder somebody forgot to
replace, which is worse than a hero that simply ends after its actions.

`Landing.mockup/1` is untouched and still catalogued and demoed; it is the
contents that were missing, not the component.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0149rBWy7br1Z7bbz9NrQhEr
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>

Deploy story

What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.

Not deployed through the forge lane

No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.

Changed files

  • modified lib/openagents_web/live/home_live.ex

Diff

1 file changed, +7 -0

lib/openagents_web/live/home_live.ex modified +7

@@ -226,6 +226,12 @@ defmodule OpenAgentsWeb.HomeLive do

226 226
            <% end %>
227 227
          </:actions>
228 228
229
          <%!-- Commented out rather than deleted: the frame is right, what goes
230
          in it is not. An empty browser chrome captioned with the domain shows
231
          a reader nothing about the product and reads as a placeholder that
232
          was forgotten. Restore this when there is a real surface to put in
233
          it -- a screenshot, or a live view of the application.
234
229 235
          <:figure>
230 236
            <Landing.mockup>
231 237
              <div class="landing-figure">

@@ -236,6 +242,7 @@ defmodule OpenAgentsWeb.HomeLive do

236 242
              </div>
237 243
            </Landing.mockup>
238 244
          </:figure>
245
          --%>
239 246
        </Landing.hero>
240 247
241 248
        <Landing.logo_wall title="Built with">

This page updates live while a promote is in flight · changelog