import React from "react"; import clsx from "clsx"; import { LandingWalkthroughVideo } from "./landing-walkthrough-video"; import { LandingMagic } from "./landing-magic"; export const LandingWalkthrough = () => { return ( <>
Flexibility without starting from scratch
); };