- 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>
157 lines
6.8 KiB
HTML
157 lines
6.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Insights — HOA Financial Management Tips & Guides | HOA LedgerIQ</title>
|
|
<meta name="description" content="Practical insights, guides, and strategies for HOA board members, treasurers, and property managers. Real-world advice on reserve funds, budgeting, and AI-powered financial management." />
|
|
<meta name="keywords" content="HOA financial management, HOA budgeting tips, reserve fund planning, HOA board resources, community association finance" />
|
|
<link rel="canonical" href="https://www.hoaledgeriq.com/articles/" />
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet" />
|
|
<link rel="stylesheet" href="../styles.css" />
|
|
<!-- Google tag (gtag.js) -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RTWNVXPMRF"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
gtag('config', 'G-RTWNVXPMRF');
|
|
</script>
|
|
</head>
|
|
<body>
|
|
|
|
<!-- NAV -->
|
|
<nav class="nav">
|
|
<div class="nav-inner">
|
|
<a href="../index.html" class="nav-logo">
|
|
<img src="../logo_house_transparent.svg" alt="HOA LedgerIQ" class="logo-img" />
|
|
</a>
|
|
<ul class="nav-links">
|
|
<li><a href="../index.html">Home</a></li>
|
|
<li><a href="../index.html#features">Features</a></li>
|
|
<li><a href="../index.html#pricing">Pricing</a></li>
|
|
<li><a href="index.html" class="nav-active">Insights</a></li>
|
|
</ul>
|
|
<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>
|
|
|
|
<!-- INSIGHTS HUB HERO -->
|
|
<section class="insights-hub-hero">
|
|
<div class="container">
|
|
<div class="section-label">HOA LedgerIQ Insights</div>
|
|
<h1>Financial Clarity for<br /><span class="gradient-text">HOA Boards & Managers</span></h1>
|
|
<p>Practical guides, real-world strategies, and expert perspectives on HOA financial management — written for board members, treasurers, and property managers.</p>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- ARTICLE GRID -->
|
|
<section class="insights-grid-section">
|
|
<div class="container">
|
|
|
|
<div class="article-grid">
|
|
|
|
<!-- Article 2 — Newest first -->
|
|
<a href="hoa-financial-blind-spots.html" class="article-card" style="text-decoration:none;">
|
|
<span class="article-card-tag">Financial Planning</span>
|
|
<h2 class="article-card-title">5 Financial Blind Spots Putting Your HOA at Risk (And How AI Finds Them)</h2>
|
|
<p class="article-card-excerpt">Most HOA boards don't know what they don't know. Spreadsheets don't send alerts. Static reports don't forecast. Here are the five blind spots costing communities thousands — and how AI-powered management eliminates them before they become crises.</p>
|
|
<div class="article-card-meta">
|
|
<span>HOA LedgerIQ Team</span>
|
|
<span class="article-card-meta-dot"></span>
|
|
<span>April 1, 2026</span>
|
|
<span class="article-card-meta-dot"></span>
|
|
<span>8 min read</span>
|
|
</div>
|
|
<span class="article-card-read-more">Read article →</span>
|
|
</a>
|
|
|
|
<!-- Article 1 — Older -->
|
|
<a href="why-we-built-hoa-ledgeriq.html" class="article-card" style="text-decoration:none;">
|
|
<span class="article-card-tag">Company Story</span>
|
|
<h2 class="article-card-title">Why We Built HOA LedgerIQ</h2>
|
|
<p class="article-card-excerpt">It started with a board meeting, a tired treasurer, and an answer nobody should ever hear at a financial review: "I think so." This is the story of why we set out to build the financial tool HOA boards actually deserve.</p>
|
|
<div class="article-card-meta">
|
|
<span>HOA LedgerIQ Team</span>
|
|
<span class="article-card-meta-dot"></span>
|
|
<span>March 16, 2026</span>
|
|
<span class="article-card-meta-dot"></span>
|
|
<span>6 min read</span>
|
|
</div>
|
|
<span class="article-card-read-more">Read article →</span>
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</section>
|
|
|
|
<!-- CTA STRIP -->
|
|
<section class="article-cta">
|
|
<div class="container">
|
|
<h2>Ready to See It in Action?</h2>
|
|
<p>Join the early access list and be among the first boards to experience HOA LedgerIQ.</p>
|
|
<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 · Cancel anytime</p>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- FOOTER -->
|
|
<footer class="footer">
|
|
<div class="container footer-inner">
|
|
<div class="footer-logo">
|
|
<img src="../logo_house.svg" alt="HOA LedgerIQ" class="logo-img logo-img--footer" />
|
|
<p>AI-powered HOA finance management.</p>
|
|
</div>
|
|
<div class="footer-links">
|
|
<div class="footer-col">
|
|
<div class="footer-col-title">Product</div>
|
|
<a href="../index.html#features">Features</a>
|
|
<a href="../index.html#pricing">Pricing</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>
|
|
<a href="../investment-management.html">Investment Management</a>
|
|
<a href="../reserve-study-software.html">Reserve Studies</a>
|
|
<a href="index.html">Insights</a>
|
|
</div>
|
|
<div class="footer-col">
|
|
<div class="footer-col-title">Legal</div>
|
|
<a href="../privacy.html">Privacy Policy</a>
|
|
<a href="../terms.html">Terms of Service</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="footer-bottom">
|
|
<div class="container">
|
|
<span>© 2026 HOA LedgerIQ. All rights reserved.</span>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="../app.js"></script>
|
|
|
|
<!-- Support Chat Widget -->
|
|
<script>
|
|
(function(d,t) {
|
|
var BASE_URL="https://chat.hoaledgeriq.com";
|
|
var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
|
g.src=BASE_URL+"/packs/js/sdk.js";
|
|
g.async = true;
|
|
s.parentNode.insertBefore(g,s);
|
|
g.onload=function(){
|
|
window.chatwootSDK.run({
|
|
websiteToken: '1QMW1fycL5xHvd6XMfg4Dbb4',
|
|
baseUrl: BASE_URL
|
|
})
|
|
}
|
|
})(document,"script");
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|