diff --git a/src/assets/JBP-MBM.webp b/src/assets/JBP-MBM.webp new file mode 100644 index 0000000..10b724a Binary files /dev/null and b/src/assets/JBP-MBM.webp differ diff --git a/src/assets/pueblo-judio.webp b/src/assets/pueblo-judio.webp new file mode 100644 index 0000000..4fc688d Binary files /dev/null and b/src/assets/pueblo-judio.webp differ diff --git a/src/components/cards/GridCard.astro b/src/components/cards/GridCard.astro index 4605075..f0d5c85 100644 --- a/src/components/cards/GridCard.astro +++ b/src/components/cards/GridCard.astro @@ -22,6 +22,22 @@ const imageUrl = props.image || '' )} +)} + + +{ props.type === 'imgText' && ( +
+
+
+ +

{props.text}

+
+
+ +
+
+
+)}