From 5ae4658d629ff93b8ee60207a3b0ea7680ef203e Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Sun, 4 Aug 2024 20:57:23 +0200 Subject: [PATCH] update pricing --- src/lib/components/Pricing.svelte | 15 +++++++-------- src/routes/changelog/+page.svelte | 31 +++++++++++++++++++++++++++++++ src/routes/pricing/+page.svelte | 15 +++++++-------- 3 files changed, 45 insertions(+), 16 deletions(-) diff --git a/src/lib/components/Pricing.svelte b/src/lib/components/Pricing.svelte index 50a77ffb..aee97f26 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 = true; + let mode = false; function toggleMode() { @@ -56,7 +56,7 @@ onMount(async () => { Pay Yearly - Save up 50% + Save up 20% @@ -71,7 +71,7 @@ onMount(async () => { -
+
@@ -174,10 +174,9 @@ onMount(async () => {
- {mode ? '$24.99' : '$49.99'} - /month + {mode ? '$19.99' : '$1.99'} + {mode ? '/year' : '/month'}
- {mode ? '(Billed annually)' : ''} - + diff --git a/src/routes/changelog/+page.svelte b/src/routes/changelog/+page.svelte index 3f5891cd..6a47f2ec 100644 --- a/src/routes/changelog/+page.svelte +++ b/src/routes/changelog/+page.svelte @@ -72,6 +72,37 @@ export let data; +
+
+
+ +
+
+
+

+ Weekly Update +

+
+
    +
  1. + New Feature: Dividend Kings +
  2. +
  3. + New Feature: Dividend Aristocrats +
  4. +
  5. + New Feature: Update Dashboard for logged in Users. +
  6. +
  7. + Performance: Increasing the loading time of the website by 2x. +
  8. +
+
+
+
+
diff --git a/src/routes/pricing/+page.svelte b/src/routes/pricing/+page.svelte index e00ecb34..ffd7b4e9 100644 --- a/src/routes/pricing/+page.svelte +++ b/src/routes/pricing/+page.svelte @@ -3,7 +3,6 @@ import { numberOfUnreadNotification, globalForm } from '$lib/store'; import { openLemonSqueezyUrl } from '$lib/lemonsqueezy'; //import Discount from '$lib/components/Discount.svelte'; import { onMount } from 'svelte'; - import { treemapResquarify } from 'd3-hierarchy'; //import proTierLogo from "$lib/images/pro_tier_logo.png"; @@ -12,7 +11,7 @@ export let form; let cloudFrontUrl = import.meta.env.VITE_IMAGE_URL; -let mode = treemapResquarify; +let mode = false; const emailAddress = 'support@stocknear.com'; function toggleMode() @@ -143,7 +142,7 @@ async function purchasePlan(subscriptionType:string='') { Pay Yearly - Save up 50% + Save up 20%
@@ -158,7 +157,7 @@ async function purchasePlan(subscriptionType:string='') { -
+
@@ -264,10 +263,9 @@ async function purchasePlan(subscriptionType:string='') {
- {mode ? '$24.99' : '$49.99'} - /month + {mode ? '$19.99' : '$1.99'} + {mode ? '/year' : '/month'}
- {mode ? '(Billed annually)' : ''} - +