diff --git a/src/components/widgets/Features3.astro b/src/components/widgets/Features3.astro index ea2575ee6f..ab8fd5911c 100644 --- a/src/components/widgets/Features3.astro +++ b/src/components/widgets/Features3.astro @@ -12,6 +12,8 @@ const { image, items = [], columns, + isBeforeContent, + isAfterContent, id, isDark = false, @@ -20,7 +22,14 @@ const { } = Astro.props as Features; --- - +