From 5be235d35ef68a44eaaf85fca28e32201d1aa109ae57d51f166d45902b7c8bf2 Mon Sep 17 00:00:00 2001 From: Claude Dev Date: Sat, 14 Mar 2026 23:38:17 -0400 Subject: [PATCH] feat: add billing cycle toggle to pricing page Eager-load plan prices in the pricing route and add a billing cycle toggle (monthly/quarterly/semi-annual/annual) with discount badges and per-month equivalent display for longer cycles. CTA links now pass the selected cycle as a query param. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../resources/ts/Pages/Marketing/Pricing.vue | 96 +++++++++++++++++-- website/routes/marketing.php | 1 + 2 files changed, 89 insertions(+), 8 deletions(-) diff --git a/website/resources/ts/Pages/Marketing/Pricing.vue b/website/resources/ts/Pages/Marketing/Pricing.vue index be7e543..138a9d3 100644 --- a/website/resources/ts/Pages/Marketing/Pricing.vue +++ b/website/resources/ts/Pages/Marketing/Pricing.vue @@ -1,11 +1,18 @@