Commit 342065a8 authored by Mahmoud Aglan's avatar Mahmoud Aglan

Remove 250K pricing anchor, drop Platform % Only plan, center 3-plan grid

Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
parent 8f81e99b
...@@ -713,7 +713,6 @@ function initPricingCalc() { ...@@ -713,7 +713,6 @@ function initPricingCalc() {
// Egypt plans // Egypt plans
const plansEG = [ const plansEG = [
{ id: 'platform-only', name: 'نسبة تشغيل فقط', monthlyFee: 0, platformPercent: 12.0 },
{ id: 'starter', name: 'Starter', monthlyFee: 1000, platformPercent: 7.5 }, { id: 'starter', name: 'Starter', monthlyFee: 1000, platformPercent: 7.5 },
{ id: 'enterprise', name: 'Enterprise', monthlyFee: 3500, platformPercent: 5.0 }, { id: 'enterprise', name: 'Enterprise', monthlyFee: 3500, platformPercent: 5.0 },
{ id: 'professional', name: 'Professional', monthlyFee: 6500, platformPercent: 3.0 }, { id: 'professional', name: 'Professional', monthlyFee: 6500, platformPercent: 3.0 },
...@@ -721,7 +720,6 @@ function initPricingCalc() { ...@@ -721,7 +720,6 @@ function initPricingCalc() {
// Saudi Arabia plans (same as EG for now) // Saudi Arabia plans (same as EG for now)
const plansSA = [ const plansSA = [
{ id: 'platform-only', name: 'نسبة تشغيل فقط', monthlyFee: 0, platformPercent: 12.0 },
{ id: 'starter', name: 'Starter', monthlyFee: 1000, platformPercent: 7.5 }, { id: 'starter', name: 'Starter', monthlyFee: 1000, platformPercent: 7.5 },
{ id: 'enterprise', name: 'Enterprise', monthlyFee: 3500, platformPercent: 5.0 }, { id: 'enterprise', name: 'Enterprise', monthlyFee: 3500, platformPercent: 5.0 },
{ id: 'professional', name: 'Professional', monthlyFee: 6500, platformPercent: 3.0 }, { id: 'professional', name: 'Professional', monthlyFee: 6500, platformPercent: 3.0 },
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment