--- import Card from '@/components/primitives/Card.astro'; import Eyebrow from '@/components/content/Eyebrow.astro'; import Headline from '@/components/content/Headline.astro'; import Lead from '@/components/content/Lead.astro'; interface Props { description: string; title: string; } const { description, title } = Astro.props; --- Conversation focus {title} {description}