Skip to content

Commit 13690fa

Browse files
author
Mauricio Siu
committed
fix: update text for clarity and consistency across various components
1 parent 9fdaa89 commit 13690fa

File tree

7 files changed

+59
-58
lines changed

7 files changed

+59
-58
lines changed

apps/website/components/CallToAction.tsx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ export function CallToAction() {
3636
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.
3737
</p>
3838

39-
<Button className="mt-10 rounded-full" asChild>
40-
<Link
41-
href={"https://app.dokploy.com/register"}
42-
aria-label="Dokploy on GitHub"
43-
target="_blank"
44-
className="flex flex-row items-center gap-2"
45-
>
46-
Get Started Now
47-
</Link>
48-
</Button>
39+
<Button className="mt-10 rounded-full" asChild>
40+
<Link
41+
href={"https://app.dokploy.com/register"}
42+
aria-label="Dokploy on GitHub"
43+
target="_blank"
44+
className="flex flex-row items-center gap-2"
45+
>
46+
Create an account
47+
</Link>
48+
</Button>
4949
</div>
5050
</Container>
5151
</section>

apps/website/components/Faqs.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const faqs = [
1717
},
1818
{
1919
question: "Do I need to provide my own server for the managed plan?",
20-
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.",
20+
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.",
2121
},
2222
{
2323
question: "What happens if I need more than one server?",
@@ -33,11 +33,11 @@ const faqs = [
3333
},
3434
{
3535
question: "What kind of support do you offer?",
36-
answer: "We offer community support for the open source version and priority support for paid plans (Via Discord or Email at [email protected]).",
36+
answer: "We offer community support for the open source version and priority support for paid plans (via Discord or Email at [email protected]).",
3737
},
3838
{
3939
question: "What's the catch on the Paid Plan?",
40-
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.",
40+
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.",
4141
},
4242
{
4343
question: "Why Choose Dokploy?",

apps/website/components/Hero.tsx

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -77,34 +77,34 @@ export function Hero() {
7777
</div>
7878
</motion.a>
7979

80-
<motion.h1
81-
className="mx-auto max-w-4xl font-display text-5xl font-medium tracking-tight text-muted-foreground sm:text-7xl"
82-
initial={{ opacity: 0, y: 20 }}
83-
animate={{ opacity: 1, y: 0 }}
84-
transition={{ duration: 0.3 }}
85-
>
86-
Deploy{" "}
87-
<span className="relative whitespace-nowrap text-primary">
88-
<svg
89-
aria-hidden="true"
90-
viewBox="0 0 418 42"
91-
className="absolute left-0 top-2/3 h-[0.58em] w-full fill-primary"
92-
preserveAspectRatio="none"
93-
>
94-
<path d="M203.371.916c-26.013-2.078-76.686 1.963-124.73 9.946L67.3 12.749C35.421 18.062 18.2 21.766 6.004 25.934 1.244 27.561.828 27.778.874 28.61c.07 1.214.828 1.121 9.595-1.176 9.072-2.377 17.15-3.92 39.246-7.496C123.565 7.986 157.869 4.492 195.942 5.046c7.461.108 19.25 1.696 19.17 2.582-.107 1.183-7.874 4.31-25.75 10.366-21.992 7.45-35.43 12.534-36.701 13.884-2.173 2.308-.202 4.407 4.442 4.734 2.654.187 3.263.157 15.593-.78 35.401-2.686 57.944-3.488 88.365-3.143 46.327.526 75.721 2.23 130.788 7.584 19.787 1.924 20.814 1.98 24.557 1.332l.066-.011c1.201-.203 1.53-1.825.399-2.335-2.911-1.31-4.893-1.604-22.048-3.261-57.509-5.556-87.871-7.36-132.059-7.842-23.239-.254-33.617-.116-50.627.674-11.629.54-42.371 2.494-46.696 2.967-2.359.259 8.133-3.625 26.504-9.81 23.239-7.825 27.934-10.149 28.304-14.005.417-4.348-3.529-6-16.878-7.066Z" />
95-
</svg>
96-
<span className="relative"> Anywhere</span>
97-
</span>{" "}
98-
with Total Freedom and Ease.
99-
</motion.h1>
100-
<motion.p
101-
className="mx-auto mt-6 max-w-2xl text-lg tracking-tight text-muted-foreground"
102-
initial={{ opacity: 0, y: 20 }}
103-
animate={{ opacity: 1, y: 0 }}
104-
transition={{ duration: 0.3, delay: 0.2 }}
105-
>
106-
Streamline your operations with our all-in-one platform — perfect for managing projects, data, and system health with simplicity and efficiency.
107-
</motion.p>
80+
<motion.h1
81+
className="mx-auto max-w-4xl font-display text-5xl font-medium tracking-tight text-muted-foreground sm:text-7xl"
82+
initial={{ opacity: 0, y: 20 }}
83+
animate={{ opacity: 1, y: 0 }}
84+
transition={{ duration: 0.3 }}
85+
>
86+
Simplify{" "}
87+
<span className="relative whitespace-nowrap text-primary">
88+
<svg
89+
aria-hidden="true"
90+
viewBox="0 0 418 42"
91+
className="absolute left-0 top-2/3 h-[0.58em] w-full fill-primary"
92+
preserveAspectRatio="none"
93+
>
94+
<path d="M203.371.916c-26.013-2.078-76.686 1.963-124.73 9.946L67.3 12.749C35.421 18.062 18.2 21.766 6.004 25.934 1.244 27.561.828 27.778.874 28.61c.07 1.214.828 1.121 9.595-1.176 9.072-2.377 17.15-3.92 39.246-7.496C123.565 7.986 157.869 4.492 195.942 5.046c7.461.108 19.25 1.696 19.17 2.582-.107 1.183-7.874 4.31-25.75 10.366-21.992 7.45-35.43 12.534-36.701 13.884-2.173 2.308-.202 4.407 4.442 4.734 2.654.187 3.263.157 15.593-.78 35.401-2.686 57.944-3.488 88.365-3.143 46.327.526 75.721 2.23 130.788 7.584 19.787 1.924 20.814 1.98 24.557 1.332l.066-.011c1.201-.203 1.53-1.825.399-2.335-2.911-1.31-4.893-1.604-22.048-3.261-57.509-5.556-87.871-7.36-132.059-7.842-23.239-.254-33.617-.116-50.627.674-11.629.54-42.371 2.494-46.696 2.967-2.359.259 8.133-3.625 26.504-9.81 23.239-7.825 27.934-10.149 28.304-14.005.417-4.348-3.529-6-16.878-7.066Z" />
95+
</svg>
96+
<span className="relative">Application and Database</span>
97+
</span>{" "}
98+
Deployments
99+
</motion.h1>
100+
<motion.p
101+
className="mx-auto mt-6 max-w-2xl text-lg tracking-tight text-muted-foreground"
102+
initial={{ opacity: 0, y: 20 }}
103+
animate={{ opacity: 1, y: 0 }}
104+
transition={{ duration: 0.3, delay: 0.2 }}
105+
>
106+
Manage containerized deployments across multiple servers with ease thanks to our all-in-one platform for developers.
107+
</motion.p>
108108
<motion.div
109109
className="flex flex-col items-center justify-center space-y-4 sm:flex-row sm:space-x-4 sm:space-y-0"
110110
initial={{ opacity: 0, y: 20 }}

apps/website/components/first-features.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function FirstFeaturesSection() {
6060
{
6161
title: "Open Source Templates",
6262
description:
63-
"Get started quickly with pre-configured templates for popular tools like Supabase, Cal.com, and Pocketbase.",
63+
"Get started quickly with pre-configured templates for popular tools like Supabase, Cal.com, and PocketBase.",
6464
icon: <IconTemplate />,
6565
},
6666
{
@@ -76,7 +76,7 @@ export function FirstFeaturesSection() {
7676
icon: <IconActivity />,
7777
},
7878
{
79-
title: "Built for developers",
79+
title: "Built for Developers",
8080
description:
8181
"Designed specifically for engineers and developers seeking control and flexibility.",
8282
icon: <IconTerminal2 />,
@@ -91,7 +91,7 @@ export function FirstFeaturesSection() {
9191
return (
9292
<div className="flex flex-col justify-center items-center mt-20 px-4">
9393
<h2 className="font-display text-3xl tracking-tight text-primary sm:text-4xl text-center">
94-
Powerful Deployment, Tailored for You
94+
Powerful Deployment Tailored to You
9595
</h2>
9696
<p className="mt-4 text-lg tracking-tight text-muted-foreground text-center">
9797
Unlock seamless multi-server deployments, advanced user control, and

apps/website/components/pricing.tsx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@ export function Pricing() {
117117
<h2 className="font-display text-3xl tracking-tight text-white sm:text-4xl">
118118
<span className="relative whitespace-nowrap">
119119
<SwirlyDoodle className="absolute left-0 top-1/2 h-[1em] w-full fill-muted-foreground" />
120-
<span className="relative">Simple & Affordable,</span>
120+
<span className="relative">Simple, Affordable,</span>
121121
</span>{" "}
122122
Pricing.
123123
</h2>
124124
<p className="mt-4 text-lg text-muted-foreground">
125-
Deploy Smarter, Scale Faster Without Breaking the Bank
125+
Deploy Smarter and Scale Faster, Without Breaking the Bank
126126
</p>
127127
</div>
128128

@@ -170,7 +170,7 @@ export function Pricing() {
170170
featured ? "text-white" : "text-slate-400",
171171
)}
172172
>
173-
Manage your own infrastructure, installing Dokploy UI on your own server.
173+
Install and manage Dokploy UI on your own server.
174174
</p>
175175

176176
<ul
@@ -186,6 +186,7 @@ export function Pricing() {
186186
"Community Support",
187187
"Access to Core Features",
188188
"Access to All Updates",
189+
"Unlimited Servers",
189190
].map((feature) => (
190191
<li key={feature} className="flex text-muted-foreground">
191192
<CheckIcon />
@@ -209,7 +210,7 @@ export function Pricing() {
209210
target="_blank"
210211
className="flex items-start text-sm text-primary"
211212
>
212-
Installation{" "}
213+
Start deploying{" "}
213214
<ArrowRight className="ml-2 size-4 self-center" />
214215
</Link>
215216
</div>
@@ -258,7 +259,7 @@ export function Pricing() {
258259
featured ? "text-white" : "text-slate-400",
259260
)}
260261
>
261-
to manage Dokploy UI infrastructure, we take care of it for you.
262+
We manage the Dokploy UI infrastructure, we take care of it for you.
262263
</p>
263264

264265
<ul
@@ -289,7 +290,7 @@ export function Pricing() {
289290
<div className="mt-4 flex flex-col gap-2">
290291
<div className="flex items-center justify-center gap-2">
291292
<span className="text-sm text-muted-foreground">
292-
{serverQuantity} Servers (You bring the servers)
293+
No. of {serverQuantity} Servers (You bring the servers)
293294
</span>
294295
<TooltipProvider>
295296
<Tooltip open={openVideo}>
@@ -304,7 +305,7 @@ export function Pricing() {
304305
/>
305306
</div>
306307
<p className="text-primary mb-2 text-left">
307-
We Recommend to watch the video to understand the
308+
We recommend you to watch the video to understand the
308309
benefits of Dokploy Cloud
309310
</p>
310311

apps/website/components/secondary-features.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ import { cn } from "@/lib/utils";
99
const features = [
1010
{
1111
title: "Applications & Databases",
12-
description: "Centralize control over your applications and databases for enhanced security and efficiency, simplifying access and management across your infrastructure.",
12+
description: "Centralize control of your applications and databases for enhanced security and efficiency, simplifying access and management across your infrastructure.",
1313
image: "/dashboard.png",
1414
},
1515
{
1616
title: "Docker Compose",
17-
description: "Native Docker Compose support for manage complex applications and services with ease.",
17+
description: "Native Docker Compose support so you can manage complex applications and services with ease.",
1818
image: "/compose.png",
1919
},
2020
{
2121
title: "Multiserver",
22-
description: "Deploy applications to multiple servers without effort.",
22+
description: "Deploy applications to multiple servers without the extra effort.",
2323
image: "/remote.png",
2424
},
2525
{
@@ -39,12 +39,12 @@ const features = [
3939
},
4040
{
4141
title: "Traefik",
42-
description: "Manage traefik via File Editor to configure your own domain names, certificates, and more.",
42+
description: "Manage Traefik via File Editor to configure your own domain names, certificates, and more.",
4343
image: "/traefik.png",
4444
},
4545
{
4646
title: "Templates",
47-
description: "One click to deploy open source templates.",
47+
description: "Deploy open source templates with one click.",
4848
image: "/templates.png",
4949
},
5050
];
@@ -85,7 +85,7 @@ export function SecondaryFeaturesSections() {
8585
<div className="mx-auto max-w-7xl max-lg:px-4 relative">
8686
<div className="max-w-2xl md:mx-auto md:text-center xl:max-w-none">
8787
<h2 className="font-display text-3xl tracking-tight text-white sm:text-4xl md:text-5xl">
88-
Comprehensive Control for Your Digital Ecosystem
88+
Comprehensive Control of Your Digital Ecosystem
8989
</h2>
9090
<p className="mt-6 text-lg tracking-tight text-muted-foreground">
9191
Simplify your project and data management, ensure robust monitoring, and secure your backups—all without the fuss over minute details.

apps/website/components/stats.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const grid = [
112112
},
113113
{
114114
title: "Community Contributors",
115-
description: `Thanks to a growing base of over ${statsValues.contributors} contributors, Dokploy continues to thrive with valuable contributions from developers around the world.`,
115+
description: `Thanks to our growing base of over ${statsValues.contributors} contributors, Dokploy continues to thrive, with valuable contributions from developers around the world.`,
116116
icon: <Users className="h-6 w-6 stroke-white" />,
117117
component: (
118118
<p className="whitespace-pre-wrap text-2xl !font-semibold tracking-tighter mt-4">

0 commit comments

Comments
 (0)