diff --git a/add.html b/add.html index 703523f..bf29ac6 100644 --- a/add.html +++ b/add.html @@ -629,7 +629,7 @@ } /* ── 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 }; function centsToDollar(c) { return '$' + (c / 100).toFixed(2); } function updateCouponBadges() { diff --git a/blog/posts/speed-run-odoo-community-agent.html b/blog/posts/speed-run-odoo-community-agent.html index 9dc02dd..1c635d1 100644 --- a/blog/posts/speed-run-odoo-community-agent.html +++ b/blog/posts/speed-run-odoo-community-agent.html @@ -43,6 +43,18 @@ text-transform: uppercase; 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; } h3 { font-size: 1.1rem; font-weight: 600; margin: 24px 0 8px; color: #e0e0f0; } p { margin-bottom: 16px; color: #c8c8d8; } @@ -75,6 +87,7 @@
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.
++ Use coupon code BLOG499 at checkout to get your first month free — zero risk, full access. +
diff --git a/index.html b/index.html index 52ae26f..8b3276a 100644 --- a/index.html +++ b/index.html @@ -2858,7 +2858,7 @@ })(); /* ── 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 }; function centsToDollar(c) { return '$' + (c / 100).toFixed(2); } function updateCouponBadges() {