From 9ebf08a10e4f5e23a609f29ba2f0aab082bff519 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 10 Jun 2026 06:02:27 -0300 Subject: [PATCH] Blog post: add HERMES chip, BLOG499 coupon CTA, register coupon code in both pages --- add.html | 2 +- blog/posts/speed-run-odoo-community-agent.html | 16 ++++++++++++++++ index.html | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) 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 @@
June 10, 2026 speed-run + hermes

Introduction

@@ -112,6 +125,9 @@

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. +

Deploy your own Odoo-connected agent now.

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() {