-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (55 loc) · 1.93 KB
/
index.html
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
---
layout: layouts/home.html
description: "Your free Business Profile lets you easily connect with customers across the internet."
---
<section>
<div class="home-card">
<div>
<h3>Get a free professional businesses account now.</h3>
<img src="/images/home-card-1.webp" alt="telescope" />
<p>
Post more photos of projects, and create offers to your profile to show
what makes your business unusual, and give customers reasons to tick you
every time.
</p>
<a href="/account/signup.html" class="link-button"
>Get Business Account</a
>
</div>
<div>
<h3>Engage with customers directly for free.</h3>
<img src="/images/home-card-1.webp" alt="telescope" />
<p>
Give customers more ways to reach you. Your customers are ready to
connect – by calling, messaging, rating, or leaving reviews. Now, with
more ways to transact, you can do more business.
</p>
<a href="/account/signup.html" class="link-button"
>Engage with Customers</a
>
</div>
<div>
<h3>Stand out and build customer trust.</h3>
<img src="/images/home-card-1.webp" alt="telescope" />
<p>
Keep customers up-to-date, go international and become a pro! Your
Business Portfolio lets you feature the best of your business.
</p>
<a href="/account/signup.html" class="link-button"
>Manage Business Portfolio</a
>
</div>
<div>
<h1>
Home for local businesses. When you make it easy to do business, your
business grows.
</h1>
<img src="/images/home-card-1.webp" alt="telescope" />
<p>
Find top-rated, certified professionals for your project. Discover the
perfect professional and the best businesses in your local area.
</p>
<a href="/office/explore.html" class="link-button">Explore Businesses</a>
</div>
</div>
</section>