-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemail-capture.html
More file actions
37 lines (34 loc) · 1.92 KB
/
email-capture.html
File metadata and controls
37 lines (34 loc) · 1.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Growth Ebook for Estate Agents</title>
<style>
body { font-family: Arial, sans-serif; text-align: center; padding: 50px; }
.container { max-width: 700px; margin: auto; }
img { width: 100%; max-width: 400px; margin-bottom: 20px; }
.btn { display: inline-block; background: #007bff; color: #fff; padding: 15px 20px;
text-decoration: none; border: none; border-radius: 5px; font-size: 18px; cursor: pointer; }
.btn:hover { background: #0056b3; }
</style>
</head>
<body>
<div class="container">
<h1>Unlock the Power of AI for Your Estate Agency</h1>
<p><strong>Are you ready to transform your real estate business?</strong></p>
<p>Discover how AI can help you generate more leads, close deals faster, and stay ahead of the competition.
This free guide is packed with insights and strategies tailored for estate agents looking to leverage AI for growth.</p>
<img src="estate-agents-ebook-cover.png" alt="AI Growth Ebook Cover">
<h2>What You'll Learn:</h2>
<ul style="text-align: left; display: inline-block;">
<li>How AI can automate lead generation and client follow-ups.</li>
<li>The best AI tools for property valuation and market analysis.</li>
<li>How chatbots and virtual assistants can improve customer service.</li>
<li>Ways AI-driven marketing can boost your sales conversions.</li>
</ul>
<p>Don’t miss out on this opportunity to future-proof your estate agency. Click below to get your free copy now.</p>
<a href="https://github.com/TheAIOldtimer/theaioldtimer.github.io/raw/main/Estate%20Agent%20AI%20Ebook.pdf" class="btn" download>Download the Ebook</a>
</div>
</body>
</html>