Add /advertorial workshop landing page with book-a-call CTA - #8
Open
ctrlswing wants to merge 2 commits into
Open
Add /advertorial workshop landing page with book-a-call CTA#8ctrlswing wants to merge 2 commits into
ctrlswing wants to merge 2 commits into
Conversation
Surface a dedicated workshop CTA that routes attendees to a free advertorial teardown call. Captures qualifier leads via the existing Kit infrastructure (tagged book-call) and hands them to a configurable booking link. - app/advertorial/page.tsx: hero, ad -> advertorial -> PDP positioning, the research -> personas -> angles -> advertorial process, booking CTA - components/teardown-form.tsx: qualifier form, Kit capture, redirect to NEXT_PUBLIC_BOOKING_URL - app/api/book-call/route.ts: lead capture modeled on request-build - .env.example: document NEXT_PUBLIC_BOOKING_URL Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014kgmAddnYtsotUMyUZa8kq
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…booking Replace the generic card-strip layout with Direction A from the editorial design directions doc: dark, typography-forward, lime signal accent, large DM Sans display headline with line-reveal motion, hairline rules instead of cards, one highlight sweep. Swap the fake redirect CTA for an owned booking widget: - lib/slots.ts: DST-aware Tue/Thu 2-4pm PT slot engine, shared by the client widget and server validation so they can't drift - lib/google-calendar.ts: dependency-free service-account client (native JWT signing) for free/busy checks and event creation; fails safe - components/booking-calendar.tsx: editorial slot picker rendering real slots in the visitor's local timezone - app/api/book-call: validate slot server-side, block double-books, create the calendar event, segment the lead in Kit - layout/globals: add DM Sans display face and editorial motion utilities Bookings degrade gracefully: if Google isn't configured yet, the request is still captured in Kit and logged for manual follow-up. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014kgmAddnYtsotUMyUZa8kq
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.
Surface a dedicated workshop CTA that routes attendees to a free
advertorial teardown call. Captures qualifier leads via the existing
Kit infrastructure (tagged book-call) and hands them to a configurable
booking link.
the research -> personas -> angles -> advertorial process, booking CTA
NEXT_PUBLIC_BOOKING_URL
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_014kgmAddnYtsotUMyUZa8kq