import React from "react"; const LandingPageWaitingList = () => { return ( <> {/* ========== MAIN CONTENT ========== */} Get notified when we launch Preline Pro Full name Email address Join the waitlist {/* ========== END MAIN CONTENT ========== */} {/* ========== FOOTER ========== */} {/* ========== END FOOTER ========== */} > ); }; export default LandingPageWaitingList;