diff --git a/apps/website/components/stats.tsx b/apps/website/components/stats.tsx
index 7cffd56..6b38113 100644
--- a/apps/website/components/stats.tsx
+++ b/apps/website/components/stats.tsx
@@ -3,6 +3,13 @@ import React from "react";
import { useId } from "react";
import NumberTicker from "./ui/number-ticker";
+const statsValues = {
+ githubStars: 10000,
+ dockerDownloads: 900000,
+ contributors: 85,
+ sponsors: 38,
+};
+
export function StatsSection() {
return (
@@ -41,8 +48,7 @@ export function StatsSection() {
const grid = [
{
title: "GitHub Stars",
- description:
- "With over 10.0k stars on GitHub, Dokploy is trusted by developers worldwide. Explore our repositories and join our community!",
+ description: `With over ${(statsValues.githubStars / 1000).toFixed(1)}k stars on GitHub, Dokploy is trusted by developers worldwide. Explore our repositories and join our community!`,
icon: (