-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
122 lines (112 loc) · 5.89 KB
/
Copy pathcontact.html
File metadata and controls
122 lines (112 loc) · 5.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact & Book a Cleaning | FreClean</title>
<meta name="description" content="Contact FreClean or book a cleaning service in Léogâne, Haiti.">
<link rel="canonical" href="https://freclean.com/contact.html">
<meta property="og:title" content="FreClean | Contact & Bookings">
<meta property="og:description" content="Contact FreClean or request a booking in Léogâne, Haiti.">
<meta name="twitter:card" content="summary">
<link rel="icon" type="image/svg+xml" href="assets/img/favicon.svg">
<link rel="stylesheet" href="style.css">
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<header class="site">
<div class="nav">
<a class="brand" href="index.html"><img src="assets/img/logo.jpg" alt="FreClean logo"> FreClean</a>
<button class="menu-toggle" aria-label="Open menu" aria-controls="navlinks" aria-expanded="false">☰</button>
<ul id="navlinks">
<li><a href="about.html">Company</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="entrepreneurship.html">Entrepreneurship</a></li>
<li><a href="web3-payments.html">Web3 Payments</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a class="cta" href="contact.html#book">Book a Cleaning</a></li>
</ul>
</div>
</header>
<main id="main">
<section class="page-hero">
<div class="container">
<div class="breadcrumb"><a href="index.html">Home</a> / Contact</div>
<h1>Talk to FreClean</h1>
<p class="lead">Reach the team directly, or book a cleaning below.</p>
</div>
</section>
<div class="container"><div class="wipe"></div></div>
<section>
<div class="container grid cols-2">
<div>
<picture>
<source type="image/webp" srcset="assets/img/contact-frontdesk.webp">
<img src="assets/img/contact-frontdesk.png" alt="FreClean front desk with a customer checking in" style="margin-bottom:20px;" loading="lazy">
</picture>
<div class="card">
<h3>Direct contact</h3>
<table>
<tr><th>Email</th><td><a href="mailto:freclean7@gmail.com">freclean7@gmail.com</a></td></tr>
<tr><th>Phone</th><td><a href="tel:+18493881969">+1 (849) 388-1969</a></td></tr>
<tr><th>Area</th><td>Léogâne, Ouest, Haiti</td></tr>
<tr><th>Investor inquiries</th><td><a href="mailto:freclean7@gmail.com">freclean7@gmail.com</a></td></tr>
</table>
</div>
</div>
<div id="book" class="card">
<h3>Book a cleaning</h3>
<p>Online booking integration is planned. To request a service, contact FreClean directly by email or phone.</p>
<form onsubmit="event.preventDefault();alert('Online booking integration is planned. Contact us directly to request a service.');" aria-describedby="booking-note">
<p><label>Full name<br><input type="text" name="fullName" required aria-required="true" style="width:100%;padding:10px;border:1px solid var(--line);border-radius:8px;margin-top:4px;"></label></p>
<p><label>Phone<br><input type="tel" name="phone" required aria-required="true" style="width:100%;padding:10px;border:1px solid var(--line);border-radius:8px;margin-top:4px;"></label></p>
<p><label>Service<br>
<select style="width:100%;padding:10px;border:1px solid var(--line);border-radius:8px;margin-top:4px;">
<option>Airbnb turnover</option>
<option>Residential cleaning</option>
<option>Office cleaning</option>
<option>Hotel cleaning</option>
<option>Kitchen cleaning</option>
</select>
</label></p>
<p><label>Preferred date<br><input type="date" style="width:100%;padding:10px;border:1px solid var(--line);border-radius:8px;margin-top:4px;"></label></p>
<button class="btn btn-primary" type="submit" style="width:100%;border:none;cursor:pointer;">Request booking</button>
<div id="booking-note" style="margin-top:10px;font-size:.9rem;color:var(--ink-soft);">Online booking integration is planned. Contact FreClean directly by email or phone to schedule a service.</div>
</form>
</div>
</div>
</section>
<footer>
<div class="container grid">
<div>
<a class="brand" href="index.html" style="color:#fff;"><img src="assets/img/logo.jpg" alt="FreClean logo"> FreClean</a>
<p style="color:#9DBBB4;margin-top:12px;max-width:32ch;">Professional cleaning, cleaning products, entrepreneurship, and Web3 payments in Léogâne, Ouest, Haiti.</p>
</div>
<div><h4>Company</h4><ul><li><a href="about.html">About</a></li><li><a href="services.html">Services</a></li><li><a href="products.html">Products</a></li></ul></div>
<div><h4>Programs</h4><ul><li><a href="entrepreneurship.html">Entrepreneurship</a></li><li><a href="web3-payments.html">Web3 Payments</a></li></ul></div>
<div><h4>Contact</h4><ul><li><a href="mailto:freclean7@gmail.com">freclean7@gmail.com</a></li><li><a href="tel:+18493881969">+1 (849) 388-1969</a></li><li>Léogâne, Ouest, Haiti</li></ul></div>
</div>
<div class="container footer-bottom">
<span>© 2026 FreClean. All rights reserved.</span>
<span><a href="policies.html">Privacy · Terms · Booking · Payment policies</a></span>
</div>
</div>
</footer>
<script>
(function(){
const btn = document.querySelector('.menu-toggle');
const nav = document.getElementById('navlinks');
if(btn && nav){
btn.setAttribute('aria-expanded','false');
btn.addEventListener('click', function(){
const open = nav.classList.toggle('open');
btn.setAttribute('aria-expanded', open ? 'true' : 'false');
});
document.addEventListener('keydown', (e)=>{ if(e.key==='Escape'){ nav.classList.remove('open'); btn.setAttribute('aria-expanded','false'); }});
}
})();
</script>
</main>
</body>
</html>