import { button as buttonStyles } from "@nextui-org/react"; import { title, subtitle } from "@/components/primitives"; import { useTranslations } from "next-intl"; import { Link } from "@/src/navigation"; export default function Home() { const t = useTranslations("Home"); return (

Open Source 

Test Case Management Tool 


{t("integrate_and_manage")}

{t("get_started")}
); }