| name | landing-page-copy |
| description | Generates conversion-focused landing page copy organized by sections. Use when creating or optimizing landing pages for product launches, features, or campaigns. |
Landing Page Copy
Reference
- ID: S-GRO-02
- Category: Growth
- Inputs: messaging framework, ICP document, campaign goals, CTA targets
- Outputs: landing page copy document → artifacts/growth/
- Used by: Growth Agent
- Tool scripts: ./tools/artifact/validate.sh
Purpose
Produces conversion-optimized landing page copy organized into standard sections (hero, benefits, social proof, CTA) that communicates value clearly and drives the target action.
Procedure
- Review the messaging framework and ICP document for voice, value props, and differentiators.
- Define the page goal: what is the single desired action (sign up, book demo, start trial)?
- Write the hero section: headline, subheadline, primary CTA, and hero image/video guidance.
- Write the problem section: articulate the pain the visitor feels.
- Write the solution section: how the product solves the pain, with key features.
- Write the benefits section: 3-4 benefit blocks with headlines and supporting copy.
- Write the social proof section: testimonial slots, logo bar guidance, metrics.
- Write the FAQ section: 4-6 common objections reframed as questions with answers.
- Write the final CTA section: urgency/scarcity framing and closing CTA.
- Add SEO metadata: page title, meta description, target keyword.
- Save the copy document to
artifacts/growth/.
- Validate the artifact using
./tools/artifact/validate.sh.
Visual Content Guidance
When producing landing page copy, include guidance for visual elements that complement the text.
Hero Section Visuals
- Product screenshot: Show the product in action (not a generic stock photo). Annotate key features.
- Video: 30-60 second demo showing the core value proposition. Autoplay muted with play button.
- Animation: Subtle motion showing the product's primary workflow (e.g., drag-and-drop, form submission, dashboard loading).
- Choose ONE primary visual -- don't combine. Screenshot is safest, video converts highest, animation is most engaging.
Data Visualization
When the landing page includes metrics, social proof, or comparisons:
- Comparison tables: Feature comparison with competitors (checkmarks, not paragraphs). Keep to 5-7 rows.
- Metric callouts: Large numbers (e.g., "50% faster", "10K+ users") with supporting context. Use 3 metrics max.
- Before/after: Side-by-side showing the problem state vs. with-product state.
- Charts: Only if data is compelling. Bar charts for comparisons, line charts for growth. Keep simple.
Presentation & Pitch Deck Guidance
When landing page content is adapted for presentations:
- Slide framework: Problem (1-2 slides) -> Solution (1-2 slides) -> Demo (2-3 slides) -> Social Proof (1 slide) -> CTA (1 slide)
- One idea per slide: Don't crowd. Large text, minimal bullets.
- Visual consistency: Use brand colors, consistent fonts, company logo on every slide.
Deployable Format Output
After producing the copy document, generate a deployment-ready format:
- Read
tech_stack.framework from company.config.yaml
- Produce format based on stack:
- Next.js/React:
.tsx page component scaffold with copy inline as JSX
- HTML/Static: complete HTML file with inline Tailwind CDN styles
- Webflow/Framer: structured JSON with section labels mapping to CMS fields
- Astro:
.astro page component with copy inline
- Copy document still saved to
artifacts/growth/; deployable format is the working output
- Include placeholder slots for images, CTAs, and form elements
Quality Checklist