diff --git a/client/src/components/BigCard.astro b/client/src/components/BigCard.astro index 730d974f..02ada9a9 100644 --- a/client/src/components/BigCard.astro +++ b/client/src/components/BigCard.astro @@ -2,9 +2,12 @@ // BigCard component - configurable card with link interface Props { url: string; + title: string; + description: string; + ctaText: string; } -const { url } = Astro.props; +const { url, title, description, ctaText } = Astro.props; ---
- Explore a comprehensive collection of pole dance elements, techniques, and combinations. - From basic spins to advanced tricks, discover everything you need to master pole sport. + {description}