"use client";
import { Check, Copy } from "lucide-react";
import { useTranslations } from "next-intl";
import Link from "next/link";
import { useEffect, useState } from "react";
import { Container } from "./Container";
import { Button } from "./ui/button";
const ProductHunt = () => {
return (
);
};
export function Hero() {
const t = useTranslations("HomePage");
const [isCopied, setIsCopied] = useState(false);
useEffect(() => {
const timer = setTimeout(() => {
setIsCopied(false);
}, 2000);
return () => clearTimeout(timer);
}, [isCopied]);
return (
{t("hero.des")}
{t("hero.featuredIn")}
{t("hero.deploy")}{" "}
{t("hero.anywhere")}
{" "}
{t("hero.with")}
curl -sSL https://dokploy.com/install.sh | sh
{/* */}
{[
[
{ name: "Product Hunt", logo:
{group.map((company) => (
Dokploy is an open source project that is maintained by a community of volunteers. We would like to thank our sponsors for their support and contributions to the project, which help us to continue to develop and improve Dokploy.