import * as React from "react"; export const Landing = () => { return (

Landing Page

); };