mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
refactor: update stats
This commit is contained in:
@@ -9,6 +9,7 @@ import {
|
|||||||
PlusCircleIcon,
|
PlusCircleIcon,
|
||||||
PlusIcon,
|
PlusIcon,
|
||||||
X,
|
X,
|
||||||
|
XCircleIcon,
|
||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
import { useTranslations } from "next-intl";
|
import { useTranslations } from "next-intl";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
@@ -193,6 +194,12 @@ export function Pricing() {
|
|||||||
<span className="ml-2">{feature}</span>
|
<span className="ml-2">{feature}</span>
|
||||||
</li>
|
</li>
|
||||||
))}
|
))}
|
||||||
|
<li className="flex text-muted-foreground">
|
||||||
|
<XCircleIcon className="size-5 self-center text-destructive" />
|
||||||
|
<span className="ml-3 text-destructive">
|
||||||
|
Remote Servers Monitoring
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div className="mt-4 flex flex-col gap-2">
|
<div className="mt-4 flex flex-col gap-2">
|
||||||
<div className="flex flex-col items-center justify-center gap-2">
|
<div className="flex flex-col items-center justify-center gap-2">
|
||||||
|
|||||||
@@ -4,9 +4,9 @@ import { useId } from "react";
|
|||||||
import NumberTicker from "./ui/number-ticker";
|
import NumberTicker from "./ui/number-ticker";
|
||||||
|
|
||||||
const statsValues = {
|
const statsValues = {
|
||||||
githubStars: 14500,
|
githubStars: 16000,
|
||||||
dockerDownloads: 1000000,
|
dockerDownloads: 1000000,
|
||||||
contributors: 124,
|
contributors: 133,
|
||||||
sponsors: 40,
|
sponsors: 40,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -163,8 +163,9 @@
|
|||||||
"f3": "Unlimited Databases",
|
"f3": "Unlimited Databases",
|
||||||
"f4": "Unlimited Applications",
|
"f4": "Unlimited Applications",
|
||||||
"f5": "Unlimited Users",
|
"f5": "Unlimited Users",
|
||||||
"f6": "Priority Support",
|
"f6": "Remote Servers Monitoring",
|
||||||
"f7": "New Updates"
|
"f7": "Priority Support",
|
||||||
|
"f8": "New Updates"
|
||||||
},
|
},
|
||||||
"go": "Subscribe"
|
"go": "Subscribe"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user