diff --git a/apps/website/components/pricing.tsx b/apps/website/components/pricing.tsx index 2767492..9caaaa3 100644 --- a/apps/website/components/pricing.tsx +++ b/apps/website/components/pricing.tsx @@ -2,7 +2,14 @@ import clsx from "clsx"; import { cn } from "@/lib/utils"; -import { ArrowRight, MinusIcon, PlusIcon } from "lucide-react"; +import { IconInfoCircle } from "@tabler/icons-react"; +import { + ArrowRight, + MinusIcon, + PlusCircleIcon, + PlusIcon, + X, +} from "lucide-react"; import { useTranslations } from "next-intl"; import Link from "next/link"; import { useRouter } from "next/navigation"; @@ -10,8 +17,15 @@ import { useState } from "react"; import { Container } from "./Container"; import { Badge } from "./ui/badge"; import { Button, buttonVariants } from "./ui/button"; +import HeroVideoDialog from "./ui/hero-video-dialog"; import { NumberInput } from "./ui/input"; import { Tabs, TabsList, TabsTrigger } from "./ui/tabs"; +import { + Tooltip, + TooltipContent, + TooltipProvider, + TooltipTrigger, +} from "./ui/tooltip"; function SwirlyDoodle(props: React.ComponentPropsWithoutRef<"svg">) { return ( @@ -74,6 +88,8 @@ export function Pricing() { const [isAnnual, setIsAnnual] = useState(false); const [serverQuantity, setServerQuantity] = useState(1); const featured = true; + + const [openVideo, setOpenVideo] = useState(false); return (
+ + + setOpenVideo(true)}> + + + +
+ setOpenVideo(false)} + className="text-muted-foreground hover:text-primary transition-colors flex self-end size-4 cursor-pointer" + /> +
+

+ We Recommend to watch the video to understand the + benefits of Dokploy Cloud +

+ + +
+
+
diff --git a/apps/website/components/stats.tsx b/apps/website/components/stats.tsx index bb868f1..46e9be3 100644 --- a/apps/website/components/stats.tsx +++ b/apps/website/components/stats.tsx @@ -42,7 +42,7 @@ const grid = [ { title: "GitHub Stars", description: - "With over 8.3k stars on GitHub, Dokploy is trusted by developers worldwide. Explore our repositories and join our community!", + "With over 9.0k stars on GitHub, Dokploy is trusted by developers worldwide. Explore our repositories and join our community!", icon: (

- + + +

), },