import { getColorGradient } from '@/utils/colorParser'; import { ThemeIcon } from './ThemeIcon'; import type { BlockRendererProps } from './types'; export function CardsBlock({ blocks, isMobile, isLight, getLocalizedText, getSvgHtml, renderBlockButtons, }: BlockRendererProps) { return (
{getLocalizedText(block.description)}
{renderBlockButtons(block.buttons, 'light')}