# Marketing Copy Patterns ## Hero Section ```typescript {/* Headline: Main benefit */}

Deploy your app in seconds, not hours

{/* Subheadline: How/Who */}

Push your code and we'll handle deployment, scaling, monitoring.

{/* CTA */} {/* Social proof */}

Trusted by 50,000+ developers at Airbnb, Netflix, Shopify

``` ## Feature Descriptions Focus on benefits, not features. Be specific (numbers, timeframes). ```typescript const features = [ { title: 'Lightning-Fast Deploys', description: 'See it live in under 30 seconds. No config files.' }, { title: 'Auto-Scaling', description: 'Handle any traffic spike. Scale from zero to millions.' } ] ``` ## Call-to-Action (CTA) | Type | Example | |------|---------| | Value-focused | "Start Free Trial", "Get Started Free" | | Urgency | "Claim Your Spot", "Join 10,000 Developers" | | Low commitment | "Browse Templates", "See How It Works" | Formula: Verb + Benefit + Remove friction ("Free", "No credit card") ## Email Templates ### Welcome Email ```typescript Welcome, {name}! Here's what to do next:
  1. Connect your Git repository
  2. Deploy your first project (2 min)
  3. Invite your team
``` ### Transactional Email ```typescript Payment Successful We've received your payment of {total}. Order: {orderNumber} ```