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:
@@ -22,13 +22,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">
|
||||
@@ -42,7 +35,7 @@
|
||||
<li><a href="index.html#pricing">Pricing</a></li>
|
||||
<li><a href="articles/">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>
|
||||
@@ -65,7 +58,7 @@
|
||||
that your HOA is financially prepared — year round.
|
||||
</p>
|
||||
<div class="hero-actions">
|
||||
<a href="index.html#preview-signup" class="btn btn-primary btn-lg">Start Free Preview</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>
|
||||
<a href="#comparison" class="btn btn-ghost btn-lg">See Comparison →</a>
|
||||
</div>
|
||||
<div class="hero-trust">
|
||||
@@ -214,7 +207,7 @@
|
||||
<div class="container">
|
||||
<h2>Calculate Your Reserve Funding Needs</h2>
|
||||
<p>See how much your HOA should have in reserves with our free AI-powered calculator.</p>
|
||||
<a href="index.html#preview-signup" class="btn btn-primary btn-lg">Open Reserve Calculator</a>
|
||||
<a href="https://app.hoaledgeriq.com/pricing" class="btn btn-primary btn-lg" target="_blank" rel="noopener">Start Free Trial — Try the Calculator</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -224,7 +217,7 @@
|
||||
<h2>Ready to Modernize Your Reserve Planning?</h2>
|
||||
<p>Join forward-thinking HOAs that have replaced outdated reserve studies with AI-powered continuous planning.</p>
|
||||
<div class="cta-form">
|
||||
<a href="index.html#preview-signup" class="btn btn-primary btn-lg">Start Your Free 14-Day Trial</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="cta-note">No credit card required · Cancel anytime · Free preview access</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -242,7 +235,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