Go-live: remove Coming Soon, add Start Free Trial CTAs, embed pricing page
- 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 <noreply@anthropic.com>
This commit is contained in:
@@ -28,13 +28,6 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- COMING SOON BANNER -->
|
||||
<div class="coming-soon-banner">
|
||||
<span class="banner-badge" id="bannerCountdown">Launching Soon</span>
|
||||
<span class="banner-text">HOA LedgerIQ is almost here — be first in line.</span>
|
||||
<a href="../index.html#preview-signup" class="banner-cta">Get Early Access →</a>
|
||||
</div>
|
||||
|
||||
<!-- NAV -->
|
||||
<nav class="nav">
|
||||
<div class="nav-inner">
|
||||
@@ -47,7 +40,7 @@
|
||||
<li><a href="../index.html#pricing">Pricing</a></li>
|
||||
<li><a href="index.html" class="nav-active">Insights</a></li>
|
||||
</ul>
|
||||
<a href="../index.html#preview-signup" class="btn btn-primary nav-btn">Get Early Access</a>
|
||||
<a href="https://app.hoaledgeriq.com/pricing" class="btn btn-primary nav-btn" target="_blank" rel="noopener">Start Free Trial</a>
|
||||
<a href="https://app.hoaledgeriq.com" class="btn btn-outline nav-btn nav-login" target="_blank" rel="noopener">Login</a>
|
||||
</div>
|
||||
</nav>
|
||||
@@ -216,7 +209,7 @@
|
||||
<div class="container">
|
||||
<h2>Ready to Leave the Spreadsheets Behind?</h2>
|
||||
<p>Join the early access list and be among the first boards to experience HOA LedgerIQ.</p>
|
||||
<a href="../index.html#preview-signup" class="btn btn-primary btn-lg">Get Early Access</a>
|
||||
<a href="https://app.hoaledgeriq.com/pricing" class="btn btn-primary btn-lg" target="_blank" rel="noopener">Start Your Free 14-Day Trial</a>
|
||||
<p class="article-cta-note">No credit card required · 14-day free trial · No contracts</p>
|
||||
</div>
|
||||
</section>
|
||||
@@ -243,7 +236,7 @@
|
||||
<div class="footer-col-title">Product</div>
|
||||
<a href="../index.html#features">Features</a>
|
||||
<a href="../index.html#pricing">Pricing</a>
|
||||
<a href="../index.html#preview-signup">Early Access</a>
|
||||
<a href="https://app.hoaledgeriq.com/pricing" target="_blank" rel="noopener">Start Free Trial</a>
|
||||
</div>
|
||||
<div class="footer-col">
|
||||
<div class="footer-col-title">Pages</div>
|
||||
|
||||
Reference in New Issue
Block a user