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="#calculator">Calculator</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>
|
||||
@@ -235,7 +228,7 @@
|
||||
<h3>Your HOA Could Earn:</h3>
|
||||
<div class="result-highlight">$<span id="yearlyGain">0</span> more per year</div>
|
||||
<p>That's <strong>$<span id="totalGain">0</span></strong> more over 10 years</p>
|
||||
<a href="index.html#preview-signup" class="btn btn-primary">Start Optimizing Today</a>
|
||||
<a href="https://app.hoaledgeriq.com/pricing" class="btn btn-primary" target="_blank" rel="noopener">Start Optimizing Today</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -262,7 +255,7 @@
|
||||
<h2>Start Maximizing Your HOA's Investment Income</h2>
|
||||
<p>Get personalized investment recommendations for your community — free during early access.</p>
|
||||
<div class="cta-form">
|
||||
<a href="index.html#preview-signup" class="btn btn-primary btn-lg">Get Free Investment Analysis</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 · 14-day free trial · State-compliant strategies</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -280,7 +273,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