+
+
{title}
+ {description &&
{description}
}
+
+
+ {assetPath && (
+
+ )}
+
+ {hasButtons && (
+
+ {/* primary button */}
+ {customPrimaryButton ??
+ (primaryButton?.text && )}
+ {/* secondary button */}
+ {customSecondaryButton ??
+ (secondaryButton?.text && (
+
+ ))}
+
+ )}
+