diff --git a/src/components/Card.astro b/src/components/Card.astro index af82d77..0941c1a 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -1,101 +1,102 @@ ---- -export interface Props { - title: string; - description: string; - img: string; - href?: URL; - scale?: number; - isFullWidth?: true; - canDarkInvert?: boolean; -} ---- - - - - - - - - {Astro.props.title} - {Astro.props.description} - - - - \ No newline at end of file