diff --git a/landing/app/components/Features.tsx b/landing/app/components/Features.tsx index 11de426..ddb946c 100644 --- a/landing/app/components/Features.tsx +++ b/landing/app/components/Features.tsx @@ -43,7 +43,7 @@ const features = [ { icon: "lucide:puzzle", title: "Plugin system", - desc: "Extend Voltius with first-party and community plugins. Gist Sync, process manager, and more.", + desc: "Extend Voltius with first-party and community plugins. Gist Sync, Cloudflare Sync, process manager, and more.", }, { icon: "lucide:container", diff --git a/shared/plans.ts b/shared/plans.ts index c7278cc..9e231dd 100644 --- a/shared/plans.ts +++ b/shared/plans.ts @@ -45,7 +45,7 @@ export const PLANS: Plan[] = [ "All core SSH features", "SFTP with drag & drop", "Docker & serial console", - "Gist E2EE sync (free)", + "Gist & Cloudflare E2EE sync (free)", "Plugin system", "Custom themes", "Local terminal",