import { Link } from "@nextui-org/link"; import { button as buttonStyles } from "@nextui-org/theme"; import { siteConfig } from "@/config/site"; import { title, subtitle } from "@/components/primitives"; import { GithubIcon } from "@/components/icons"; export default function Home() { return (

Open Source 

Test Case Management Tool 


Integrate and manage all your software testing.

Create first test project GitHub
); }