Problem
The stitch samples include a full 3-column pricing comparison on the landing page. The live page has only a teaser: text + link to /pricing. This requires a click-through before the user can evaluate value.
Why It Matters
For a Php3k-Php10k purchase, users need to see the price before they click. A teaser-only pricing section loses visitors who won't navigate away.
Proposed Implementation
Replace the teaser in the pricingSection with a compact 3-column comparison. Each tier card shows:
- Tier name (PPC Foundations / Accelerated Mastery / Ultimate Transformation)
- Price (Php2,999 / Php5,999 / Php9,999)
- 2-3 key features
- CTA link to /pricing for full details
- Middle tier gets accent color emphasis
Use existing .cards-mobile grid pattern.
Reference
stitch_amph_v2 landing_page code.html lines 303-406.
Severity: Consider - reduces friction but requires maintaining two pricing surfaces
Problem
The stitch samples include a full 3-column pricing comparison on the landing page. The live page has only a teaser: text + link to /pricing. This requires a click-through before the user can evaluate value.
Why It Matters
For a Php3k-Php10k purchase, users need to see the price before they click. A teaser-only pricing section loses visitors who won't navigate away.
Proposed Implementation
Replace the teaser in the pricingSection with a compact 3-column comparison. Each tier card shows:
Use existing .cards-mobile grid pattern.
Reference
stitch_amph_v2 landing_page code.html lines 303-406.
Severity: Consider - reduces friction but requires maintaining two pricing surfaces