import Link from "next/link" import { Mail, Key, ExternalLink } from "lucide-react" import { SiGitea, SiAuthentik } from "react-icons/si"; import { Card, CardFooter, CardDescription, CardHeader, CardTitle } from "@/components/ui/card" import { Button } from "@/components/ui/button" export const ServicesTab = () => (
{/* TODO: move to component */} Webmail Send, read, and manage your email account from a web browser! Powered by Roundcube and LibreCloud Mail. Git Host unlimited repositories and run Actions on our Git server, powered by Gitea. Pass Securely store your passwords, notes, and 2FA codes with Vaultwarden. Data is encrypted at rest. Authentik Manage your single-sign-on account for all LibreCloud services.
)