rfunds-online/app/mortgage/page.tsx

11 lines
392 B
TypeScript

import MortgageSimulator from '@/components/mortgage/MortgageSimulator'
export const metadata = {
title: '(you)rMortgage — Distributed Mortgage Simulator',
description: 'Simulate distributed mortgages: 100+ community lenders instead of 1 bank. Visualize flows, compare costs, explore the secondary market.',
}
export default function MortgagePage() {
return <MortgageSimulator />
}