From 89fcaf275d5a14ee5935a5d425428fa81ee7e64f Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Thu, 1 Aug 2024 16:25:45 +0200 Subject: [PATCH] update pricing --- src/lib/components/Pricing.svelte | 6 +++--- src/routes/+page.svelte | 2 +- src/routes/pricing/+page.svelte | 7 ++++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/lib/components/Pricing.svelte b/src/lib/components/Pricing.svelte index 028c4246..cf7aef01 100644 --- a/src/lib/components/Pricing.svelte +++ b/src/lib/components/Pricing.svelte @@ -8,7 +8,7 @@ let cloudFrontUrl = import.meta.env.VITE_IMAGE_URL; - let mode = false; + let mode = true; function toggleMode() { @@ -56,7 +56,7 @@ onMount(async () => { Pay Yearly - Save up 16% + Save up 50% @@ -174,7 +174,7 @@ onMount(async () => {
- {mode ? '$499' : '$49.99'} + {mode ? '$299' : '$49.99'} {mode ? '/year' : '/month'}