diff --git a/src/components/widgets/Hero2.astro b/src/components/widgets/Hero2.astro index 4ff19c2..a9d3b74 100644 --- a/src/components/widgets/Hero2.astro +++ b/src/components/widgets/Hero2.astro @@ -41,7 +41,7 @@ const { { title && (

) @@ -50,7 +50,7 @@ const { { subtitle && (

) @@ -58,7 +58,7 @@ const { { actions && ( -

+
{Array.isArray(actions) ? ( actions.map((action) => (
@@ -77,7 +77,7 @@ const {
{ image && ( -
+
{typeof image === 'string' ? ( ) : (