import { Cards } from "nextra/components"; import { Merge, BookOpenIcon, Unplug, Share2, Microscope, Boxes, } from "lucide-react"; import CustomCard from "@/components/custom-card";
/>
<CustomCard title="Research" description="Learn about what reseachers can do with Five Safes TES" links={[ { title: "Submitting an analysis", href: "/link1" }, { title: "Analysis examples", href: "/link2" }, ]} CTA={{ text: "Research >", href: "/cta" }} icon={} />
<CustomCard
title="Integrate"
description="Get your innovative ideas into Five Safes TES"
links={[
{ title: "C4 – Containers", href: "/link1" },
{ title: "Set up test environment", href: "/link2" },
{ title: "Explore and test in a locally ", href: "/link1" },
{ title: "API reference", href: "/link2" },
]}
CTA={{ text: "Integrate >", href: "/cta" }}
icon={<Boxes size={24} />}
/>
<CustomCard title="Contribute" description="Learn about how to contribute to Five Safes TES" links={[ { title: "Setting up a development environment", href: "/link1" }, { title: "C4 context diagram", href: "/link2" }, { title: "C4 components", href: "/link1" }, { title: "Contributing guide", href: "/link2" }, ]} CTA={{ text: "Contribute >", href: "/cta" }} icon={} /> <CustomCard title="Co-ordinate" description="Manage a consortium of TREs to deliver federated research studies" links={[ { title: "TREs, projects and users", href: "/link1" }, { title: "Setting up a Submission Layer", href: "/link2" }, ]} CTA={{ text: "Co-ordinate >", href: "/cta" }} icon={} />