From 5fc5013a51fc168ed210d73e1b4f5ada9b67160f Mon Sep 17 00:00:00 2001 From: agent-company Date: Sun, 31 May 2026 05:06:26 +0000 Subject: [PATCH] feat: update pricing page to include VIN Decoder as 4th API (#141) - Update meta description to include VIN Decoder - Change hero text from 'all three APIs' to 'all four APIs' - Add VIN Decoder column to the pricing table with same 4-tier rates - Add link to /vin-decoder docs page in the CTA row npm run build exits 0; /pricing route builds successfully. Closes leeworks-agents/api-company#141 --- docs-site/src/pages/pricing.astro | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs-site/src/pages/pricing.astro b/docs-site/src/pages/pricing.astro index 0c9f0be..f6d36f0 100644 --- a/docs-site/src/pages/pricing.astro +++ b/docs-site/src/pages/pricing.astro @@ -1,7 +1,7 @@ --- import Base from '../layouts/Base.astro'; --- - +