diff --git a/apps/website/components/pricing.tsx b/apps/website/components/pricing.tsx
index 7e77c617..89539248 100644
--- a/apps/website/components/pricing.tsx
+++ b/apps/website/components/pricing.tsx
@@ -88,7 +88,9 @@ export function Pricing() {
const router = useRouter();
const [isAnnual, setIsAnnual] = useState(false);
const [serverQuantity, setServerQuantity] = useState(1);
- const featured = true;
+ const [enterpriseDeployment, setEnterpriseDeployment] = useState<
+ "cloud" | "self-hosted"
+ >("cloud");
const [openVideo, setOpenVideo] = useState(false);
const [openContactModal, setOpenContactModal] = useState(false);
@@ -141,281 +143,245 @@ export function Pricing() {
- Free -
- | -- Open Source -
-- Install and manage Dokploy UI on your own server. -
- -- $ {calculatePrice(serverQuantity, isAnnual).toFixed(2)}{" "} - USD -
- | -- ${" "} - {(calculatePrice(serverQuantity, isAnnual) / 12).toFixed( - 2, - )}{" "} - / Month USD -
++ $ + {calculatePrice(1, isAnnual).toFixed(isAnnual ? 1 : 2)} + {isAnnual ? "/yr" : "/mo"} per server +
+- $ {calculatePrice(serverQuantity, isAnnual).toFixed(2)} USD -
- )} -- We manage the Dokploy UI infrastructure, we take care of it - for you. -
+ -+ We recommend you to watch the video to understand + the benefits of Dokploy Cloud +
+ +- We recommend you to watch the video to understand - the benefits of Dokploy Cloud -
+ + + ++ Starting @{" "} + {isAnnual + ? `$${(15 * 12).toFixed(0)}/yr` + : "$15/mo"} +
+- Enterprise -
-- Custom solutions and dedicated support for your organization. -
-+ Contact Sales +
++ Agency +
++ Our Agency plan is uniquely tailored to the needs of agencies. + Please contact us to learn more about this option as well as + becoming a certified Dokploy partner. +
+