This commit is contained in:
Oliver
2025-07-28 07:50:15 -03:00
parent 7695e30d59
commit 8d7cc60518
2 changed files with 53 additions and 76 deletions

View File

@@ -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>