+ {showImageToLeft && ( + + + + )} + + + + {section.basicTitle} + + + {section.description && ( + {section.description} + )} + + {section.actions.length > 0 && ( + + {section.actions.map((action, index) => ( + + ))} + + )} + + + {showImageToRight && ( + + + + )} +