import features from "@components/Landing/features.json";
import {
Table,
TableBody,
TableCell,
TableHead,
TableHeader,
TableRow,
} from "@catalyst/table";
import { CheckCircleIcon } from "@heroicons/react/24/solid";
const FeatureComparisonTable = () => {
const renderEntry = (input: true | string) => {
return input === true ? (