"use client";
import { cn } from "@/lib/utils";
import { ArrowRight, ArrowRightIcon, 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 AnimatedShinyText from "./ui/animated-shiny-text";
import { Button } from "./ui/button";
import { HoverBorderGradient } from "./ui/hover-border-gradient";
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) => (