diff --git a/sections/Content/TextIconAndImage.tsx b/sections/Content/TextIconAndImage.tsx
index e2040d0..f15d400 100644
--- a/sections/Content/TextIconAndImage.tsx
+++ b/sections/Content/TextIconAndImage.tsx
@@ -102,6 +102,10 @@ export interface Props {
/** @title Imagem */
image: ImagemDeskAndMobile;
+
+ /** @title Imagem espiral de fundo? */
+ bgSpital?:boolean;
+
/** @title Posicionamento */
placement: "esquerdo" | "direito";
/** @title Desabilitar espaçamento? */
@@ -127,6 +131,7 @@ export default function ImageSection(
blockText,
image,
placement,
+ bgSpital,
disableSpacing,
disabledProps,
device,
@@ -144,193 +149,206 @@ export default function ImageSection(
} = blockText;
return (
-
- {titleCenter && (
-
+
+ {bgSpital && (
+
+
)}
+
- {image && (
-
-