import { AutoplayVideo } from "../AutoplayVideo"; import { ExtraLargeTitle } from "../Primitives/ExtraLargeTitle"; import { SmallSubtitle } from "../Primitives/SmallSubtitle"; import { HomeSection } from "./HomeSection"; import shareVideo from "~/assets/home/JsonHeroShare.mp4"; export function HomeCollaborateSection() { return (
Collaborate with the whole world (and yourself) Easily share your JSON documents with any distant relative. Link right to the part of the document you're on. Or save the link for some casual browsing later in the evening while enjoying a glass of red.
); }