--- import WidgetWrapper from '~/components/ui/WidgetWrapper.astro'; import Headline from '~/components/ui/Headline.astro'; import ItemGrid2 from '~/components/ui/ItemGrid2.astro'; import type { Features as Props } from '~/types'; const { title = await Astro.slots.render('title'), subtitle = await Astro.slots.render('subtitle'), tagline = await Astro.slots.render('tagline'), items = [], columns = 3, defaultIcon, id, isDark = false, classes = {}, bg = await Astro.slots.render('bg'), } = Astro.props; --- } /> ) ?? {}), }} />