Update consulting packs with prepaid discount info and enhanced AI services
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Leopere 2025-10-27 14:03:25 -04:00
parent 7b036a1a58
commit c5d81426ec
Signed by: colin
SSH Key Fingerprint: SHA256:nRPCQTeMFLdGytxRQmPVK9VXY3/ePKQ5lGRyJhT5DY8
1 changed files with 11 additions and 5 deletions

View File

@ -85,8 +85,8 @@
<section class="pricing-section">
<div class="pricing-grid">
<div class="pricing-card">
<h3>20-Hour Consulting Pack</h3>
<p>For larger initiatives. Buy 20 hours at a time; adjust quantity to add multiple packs. Pricing and taxes are shown on Stripe at checkout.</p>
<h3>20-Hour Consulting Pack (Prepaid Discount)</h3>
<p>For larger initiatives. This is a prepaid discount service—buy 20 hours at a time to save on per-hour rates. Adjust quantity to add multiple packs. Pricing and taxes are shown on Stripe at checkout.</p>
<ul class="pricing-features">
<li>Architecture and implementation guidance</li>
<li>Async research between sessions as needed</li>
@ -99,10 +99,11 @@
<div class="pricing-card">
<h3>AI Consultation (1 Hour)</h3>
<p>Get expert guidance on AI-enabled products and workflows. Ideal for feasibility studies, vendor proposal audits, risk/ROI assessments, and pragmatic integration plans using today's tooling.</p>
<p>Get expert guidance on AI-enabled products and workflows. We offer AI risk assessments and help with bespoke AI toolbuilding. Building AI tooling that ensures you have xray vision into the things you need done in your segment of the world—we want to help you realise your <span id="current-year"></span> cyborg potential.</p>
<ul class="pricing-features">
<li>Audit an AI product someone is pitching you</li>
<li>Feasibility study and MVP scoping</li>
<li>AI risk assessments and vulnerability audits</li>
<li>Bespoke AI toolbuilding for your specific needs</li>
<li>Feasibility studies, vendor proposal audits, and risk/ROI assessments</li>
<li>Architecture, prompt/system design, and automation mapping</li>
</ul>
<div class="cta-row">
@ -115,6 +116,11 @@
<!-- Footer Include -->
<div id="footer-include"></div>
<script>
// Set current year dynamically
document.getElementById('current-year').textContent = new Date().getFullYear();
</script>
</body>
</html>