/* global React */
const marketingMoreSite = window.RentLensSite;
function InvestorFit() {
const { isMobile, isTablet } = marketingMoreSite.useViewport();
const fits = [
{
title: 'First-time investors',
body: 'See if your first rental actually cashflows before you inherit someone else\'s deferred maintenance.',
detail: 'Plain-English verdicts, not finance-speak.',
},
{
title: 'Small portfolio owners',
body: 'Compare deals faster and see where financing, insurance, or management is dragging returns.',
detail: 'Built for 1 to 20 doors, not institutional underwriting teams.',
},
{
title: 'Out-of-state buyers',
body: 'Make a go or no-go call without knowing every local vendor before you start.',
detail: 'Action cards connect analysis to inspection, insurance, and PM options.',
},
];
return (
For investors
Built for people who want clarity before commitment.
Propbee is strongest when you need a fast verdict, a realistic downside view, and a next step you can actually take the same day.
{fits.map((fit) => (
{fit.title}
{fit.body}
{fit.detail}
))}
);
}
function ServicesTeaser() {
const { isMobile, isTablet } = marketingMoreSite.useViewport();
const services = [
['shield-check', 'Inspection', 'Catch maintenance risk before it destroys your year-one margin.', marketingMoreSite.buildHref(marketingMoreSite.paths.app, 'service-inspection')],
['umbrella', 'Insurance', 'Compare landlord coverage without shopping three sites yourself.', marketingMoreSite.buildHref(marketingMoreSite.paths.app, 'service-insurance')],
['key-round', 'Management', 'See what self-managing versus hiring a PM really does to cashflow.', marketingMoreSite.buildHref(marketingMoreSite.paths.app, 'service-management')],
['banknote', 'Refinance', 'Find out whether rate relief is the fastest path to a better ROI.', marketingMoreSite.buildHref(marketingMoreSite.paths.app, 'service-refinance')],
];
return (
Services
When a deal is close, we show the moves that actually change the outcome.