"use client" import { Shield, Zap, Globe } from "lucide-react" import { useTranslations } from "next-intl" export function AboutContent() { const t = useTranslations("about") return (
{t("subtitle")}
{t("features.privacy.description")}
{t("features.speed.description")}
{t("features.openSource.description")}
{t("mission.content")}
{t("techStack.content")}
{t("contact.intro")}{" "} {t("contact.github")} {t("contact.joinText")}{" "} {t("contact.telegram")} {" "}{t("contact.outro")}