Files
houses-flowautomate/public/terms.html
Claude 85e7dc8e0c 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>
2026-02-19 04:46:20 +01:00

82 lines
4.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service | Flowautomate LLC</title>
<meta name="description" content="Terms of service for Flowautomate LLC website.">
<meta name="robots" content="noindex, follow">
<link rel="canonical" href="https://houses.flowautomate.ai/terms.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>Terms of Service</h1>
<p class="date">Last updated: February 19, 2026</p>
<p>By accessing and using houses.flowautomate.ai ("the Website"), you agree to the following terms and conditions.</p>
<h2>1. About Us</h2>
<p>Flowautomate LLC is a real estate investment company. We are not licensed real estate brokers or agents. We do not provide legal, tax, or financial advice. We buy properties directly from homeowners for investment purposes.</p>
<h2>2. No Obligation</h2>
<p>Submitting your information through our form does not create any obligation to sell your property or accept any offer. All offers are non-binding until a purchase agreement is signed by both parties.</p>
<h2>3. Not Real Estate Advice</h2>
<p>The content on this website is for informational purposes only and does not constitute real estate, legal, financial, or tax advice. We recommend consulting with a licensed professional before making any real estate decisions.</p>
<h2>4. Property Evaluations</h2>
<p>Our cash offers are based on our analysis of current market conditions, property condition, and comparable sales. Offers may change based on further inspection or new information about the property.</p>
<h2>5. Communication Consent</h2>
<p>By submitting the form on this website and checking the consent box, you agree to receive communications from Flowautomate LLC, including phone calls, text messages, and emails regarding your property inquiry. You may opt out at any time by replying STOP to any text message or contacting us directly.</p>
<h2>6. Accuracy of Information</h2>
<p>You agree to provide accurate and truthful information when submitting our form. Providing false or misleading information may result in withdrawal of any offer.</p>
<h2>7. Intellectual Property</h2>
<p>All content on this website, including text, graphics, logos, and design, is the property of Flowautomate LLC and is protected by applicable intellectual property laws.</p>
<h2>8. Limitation of Liability</h2>
<p>Flowautomate LLC shall not be liable for any direct, indirect, incidental, or consequential damages arising from your use of this website or reliance on any information provided. The website is provided "as is" without warranties of any kind.</p>
<h2>9. Third-Party Links</h2>
<p>This website may contain links to third-party websites. We are not responsible for the content or practices of any linked sites.</p>
<h2>10. Governing Law</h2>
<p>These terms are governed by the laws of the State of Washington, without regard to conflict of law provisions.</p>
<h2>11. Changes to Terms</h2>
<p>We reserve the right to update these terms at any time. Changes take effect immediately upon posting to this page.</p>
<h2>12. Contact</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>&copy; 2026 Flowautomate LLC. All rights reserved.</p>
<p><a href="/" style="color:#C9A94E;">Back to Home</a></p>
</div>
</div>
</footer>
</body>
</html>