Components
Loading preview...
A modern minimal landing page for Fintech startups.
npx shadcn@latest add https://21st.dev/r/abhinavcdev/fin-tech-landing-pageimport MoneyflowLandingPage from "@/components/ui/fin-tech-landing-page";
export default function DemoOne() {
return <MoneyflowLandingPage />;
}