diff --git a/src/components/Banner.tsx b/src/components/Banner.tsx new file mode 100644 index 0000000..f1302c6 --- /dev/null +++ b/src/components/Banner.tsx @@ -0,0 +1,25 @@ +import React from 'react'; + +const Banner: React.FC = () => { + return ( +
+
+ Título del Blog +
+
+
+ Título del Blog +
+
+ ); +}; + +export default Banner; \ No newline at end of file