Initial commit: houses.flowautomate.ai lead generation website
Static landing page with Express backend for lead capture. Navy/Gold branding, mobile-responsive, SQLite storage, Mailcow SMTP notifications, rate limiting, TCPA compliance. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
98
public/privacy.html
Normal file
98
public/privacy.html
Normal file
@@ -0,0 +1,98 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Privacy Policy | Flowautomate LLC</title>
|
||||
<meta name="description" content="Privacy policy for Flowautomate LLC — how we collect, use, and protect your information.">
|
||||
<meta name="robots" content="noindex, follow">
|
||||
<link rel="canonical" href="https://houses.flowautomate.ai/privacy.html">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<style>.legal{max-width:760px;margin:0 auto;padding:48px 20px 64px;}.legal h1{color:#1B3A5C;font-size:32px;margin-bottom:8px;}.legal .date{color:#6C757D;font-size:14px;margin-bottom:32px;}.legal h2{color:#1B3A5C;font-size:20px;margin:28px 0 12px;}.legal p,.legal li{color:#555;font-size:15px;line-height:1.7;margin-bottom:12px;}.legal ul{padding-left:20px;}.legal a{color:#C9A94E;}</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<header class="header">
|
||||
<div class="container">
|
||||
<a href="/" aria-label="Home"><img src="/images/logo.svg" alt="Flowautomate LLC" class="header__logo" width="240" height="44"></a>
|
||||
<div class="header__right">
|
||||
<a href="/" class="btn">Get My Cash Offer</a>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="legal">
|
||||
<h1>Privacy Policy</h1>
|
||||
<p class="date">Last updated: February 19, 2026</p>
|
||||
|
||||
<p>Flowautomate LLC ("we," "us," or "our") operates the website houses.flowautomate.ai. This Privacy Policy explains how we collect, use, disclose, and protect your personal information.</p>
|
||||
|
||||
<h2>1. Information We Collect</h2>
|
||||
<p>When you submit our property inquiry form, we collect:</p>
|
||||
<ul>
|
||||
<li>Full name</li>
|
||||
<li>Email address</li>
|
||||
<li>Phone number</li>
|
||||
<li>Property address</li>
|
||||
<li>Property condition and selling timeline</li>
|
||||
<li>IP address (for security and fraud prevention)</li>
|
||||
</ul>
|
||||
|
||||
<h2>2. How We Use Your Information</h2>
|
||||
<p>We use the information you provide to:</p>
|
||||
<ul>
|
||||
<li>Evaluate your property and prepare a cash offer</li>
|
||||
<li>Contact you regarding your property inquiry</li>
|
||||
<li>Send you a confirmation email acknowledging your submission</li>
|
||||
<li>Improve our services and website</li>
|
||||
</ul>
|
||||
|
||||
<h2>3. How We Share Your Information</h2>
|
||||
<p>We do not sell your personal information. We may share your information with:</p>
|
||||
<ul>
|
||||
<li>Title companies to facilitate property closings</li>
|
||||
<li>Licensed real estate professionals assisting with your transaction</li>
|
||||
<li>Service providers who help us operate our website and business (email hosting, analytics)</li>
|
||||
<li>Legal authorities if required by law</li>
|
||||
</ul>
|
||||
|
||||
<h2>4. Data Security</h2>
|
||||
<p>We implement reasonable security measures to protect your personal information, including encrypted data transmission (SSL/TLS) and secure data storage. However, no method of electronic transmission or storage is 100% secure.</p>
|
||||
|
||||
<h2>5. Your Rights</h2>
|
||||
<p>You have the right to:</p>
|
||||
<ul>
|
||||
<li>Request access to your personal data</li>
|
||||
<li>Request correction or deletion of your personal data</li>
|
||||
<li>Opt out of future communications at any time</li>
|
||||
</ul>
|
||||
<p>To exercise these rights, contact us at <a href="mailto:offers@flowautomate.ai">offers@flowautomate.ai</a> or call <a href="tel:+14256107779">(425) 610-7779</a>.</p>
|
||||
|
||||
<h2>6. Cookies</h2>
|
||||
<p>This website does not use tracking cookies or third-party analytics. We do not use advertising pixels or remarketing technologies.</p>
|
||||
|
||||
<h2>7. TCPA Consent</h2>
|
||||
<p>By checking the consent box on our form, you provide prior express written consent under the Telephone Consumer Protection Act (TCPA) for Flowautomate LLC to contact you at the phone number provided using automated technology, including calls and text messages, regarding your property inquiry. This consent is not a condition of any purchase or service.</p>
|
||||
|
||||
<h2>8. Changes to This Policy</h2>
|
||||
<p>We may update this Privacy Policy from time to time. Changes will be posted on this page with an updated date.</p>
|
||||
|
||||
<h2>9. Contact Us</h2>
|
||||
<p>
|
||||
Flowautomate LLC<br>
|
||||
Email: <a href="mailto:offers@flowautomate.ai">offers@flowautomate.ai</a><br>
|
||||
Phone: <a href="tel:+14256107779">(425) 610-7779</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="footer__bottom" style="border:none;padding-top:0;">
|
||||
<p>© 2026 Flowautomate LLC. All rights reserved.</p>
|
||||
<p><a href="/" style="color:#C9A94E;">Back to Home</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user