diff --git a/platforms/interface/ui/pages/home.svelte b/platforms/interface/ui/pages/home.svelte index 5c02fe2..4709c5d 100644 --- a/platforms/interface/ui/pages/home.svelte +++ b/platforms/interface/ui/pages/home.svelte @@ -13,7 +13,11 @@ {#if $settings.licenseKey === "" || $settings.licenseKey === "free"}

Free

-

Upgrade

+ + Upgrade {/if} - -
- - Get started for free - -
-

Get started for free

- -
During the beta period you can use Cores for free, please consider buying it to support the development.
-
- - - Continue -
-
-
@@ -120,14 +214,21 @@ import { open } from "@tauri-apps/plugin-shell" import Dialog from "ui/components/dialog.svelte" import { router } from "@baileyherbert/tinro" - import { Globe, MoveRight, ShoppingCart, Home, CircleCheck, Settings } from "lucide-svelte" + import { Globe, MoveRight, ShoppingCart, Home, CircleCheck, Settings, Check } from "lucide-svelte" import { settings } from "../stores/settings.ts" import { Popover } from "bits-ui" import { flyAndScale } from "../utils/transitions.ts" import build from "../../../../build.json" + import { onMount } from "svelte" let trialOver = false + onMount(() => { + if ($settings.licenseKey === "free") { + step2() + } + }) + // Check if trial is over /* if ($settings.licenseActivated) { let dateActivated = new Date($settings.licenseActivated) diff --git a/platforms/interface/web/src/routes/(marketing)/+page.svelte b/platforms/interface/web/src/routes/(marketing)/+page.svelte index 1044952..c3438fd 100644 --- a/platforms/interface/web/src/routes/(marketing)/+page.svelte +++ b/platforms/interface/web/src/routes/(marketing)/+page.svelte @@ -470,22 +470,22 @@

Pricing

-

Do you hate subscriptions too? Buy Cores now and get life time access.

+

Do you hate subscriptions too? Buy Cores now and get life time access.

- - - {#if pricingSelected === "windows"} +

- Cores for Windows + Cores for Personal

-

$1499

+

+ $9.99

One time purchase

+

- -
- {:else if pricingSelected === "linux"} -

- Coming soon! -

-
- {:else} -

- Coming soon! -

-
- Subscribe to get notified +
+

+ Cores for Business +

+
+

+ $4.99

/month/device

+

+ + +
+
+
+ +

For business & commercial use

+
+
+ +

Monthly subscription, cancel anytime

+
+
+ +

Access any device remotely

+
+
+ +

Volume discount

+
+
- {/if} +
-

Want to use Cores as a business?

- Contact +

Want to use Cores as a business or have a question?

+ Reach out