feat(marketing): trim landing to hero, crew, hierarchy, security
ci / gates (push) Has been cancelled
ci / rust (push) Has been cancelled
ci / sandbox-k8s (push) Has been cancelled
ci / frontend (push) Has been cancelled
ci / e2e (push) Has been cancelled

Remove the Pitch, One-click, Works, Always-on and Skills sections and the
"Build your AI crew" footer CTA banner. Page is now Hero → CrewStrip →
Hierarchy → Security → FAQ → footer (dark tier kept). Prune the now-dead
section functions, consts, and imports (Image, skills icons). Repoint the
"marketing rendered" heading assertion (p0/p7/visual) from the removed
Pitch heading to the hero h1 (/agentic systems/); refresh the @visual baseline.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
This commit is contained in:
Omar Sobh
2026-06-15 16:06:05 -07:00
co-authored by Claude Opus 4.8
parent 44512a744f
commit 5638006eb6
6 changed files with 5 additions and 371 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ test("the marketing landing renders for logged-out visitors @marketing", async (
await page.goto("/");
// Hero + nav + our wordmark.
await expect(
page.getByRole("heading", { name: /AI coworkers/ }),
page.getByRole("heading", { name: /agentic systems/i }),
).toBeVisible();
await expect(
page.getByRole("link", { name: "Book a demo" }).first(),