import bgImage from "../media/phones.webp" import logo from "../media/icon.svg" const desc = "Cloudstream is an Android app for streaming and downloading Movies, TV-Series and Anime. On this official cloudstream/recloudstream site you can find downloads links and a list of repositories of extensions." const SEO = ({children, title, description}) => { return <> {title || "Cloudstream"} } export default SEO