wizzard
This commit is contained in:
@@ -157,31 +157,40 @@
|
||||
<h3>3 Hours</h3>
|
||||
<p>Quick fixes and small automation improvements.</p>
|
||||
<span class="price">$450</span>
|
||||
<a href="#" class="btn-secondary" id="buy-3h">Choose Plan</a>
|
||||
<button class="btn-secondary" onclick="sendMessageToBot('I want to buy 3 Hours of service for $450')">
|
||||
Choose Plan
|
||||
</button>
|
||||
|
||||
</div>
|
||||
<div class="package featured">
|
||||
<h3>5 Hours</h3>
|
||||
<p>Ideal for mid-level integrations and custom workflows.</p>
|
||||
<span class="price">$675</span>
|
||||
|
||||
<a href="#" class="btn-secondary" id="buy-5h">Choose Plan</a>
|
||||
<button class="btn-secondary" onclick="sendMessageToBot('I want to buy 5 hours of service for $675')">
|
||||
Choose Plan
|
||||
</button>
|
||||
|
||||
</div>
|
||||
<div class="package">
|
||||
<h3>10 Hours</h3>
|
||||
<p>Perfect for large projects and advanced automation.</p>
|
||||
<span class="price">$1.200</span>
|
||||
<a href="#" class="btn-secondary" id="buy-10h">Choose Plan</a>
|
||||
<button class="btn-secondary" onclick="sendMessageToBot('I want to buy 10 hours of service for $1.200')">
|
||||
Choose Plan
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="package">
|
||||
<h3>ODOO & N8N Bundle</h3>
|
||||
<p>Perfect for taking conrtol over your company automation installation.</p>
|
||||
<span class="price">$395 per Year</span>
|
||||
<a href="#" class="btn-secondary" id="buy-bundle">Choose Plan</a>
|
||||
<h3>N8N Installation and Maintainance</h3>
|
||||
<p>We install N8N on your Container and maintain it for one year.</p>
|
||||
<span class="price">$75 per Year</span>
|
||||
<button class="btn-secondary" onclick="sendMessageToBot('I want you to install N8N on my container and maintain it.')">
|
||||
Choose Plan
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user