Blog post: add HERMES chip, BLOG499 coupon CTA, register coupon code in both pages
This commit is contained in:
@@ -629,7 +629,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* ── Coupon Badges ──────────────────────────────────────── */
|
/* ── Coupon Badges ──────────────────────────────────────── */
|
||||||
const COUPONS = { friends499: 499, friends950: 950, creator950: 950, friends1750: 1750 };
|
const COUPONS = { friends499: 499, friends950: 950, creator950: 950, friends1750: 1750, blog499: 499 };
|
||||||
const PLAN_PRICES = { trainee: 499, junior: 950, senior: 1750 };
|
const PLAN_PRICES = { trainee: 499, junior: 950, senior: 1750 };
|
||||||
function centsToDollar(c) { return '$' + (c / 100).toFixed(2); }
|
function centsToDollar(c) { return '$' + (c / 100).toFixed(2); }
|
||||||
function updateCouponBadges() {
|
function updateCouponBadges() {
|
||||||
|
|||||||
@@ -43,6 +43,18 @@
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
letter-spacing: 0.5px;
|
letter-spacing: 0.5px;
|
||||||
}
|
}
|
||||||
|
.chip-tag {
|
||||||
|
display: inline-block;
|
||||||
|
background: rgba(0,245,255,0.1);
|
||||||
|
color: #00f5ff;
|
||||||
|
border: 1px solid rgba(0,245,255,0.3);
|
||||||
|
font-size: 0.75rem;
|
||||||
|
font-weight: 600;
|
||||||
|
padding: 2px 10px;
|
||||||
|
border-radius: 20px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
letter-spacing: 0.5px;
|
||||||
|
}
|
||||||
h2 { font-size: 1.3rem; font-weight: 600; margin: 36px 0 12px; color: #f0f0ff; }
|
h2 { font-size: 1.3rem; font-weight: 600; margin: 36px 0 12px; color: #f0f0ff; }
|
||||||
h3 { font-size: 1.1rem; font-weight: 600; margin: 24px 0 8px; color: #e0e0f0; }
|
h3 { font-size: 1.1rem; font-weight: 600; margin: 24px 0 8px; color: #e0e0f0; }
|
||||||
p { margin-bottom: 16px; color: #c8c8d8; }
|
p { margin-bottom: 16px; color: #c8c8d8; }
|
||||||
@@ -75,6 +87,7 @@
|
|||||||
<div class="meta">
|
<div class="meta">
|
||||||
<span>June 10, 2026</span>
|
<span>June 10, 2026</span>
|
||||||
<span class="area-tag">speed-run</span>
|
<span class="area-tag">speed-run</span>
|
||||||
|
<span class="chip-tag">hermes</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Introduction</h2>
|
<h2>Introduction</h2>
|
||||||
@@ -112,6 +125,9 @@
|
|||||||
<p>
|
<p>
|
||||||
In under 5 minutes you went from nothing to an AI agent connected to your live Odoo instance. The same pattern works for any Odoo module — inventory, CRM, accounting, manufacturing. Just update the prompt to describe what you need.
|
In under 5 minutes you went from nothing to an AI agent connected to your live Odoo instance. The same pattern works for any Odoo module — inventory, CRM, accounting, manufacturing. Just update the prompt to describe what you need.
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
Use coupon code <strong>BLOG499</strong> at checkout to get your first month free — zero risk, full access.
|
||||||
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://derez.ai/#pricing">Deploy your own Odoo-connected agent now.</a>
|
<a href="https://derez.ai/#pricing">Deploy your own Odoo-connected agent now.</a>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
+1
-1
@@ -2858,7 +2858,7 @@
|
|||||||
})();
|
})();
|
||||||
|
|
||||||
/* ── Coupon Badges ──────────────────────────────────── */
|
/* ── Coupon Badges ──────────────────────────────────── */
|
||||||
const COUPONS = { friends499: 499, friends950: 950, creator950: 950, friends1750: 1750 };
|
const COUPONS = { friends499: 499, friends950: 950, creator950: 950, friends1750: 1750, blog499: 499 };
|
||||||
const PLAN_PRICES = { trainee: 499, junior: 950, senior: 1750 };
|
const PLAN_PRICES = { trainee: 499, junior: 950, senior: 1750 };
|
||||||
function centsToDollar(c) { return '$' + (c / 100).toFixed(2); }
|
function centsToDollar(c) { return '$' + (c / 100).toFixed(2); }
|
||||||
function updateCouponBadges() {
|
function updateCouponBadges() {
|
||||||
|
|||||||
Reference in New Issue
Block a user