Conversion Optimization Through Copy and CTA Refinement

Problem

Drum’s marketing site had a 0.44% visitor-to-demo conversion rate over 30 days (918 visitors -> 36 booking page views -> 4 demos booked). Two conversion leaks were identified:

  1. Homepage to booking page click-through (3.9%) — vague CTAs, buried social proof, misleading “free trial” messaging, single high-friction conversion path
  2. Booking page completion (11.1%) — no value framing before the Calendly widget, time commitment frontloaded in headline

Additionally, the time tracking feature page received reasonable search volume but converted poorly due to generic copy, missing structural sections, and an irrelevant testimonial.

Root Cause

Multiple compounding issues:

Solution

1. CTA Copy Site-Wide

Changed _includes/cta_button.html text from “Let Us Show You” to “Book a Free Demo”. This single change propagated to ~107 pages (all blog posts, feature pages, industry pages, FAQ sections).

Also updated 3 hardcoded instances in _includes/nav.html (nav bar, features mega-menu, industries mega-menu) and _includes/footer.html.

2. Misleading Trial Messaging

3. Homepage Hero Improvements

4. Booking Page Improvements

5. Time Tracking Feature Page Rewrite

Files Modified

File Change
_includes/cta_button.html CTA text -> “Book a Free Demo”
_includes/nav.html 3 hardcoded CTA instances updated
_includes/footer.html CTA text updated
index.html Hero description, proof row, dual CTAs, testimonial, bottom CTA
book-demo.html Headline, expectations list, reassurance text
_layouts/post.html Blog CTA text
collections/_home_faqs/4.md FAQ answer reworded
assets/css/blocks/Hero.scss .hero-testimonial, .demo-expectations, .demo-reassurance styles
features/time-tracking.html Complete rewrite
pricing.html CTA text (2 locations)
features/project-management.html CTA text
features/sales-and-proposals.html CTA text
industries/*.html CTA text (4 files)
*-alternative.html CTA text (3 files)
drum_demo.html CTA text
reclaim_billable_hours_training.html CTA text

Prevention / Best Practices

CRO Checklist for New Pages

  1. CTA copy: Action-oriented, specific about what happens next (“Book a Free Demo” not “Learn More”)
  2. Messaging alignment: Don’t promise what the product flow can’t deliver (e.g., “free trial” when demo-only)
  3. Social proof placement: At least one testimonial near the primary CTA, not just at page bottom
  4. Scannability: Hero descriptions should be 1-2 lines max; use line breaks for rhythm
  5. Proof specificity: Use concrete numbers (“< 10 min response time”) not vague claims (“world-class support”)

Feature Page Structure

Every feature page should include:

Copy Guidelines

Shared Include Strategy