import React from 'react'; import MoneyflowLandingPage from "@/components/ui/fin-tech-landing-page"; const Landing: React.FC = () => { return ; }; export default Landing;