- {category}
- {title}
- {subtitle}
+
+
+ {category}
+
{title}
+ {subtitle}
+
-
+
diff --git a/src/components/ArticleCard.astro b/src/components/ArticleCard.astro
index cc19751..9e79488 100644
--- a/src/components/ArticleCard.astro
+++ b/src/components/ArticleCard.astro
@@ -1,12 +1,12 @@
---
-import { Row, Column, Padding } from '../../@dasig'
+import { Row, Column, Padding, Image } from '../../@dasig'
interface Props {
title: string
subtitle: string
date: string
- imageA: string
- imageW: string
+ imageA: any
+ imageW: any
alt: string
minutes: number
url: string
@@ -20,6 +20,7 @@ const { title, subtitle, date, imageA, imageW, alt = 'article image', minutes, u