From 3e0969e682edda63a43402b4fccb333b626fe380 Mon Sep 17 00:00:00 2001 From: olsch01 Date: Tue, 21 Apr 2026 09:38:19 -0400 Subject: [PATCH] Go-live: remove Coming Soon, add Start Free Trial CTAs, embed pricing page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove coming-soon banner from all pages (index, articles, SEO pages, legal pages) - Replace all "Get Early Access" CTAs with "Start Free Trial" → https://app.hoaledgeriq.com/pricing - Hero CTA updated to "Start Your Free 14-Day Trial" - Pricing section: replace static pricing grid with live iframe embed from app.hoaledgeriq.com/pricing - Add .pricing-embed-wrap / .pricing-embed / .pricing-embed-fallback CSS - Hide lead capture signup section (preserved with style="display:none" for future use) - Update footer "Early Access" → "Start Free Trial" across all pages - Update calculator CTA → https://app.hoaledgeriq.com/pricing - Remove "Coming soon to hoaledgeriq.com" copy from privacy/terms footers - Pages updated: index.html, styles.css, reserve-study-software.html, investment-management.html, special-assessment-calculator.html, privacy.html, terms.html, articles/index.html, articles/why-we-built-hoa-ledgeriq.html, articles/hoa-financial-blind-spots.html Co-Authored-By: Claude Sonnet 4.6 --- articles/hoa-financial-blind-spots.html | 13 +--- articles/index.html | 13 +--- articles/why-we-built-hoa-ledgeriq.html | 13 +--- index.html | 81 +++---------------------- investment-management.html | 15 ++--- privacy.html | 8 +-- reserve-study-software.html | 17 ++---- special-assessment-calculator.html | 4 +- styles.css | 12 ++++ terms.html | 8 +-- 10 files changed, 48 insertions(+), 136 deletions(-) diff --git a/articles/hoa-financial-blind-spots.html b/articles/hoa-financial-blind-spots.html index 19e0a30..8e66c3f 100644 --- a/articles/hoa-financial-blind-spots.html +++ b/articles/hoa-financial-blind-spots.html @@ -28,13 +28,6 @@ - -
- - - -
- @@ -243,7 +236,7 @@

Stop Flying Blind. Start Your Free Trial.

HOA LedgerIQ is accepting early access users now. See your community's financial blind spots — before they cost you.

- Get Early Access + Start Your Free 14-Day Trial

No credit card required  ·  14-day free trial  ·  No contracts

@@ -270,7 +263,7 @@ Features Pricing - Early Access + Start Free Trial @@ -262,7 +255,7 @@

Start Maximizing Your HOA's Investment Income

Get personalized investment recommendations for your community — free during early access.

- Get Free Investment Analysis + Start Your Free 14-Day Trial

No credit card required  ·  14-day free trial  ·  State-compliant strategies

@@ -280,7 +273,7 @@ Features Pricing - Early Access + Start Free Trial @@ -156,14 +156,14 @@ diff --git a/styles.css b/styles.css index 9423030..9be56ba 100644 --- a/styles.css +++ b/styles.css @@ -445,6 +445,18 @@ body { /* ---- Pricing ---- */ .pricing { padding: 100px 0; } +.pricing-embed-wrap { + margin-top: 40px; + border-radius: var(--radius-lg); + overflow: hidden; + border: 1px solid rgba(255,255,255,0.08); + box-shadow: 0 0 60px rgba(79,70,229,0.15); + background: #fff; +} +.pricing-embed { width: 100%; min-height: 780px; border: none; display: block; } +.pricing-embed-fallback { text-align: center; margin-top: 14px; font-size: 13px; color: var(--gray-400); } +.pricing-embed-fallback a { color: var(--blue); } +@media (max-width: 640px) { .pricing-embed { min-height: 1100px; } } .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); diff --git a/terms.html b/terms.html index f394059..7fd5d18 100644 --- a/terms.html +++ b/terms.html @@ -41,9 +41,9 @@ - Get Early Access + Start Free Trial @@ -147,14 +147,14 @@