--- import type { FeaturedItem } from '../lib/types'; interface Props { item: FeaturedItem; } const { item } = Astro.props; ---
{item.name}
{item.name} {item.tag}

{item.description}