--- import AnimatedText from "@/components/ui/AnimatedText.astro"; const { title, description } = Astro.props; ---

{description && (
)}