+ {title}
+
+ ),
+ })}
+ {...(headerImage
+ ? {
+ image: (
+
+ ),
+ }
+ : {})}
+ {...(subTitle
+ ? {
+ description: {subTitle},
+ }
+ : {})}
+ />
+ {placePreview === StringConstants.BelowHeader && image.length > 0 && (
+
+
+
+ )}
+ {description && orientation === "vertical" && (
+ {description.length > 700 ? `${description.slice(0, 700)}...` : description}
+ )}
+ {items.length > 0 && (
+
+
+
+ )}
+