<?php
$page_title = 'List your business';
require_once($_SERVER['DOCUMENT_ROOT'] . '/_includes/header.php');
?>
<section>
<article>
<h2>List your business</h2>
<h2>*Special introductory offer</h2>
<p>
Save 50% on setup – only $15.00! Plus, no $1 per–month listing fee until January 2018
</p>
[button]
<h2>It's easy, affordable and it works!</h2>
<h3>#1 – Click on the PayPal button</h3>
<p>
Pay the introductory fee of only $15.00 with NO monthly listing fees until January 2018. Note: You DO NOT need to be a PayPal member to pay. Choose "Pay without a PayPal Account" if you do not have an account.
</p>
<h3>#2 – Add your "Money Tree" business page</h3>
<p>
You will receive a form to choose a unique login and password, one business category, upload a business card add/or an optional video and describe your business. Note: If you do not see a category from the drop–down that matches your business email us and we may be able to create a category for you.
</p>
<h3>#3 – Approval</h3>
<p>
For security purposes we will review all businesses for approval and send you an email when you are approved. You will also receive a "unique code" to provide referrals who would like to sign up their business and give you credits toward receiving a FREE <span class="green">"Money Tree"</span> account. Review your <span class="green">"Money Tree"</span> page and login to make any changes.
</p>
<h3>Start growing your <span class="green">"Money Tree"</span></h3>
<p>
We recommend you use your social media, current customers to start building your <span class="green">"Money Tree"</span> You will receive a unique code to provide others to insert to provide you with their testimonial. You will receive an email to approve all testimonials. NO testimonials will be added until and unless you approve them.
</p>
<h3>Sample post or email</h3>
<p>
Hello ("Friends, Connections or Customers"). As you know referrals are the best way to grow your business. I have recently joined the <span class="green">"Money Tree"</span> where I can list positive referrals and testimonials from those who would like to help me grow my business. I would appreciate a positive testimonial from you. If you would like to grow your business you can also have a <span class="green">"Money Tree"</span> by inserting this code (use your provided code here) on my page. Thank you for helping me grow my business. Sincerely, (Your Name)
</p>
<h3>Want a free listing?</h3>
<p>
For a limited time, <span class="green">"Money Tree"</span> is providing FREE business listings to those who help us grow the <span class="green">"Money Tree"</span> referral system. <a href="/free.php">View more information</a> about our FREE listings.
</p>
</article>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/_includes/aside.php'); ?>
</section>
<?php
require_once($_SERVER['DOCUMENT_ROOT'] . '/_includes/footer.php');
?>