diff --git a/packages/dashboard/src/components/Testimonials.svelte b/packages/dashboard/src/components/Testimonials.svelte index 7664dd90..80651c82 100644 --- a/packages/dashboard/src/components/Testimonials.svelte +++ b/packages/dashboard/src/components/Testimonials.svelte @@ -48,32 +48,30 @@ ] -
+
Testimonials
-
-
- {#each testimonials as testimonial} -
-
-
- - - - - -
-

{testimonial.quote}

-
-
-

{testimonial.name}

- {#if testimonial.title} -

{testimonial.title}

- {/if} -
+
+ {#each testimonials as testimonial} +
+
+
+ + + + + +
+

{testimonial.quote}

+
+
+

{testimonial.name}

+ {#if testimonial.title} +

{testimonial.title}

+ {/if}
- {/each} -
+
+ {/each}
diff --git a/packages/dashboard/src/env.ts b/packages/dashboard/src/env.ts index 9f2d30e4..bafef544 100644 --- a/packages/dashboard/src/env.ts +++ b/packages/dashboard/src/env.ts @@ -74,4 +74,4 @@ export const FTP_URL = (email: string) => { return `"${email}"@ftp.${PUBLIC_APEX_DOMAIN}:21` } -export const DISCORD_URL = `https://discord.gg/HsSjcuPRWX` +export const DISCORD_URL = `https://discord.gg/nVTxCMEcGT` diff --git a/packages/dashboard/src/routes/(static)/pricing/011.jpg b/packages/dashboard/src/routes/(static)/pricing/011.jpg new file mode 100644 index 00000000..d485445b Binary files /dev/null and b/packages/dashboard/src/routes/(static)/pricing/011.jpg differ diff --git a/packages/dashboard/src/routes/(static)/pricing/Card.svelte b/packages/dashboard/src/routes/(static)/pricing/Card.svelte index 157ac55f..8cebb15b 100644 --- a/packages/dashboard/src/routes/(static)/pricing/Card.svelte +++ b/packages/dashboard/src/routes/(static)/pricing/Card.svelte @@ -8,13 +8,18 @@
-
+
{feature.title}
{#if feature.img} - +
+ +
{/if} -
{@html feature.description}
+
{@html feature.description}
diff --git a/packages/dashboard/src/routes/(static)/pricing/Paywall.svelte b/packages/dashboard/src/routes/(static)/pricing/Paywall.svelte index 9d191712..d6c426f0 100644 --- a/packages/dashboard/src/routes/(static)/pricing/Paywall.svelte +++ b/packages/dashboard/src/routes/(static)/pricing/Paywall.svelte @@ -1,7 +1,10 @@
@@ -14,9 +17,7 @@
-
+
-
+
Features
diff --git a/packages/dashboard/src/routes/(static)/pricing/SignupBox.svelte b/packages/dashboard/src/routes/(static)/pricing/SignupBox.svelte index befb1eb2..ff388ffe 100644 --- a/packages/dashboard/src/routes/(static)/pricing/SignupBox.svelte +++ b/packages/dashboard/src/routes/(static)/pricing/SignupBox.svelte @@ -13,7 +13,7 @@
diff --git a/packages/dashboard/src/routes/(static)/pricing/features.ts b/packages/dashboard/src/routes/(static)/pricing/features.ts index 7d9eb549..16957ebf 100644 --- a/packages/dashboard/src/routes/(static)/pricing/features.ts +++ b/packages/dashboard/src/routes/(static)/pricing/features.ts @@ -1,3 +1,4 @@ +import { DISCORD_URL } from '$src/env' import regions from './regions.png?enhanced' export const features = [ @@ -17,9 +18,9 @@ export const features = [ description: `Get started for just $5 per instance. After 5 instances, it's free.`, }, { - title: 'Unlimited Bandwidth, Storage, and CPU', + title: 'Unmetered', description: - 'Access to unlimited bandwidth, storage, and computational resources under our fair use policy.', + 'Enjoy unmetered bandwidth, storage, and computational resources under our fair use policy.', }, { @@ -27,56 +28,54 @@ export const features = [ description: 'Easily access your data from any FTP client.', }, { - title: 'Run every version of PocketBase', + title: 'PocketBase Versions', description: `We support the latest patch of every minor release of PocketBase.`, }, { - title: 'Enterprise-Grade Security', + title: 'Secure', description: 'Infrastructure secured with RSA-2048 encryption and industry-standard security protocols.', }, { - title: 'Community Support', - description: - 'Access to our community Discord platform with over 1,000 developers and technical support resources.', + title: 'Community', + description: `Access to Discord with over 1,500 developers and technical resources.`, }, { - title: 'Priority Support Channel', - description: - 'Subscribers receive access to dedicated support channels via Discord.', + title: 'Priority Support', + description: `Access to private support channels on Discord.`, }, { - title: 'Domain Customization', + title: 'Custom Domains', description: 'Seamless custom domain integration for your PocketHost instances.', }, { - title: 'Lifetime Access Option', + title: 'Lifetime Option', description: 'Limited-time opportunity for lifetime Pro tier access (up to 250 instances) with a single payment.', }, { - title: 'Early Access to New Tech', + title: 'Early Access', description: `Get your hands on our experimental Pocker tech before anyone else. Help us push the boundaries of what's possible.`, }, { - title: 'Enterprise Reliability', + title: 'Reliable', description: 'Industry-leading 99.95% uptime guarantee ensures consistent application availability.', }, { - title: 'Managed Infrastructure', + title: 'Managed', description: 'Comprehensive infrastructure management including scaling, backups, and maintenance operations.', }, { - title: 'Hack More, Pay Less', + title: 'Affordable', description: 'Why waste time managing servers? Put your resources into building the next big thing. Your wallet (and your future app) will thank you.', }, { - title: 'Open Source Support', + title: 'Open Source', description: 'Your subscription directly supports the development of open-source PocketBase and PocketHost projects.', }, diff --git a/packages/dashboard/src/routes/(static)/pricing/regions.png b/packages/dashboard/src/routes/(static)/pricing/regions.png index 3e335b12..f9557a96 100644 Binary files a/packages/dashboard/src/routes/(static)/pricing/regions.png and b/packages/dashboard/src/routes/(static)/pricing/regions.png differ diff --git a/packages/dashboard/src/routes/(static)/support/+page.svelte b/packages/dashboard/src/routes/(static)/support/+page.svelte index be9da922..81223ff6 100644 --- a/packages/dashboard/src/routes/(static)/support/+page.svelte +++ b/packages/dashboard/src/routes/(static)/support/+page.svelte @@ -1,3 +1,7 @@ + +

Support

@@ -12,9 +16,8 @@

Discord

- We also have a Discord server with over 1,000 community members ready to help. + We also have a Discord server with over + 1,500 community members ready to help.

Email Support