import React from "react" import bgImage from "../media/phones.webp" import ld from "./ld.json" // 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"} {children} } export default SEO