import { Check, Minus, X } from 'lucide-react';
import type { FeatureRow } from '@/lib/marketing/comparison-types';
function renderStatus(value: FeatureRow['openframe']) {
if (value === 'yes') {
return (
| Feature | OpenFrame | {competitorName} |
|---|---|---|
|
{row.label}
{row.note ? (
{row.note}
) : null}
|
{renderStatus(row.openframe)} | {renderStatus(row.competitor)} |