51 lines
2.9 KiB
HTML
51 lines
2.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Privacy Policy | Fix&Fresh</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="Privacy policy for the Fix&Fresh website preview and lead forms.">
|
|
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
|
|
<link rel="stylesheet" href="css/grid.css">
|
|
<link rel="stylesheet" href="css/style.css">
|
|
<style>
|
|
.preview-concept-banner{position:fixed;top:0;left:0;right:0;z-index:99999;background:#0f2744;color:#fff;font:600 13px/1.4 system-ui,sans-serif;padding:8px 16px;text-align:center}
|
|
.preview-concept-banner a{color:#93c5fd;text-decoration:underline;margin-left:6px}
|
|
body{padding-top:36px}
|
|
.brand-lockup{display:inline-block;font:700 28px/1.1 'Asap',Georgia,serif;color:#0f2744;text-decoration:none}
|
|
.brand-lockup span{color:#1f8fbf}
|
|
.prose{max-width:720px;margin:48px auto 64px;padding:0 16px;line-height:1.6}
|
|
.aiml-footer-credit a{color:#0f2744;text-decoration:underline;font-weight:600}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="preview-concept-banner">UX Concept Preview — Fix&Fresh · <a href="ux-gallery.html">Feature gallery</a> · <a href="pricing.html">Pricing</a></div>
|
|
<header id="header">
|
|
<div id="stuck_container">
|
|
<h1><a href="index.html" class="brand-lockup">Fix<span>&</span>Fresh</a></h1>
|
|
<nav aria-label="Primary">
|
|
<ul class="sf-menu">
|
|
<li><a href="index.html">Home<strong></strong></a></li>
|
|
<li><a href="contact.html">Contact<strong></strong></a></li>
|
|
</ul>
|
|
</nav>
|
|
<div class="clear"></div>
|
|
</div>
|
|
</header>
|
|
<div class="prose">
|
|
<h2 style="margin-top:0;font-size:42px;line-height:1.2">Privacy policy</h2>
|
|
<p>This is a concept preview website for Fix&Fresh. Contact forms on this preview do not submit to a live backend. If you contact the business by phone or email using the published details, that communication is between you and Fix&Fresh.</p>
|
|
<p>When a production site launches, lead forms will collect name, email, phone, and message content to respond to service requests. That data will be stored in the client portal and used only for business communication unless you opt into marketing channels.</p>
|
|
<p>Questions: <a href="mailto:fixandfreshllc@gmail.com">fixandfreshllc@gmail.com</a> or <a href="tel:+16309368512">(630) 936-8512</a>.</p>
|
|
<p><a href="index.html">Back to home</a></p>
|
|
</div>
|
|
<footer id="footer">
|
|
<div class="container">
|
|
<p class="txt_priv"><span class="txt_upp">Fix&Fresh</span> © <span id="copyright-year"></span><br>
|
|
<span class="aiml-footer-credit">Made by <a href="https://aimloperations.com" rel="noopener noreferrer" target="_blank">AI ML Operations, LLC</a></span></p>
|
|
</div>
|
|
</footer>
|
|
<script>document.getElementById('copyright-year').textContent = new Date().getFullYear();</script>
|
|
</body>
|
|
</html>
|