Welcome page v3: team agent pitch + HubSpot waitlist (lp-a-team-agent) - #9
Open
Rkrizanovskis wants to merge 3 commits into
Open
Welcome page v3: team agent pitch + HubSpot waitlist (lp-a-team-agent)#9Rkrizanovskis wants to merge 3 commits into
Rkrizanovskis wants to merge 3 commits into
Conversation
…agent) Replaces the v2 welcome page with the a-team-agent landing experiment: - Hero install confirmation, shared-agent pitch, looping chat demo, tool cloud, how-it-works, gated early-access section - Email capture via HubSpot embedded form (portal 146727725 / eu1) - PostHog funnel events tagged experiment=lp-a-team-agent: page_view, demo_viewed, cta_clicked, gate_viewed, email_submitted - Standalone document (own fonts/styles); replicates Cookiebot/GA/meta from Layout.astro - Logo links back to the main page
…dient-ring step nodes, icon watermarks, animated connector (CSS-only)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Replaces the
/welcome/page (post-install deeplink target) with the a-team-agent landing experiment: install confirmation hero → shared-agent pitch → looping chat demo → tool cloud → how-it-works → gated early-access waitlist.Key changes
733e0a8d) — replaces the old custom form; submissions land in HubSpot. The HubSpot script hasdata-cookieconsent=ignoreso Cookiebot auto-blocking can't prevent the form from rendering (worth a compliance sanity check).experiment: lp-a-team-agent:page_view → demo_viewed → cta_clicked (hero|bottom) → gate_viewed → email_submitted(+posthog.identifyon submit).Layout.astro(design ships its own fonts/reset/styles); Cookiebot, GA, Ahrefs, favicons, canonical and OG meta are replicated inline. Keep in sync if Layout's head changes.Not included
Built output (
docs/) is not in this PR to keep the diff reviewable — runnpm run commit-static(or rebuild) when merging to actually ship it.Tested locally
Build passes (102 pages). Verified in browser: demo animation, CTA → gate reveal, HubSpot form renders with dark styling, PostHog events fire. Form submission not exercised (would create a real HubSpot contact).
Old v2 page recoverable from git history; v1 still at
/welcome2/.