import '../styles/cardBlogs.css' type BlogCardProps = { backgroundLink: string } export const BlogCard = ({ backgroundLink }: BlogCardProps) => { return (

This is a blog title, the best blog title in the world!

{' '}
) }