From 66186168c79e88ec810a020b5449dd3d2e777e1a Mon Sep 17 00:00:00 2001 From: root Date: Sat, 20 Jun 2026 19:29:28 +0000 Subject: [PATCH] Live AI Pricing: fetch from P&L manager, auto-update tier cards + form selector, add AI Pricing badge --- index.html | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 73 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 7060502..4837c37 100644 --- a/index.html +++ b/index.html @@ -92,7 +92,8 @@ .tier-specs li:last-child{border-bottom:none} .tier-specs li .check{color:var(--green)} .tier-specs li .x{color:var(--red)} - .tier-card .btn{width:100%;justify-content:center} + .tier-card .btn{width:100%;justify-content:center;font-size:.82rem;white-space:nowrap} + #aiPricingBadge.loaded{opacity:1!important} .why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem} .why-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem} .why-card .icon{font-size:1.8rem;margin-bottom:1rem} @@ -224,6 +225,16 @@

Pick a tier. Get a server.Choisissez une offre. Recevez un serveur.

Four options, from entry-level to redundant storage. All include hardware, on-site installation, and a working server before we leave.

Quatre options, de l'entrée de gamme au stockage redondant. Chaque offre inclut le matériel, l'installation sur place et un serveur opérationnel avant notre départ.

+
+ + + AI Pricing — live from P&LPrix AI — en direct du P&L + + + Prices auto-update when you change costs in the P&L manager + Les prix se mettent à jour automatiquement depuis le gestionnaire P&L + +
Rif
@@ -503,6 +514,67 @@