diff --git a/src/components/RoastCard.jsx b/src/components/RoastCard.jsx new file mode 100644 index 0000000..3900873 --- /dev/null +++ b/src/components/RoastCard.jsx @@ -0,0 +1,18 @@ +export default function RoastCard({ image, caption }) { + return ( +
+ {caption} +
+