diff --git a/apps/docs/content/docs/core/cloud.mdx b/apps/docs/content/docs/core/cloud.mdx
index c8ce9f2..b6cb2d5 100644
--- a/apps/docs/content/docs/core/cloud.mdx
+++ b/apps/docs/content/docs/core/cloud.mdx
@@ -13,7 +13,7 @@ UI is installed, which can be a challenge if you don't have the resources to do
Dokploy cloud starts from $4.50 per month per server, the next is 3.50$, and you can deploy as many applications you want to your remote server connected to a dokploy cloud, multi server feature is recommended for HA and scalability projects.
-You can start by registering on the [Dokploy Cloud](https://app.dokploy.com) website and follow the steps to deploy your apps, see the [Pricing](https://dokploy.com#pricing) page for more information.
+You can start by registering on the [Dokploy Cloud](https://app.dokploy.com) website and follow the steps to deploy your apps, see the [Pricing](https://dokploy.com/pricing) page for more information.
diff --git a/apps/website/app/page.tsx b/apps/website/app/page.tsx
index bf7c2d7..364ee91 100644
--- a/apps/website/app/page.tsx
+++ b/apps/website/app/page.tsx
@@ -3,7 +3,6 @@ import { Faqs } from "@/components/Faqs";
import { Hero } from "@/components/Hero";
import { Testimonials } from "@/components/Testimonials";
import { FirstFeaturesSection } from "@/components/first-features";
-import { Pricing } from "@/components/pricing";
import { SecondaryFeaturesSections } from "@/components/secondary-features";
import { Sponsors } from "@/components/sponsors";
import { StatsSection } from "@/components/stats";
@@ -26,9 +25,6 @@ export default function Home() {