From 13690fa2334df1a728558f532ed8a80df217e342 Mon Sep 17 00:00:00 2001
From: Mauricio Siu
Date: Fri, 28 Nov 2025 02:57:05 -0600
Subject: [PATCH] fix: update text for clarity and consistency across various
components
---
apps/website/components/CallToAction.tsx | 20 +++----
apps/website/components/Faqs.tsx | 6 +-
apps/website/components/Hero.tsx | 56 +++++++++----------
apps/website/components/first-features.tsx | 6 +-
apps/website/components/pricing.tsx | 15 ++---
.../website/components/secondary-features.tsx | 12 ++--
apps/website/components/stats.tsx | 2 +-
7 files changed, 59 insertions(+), 58 deletions(-)
diff --git a/apps/website/components/CallToAction.tsx b/apps/website/components/CallToAction.tsx
index f35b917..f638f81 100644
--- a/apps/website/components/CallToAction.tsx
+++ b/apps/website/components/CallToAction.tsx
@@ -36,16 +36,16 @@ export function CallToAction() {
Say goodbye to infrastructure hassles—Dokploy Cloud handles it all. Effortlessly deploy, manage Docker containers, and secure your traffic with Traefik. Focus on building, we'll handle the rest.
-
+
diff --git a/apps/website/components/Faqs.tsx b/apps/website/components/Faqs.tsx
index d62c30e..be0bc43 100644
--- a/apps/website/components/Faqs.tsx
+++ b/apps/website/components/Faqs.tsx
@@ -17,7 +17,7 @@ const faqs = [
},
{
question: "Do I need to provide my own server for the managed plan?",
- answer: "Yes, in the managed plan, you provide your own server e.g. (Hetzner, Hostinger, AWS, ETC.) VPS, and we manage the Dokploy UI infrastructure for you.",
+ answer: "Yes, in the managed plan, you provide your own server (e.g., Hetzner, Hostinger, AWS, etc.) VPS, and we manage the Dokploy UI infrastructure for you.",
},
{
question: "What happens if I need more than one server?",
@@ -33,11 +33,11 @@ const faqs = [
},
{
question: "What kind of support do you offer?",
- answer: "We offer community support for the open source version and priority support for paid plans (Via Discord or Email at support@dokploy.com).",
+ answer: "We offer community support for the open source version and priority support for paid plans (via Discord or Email at support@dokploy.com).",
},
{
question: "What's the catch on the Paid Plan?",
- answer: "Nothing, you link your server(VPS) to your account and you can deploy unlimited applications, databases, and users and you get unlimited updates, deployments, backups and more.",
+ answer: "Nothing, once you link your server (VPS) to your account, you can deploy unlimited applications, databases, and users, and you get unlimited updates, deployments, backups, and more.",
},
{
question: "Why Choose Dokploy?",
diff --git a/apps/website/components/Hero.tsx b/apps/website/components/Hero.tsx
index 65bb4d1..097faa4 100644
--- a/apps/website/components/Hero.tsx
+++ b/apps/website/components/Hero.tsx
@@ -77,34 +77,34 @@ export function Hero() {
-
- Deploy{" "}
-
-
- Anywhere
- {" "}
- with Total Freedom and Ease.
-
-
- Streamline your operations with our all-in-one platform — perfect for managing projects, data, and system health with simplicity and efficiency.
-
+
+ Simplify{" "}
+
+
+ Application and Database
+ {" "}
+ Deployments
+
+
+ Manage containerized deployments across multiple servers with ease thanks to our all-in-one platform for developers.
+ ,
},
{
@@ -76,7 +76,7 @@ export function FirstFeaturesSection() {
icon: ,
},
{
- title: "Built for developers",
+ title: "Built for Developers",
description:
"Designed specifically for engineers and developers seeking control and flexibility.",
icon: ,
@@ -91,7 +91,7 @@ export function FirstFeaturesSection() {
return (
- Powerful Deployment, Tailored for You
+ Powerful Deployment Tailored to You
Unlock seamless multi-server deployments, advanced user control, and
diff --git a/apps/website/components/pricing.tsx b/apps/website/components/pricing.tsx
index f7db9bd..098cde3 100644
--- a/apps/website/components/pricing.tsx
+++ b/apps/website/components/pricing.tsx
@@ -117,12 +117,12 @@ export function Pricing() {
- Deploy Smarter, Scale Faster – Without Breaking the Bank
+ Deploy Smarter and Scale Faster, Without Breaking the Bank
@@ -170,7 +170,7 @@ export function Pricing() {
featured ? "text-white" : "text-slate-400",
)}
>
- Manage your own infrastructure, installing Dokploy UI on your own server.
+ Install and manage Dokploy UI on your own server.
(
@@ -209,7 +210,7 @@ export function Pricing() {
target="_blank"
className="flex items-start text-sm text-primary"
>
- Installation{" "}
+ Start deploying{" "}
@@ -258,7 +259,7 @@ export function Pricing() {
featured ? "text-white" : "text-slate-400",
)}
>
- to manage Dokploy UI infrastructure, we take care of it for you.
+ We manage the Dokploy UI infrastructure, we take care of it for you.
- {serverQuantity} Servers (You bring the servers)
+ No. of {serverQuantity} Servers (You bring the servers)
@@ -304,7 +305,7 @@ export function Pricing() {
/>
- We Recommend to watch the video to understand the
+ We recommend you to watch the video to understand the
benefits of Dokploy Cloud
diff --git a/apps/website/components/secondary-features.tsx b/apps/website/components/secondary-features.tsx
index a8c5264..64d72ca 100644
--- a/apps/website/components/secondary-features.tsx
+++ b/apps/website/components/secondary-features.tsx
@@ -9,17 +9,17 @@ import { cn } from "@/lib/utils";
const features = [
{
title: "Applications & Databases",
- description: "Centralize control over your applications and databases for enhanced security and efficiency, simplifying access and management across your infrastructure.",
+ description: "Centralize control of your applications and databases for enhanced security and efficiency, simplifying access and management across your infrastructure.",
image: "/dashboard.png",
},
{
title: "Docker Compose",
- description: "Native Docker Compose support for manage complex applications and services with ease.",
+ description: "Native Docker Compose support so you can manage complex applications and services with ease.",
image: "/compose.png",
},
{
title: "Multiserver",
- description: "Deploy applications to multiple servers without effort.",
+ description: "Deploy applications to multiple servers without the extra effort.",
image: "/remote.png",
},
{
@@ -39,12 +39,12 @@ const features = [
},
{
title: "Traefik",
- description: "Manage traefik via File Editor to configure your own domain names, certificates, and more.",
+ description: "Manage Traefik via File Editor to configure your own domain names, certificates, and more.",
image: "/traefik.png",
},
{
title: "Templates",
- description: "One click to deploy open source templates.",
+ description: "Deploy open source templates with one click.",
image: "/templates.png",
},
];
@@ -85,7 +85,7 @@ export function SecondaryFeaturesSections() {
- Comprehensive Control for Your Digital Ecosystem
+ Comprehensive Control of Your Digital Ecosystem
Simplify your project and data management, ensure robust monitoring, and secure your backups—all without the fuss over minute details.
diff --git a/apps/website/components/stats.tsx b/apps/website/components/stats.tsx
index 3d38010..f8d6318 100644
--- a/apps/website/components/stats.tsx
+++ b/apps/website/components/stats.tsx
@@ -112,7 +112,7 @@ const grid = [
},
{
title: "Community Contributors",
- description: `Thanks to a growing base of over ${statsValues.contributors} contributors, Dokploy continues to thrive with valuable contributions from developers around the world.`,
+ description: `Thanks to our growing base of over ${statsValues.contributors} contributors, Dokploy continues to thrive, with valuable contributions from developers around the world.`,
icon: ,
component: (