const objHelloworld = { template: `

{{ msg }}

Essential Links

Ecosystem

` , props: { msg: String } } app.component('helloworld', objHelloworld); const objHome = { template: `

Revolutionize Your Real Estate Business with dezzy.ai

Dezzy Bot

Utilize Advanced AI Technology

dezzy.ai is a cutting-edge AI bot, bringing revolutionary advancements to various aspects of real estate operations. By seamlessly integrating with dotloop, dezzy.ai streamlines workflows, automates the creation of Commission Disbursement Authorizations (CDAs), and monitors employee performance. Additionally, agents can create high quality print marketing materials, find helpful articles on real estate topics and create engaging social media content.

Why Agents Love dezzy.ai

{{ reason.text }}
Dezzy Bot
{{ reason.text }}

A Little Bit About LPT Realty

LPT Realty is an innovative, agent-first platform that empowers agents with tools and the latest technologies to succeed and provide the best service possible to their clients. LPT Realty maintains high standards of efficiency and ensures that agents are consistently delivering results. The utilization of dezzy.ai enhances workflows, boosts productivity, and delivers exceptional experiences in the real estate industry. dezzy.ai is now available exclusively for LPT Realty agents.

dezzy.ai Designer Screen - Business Cards

{{ reason.text }}

` , data() { return { reasons: [ {text: 'Maximizes agent potential'}, {text: 'Marketing materials in minutes'}, {text: 'Instantly connect with leads'}, {text: '3D mockups for social media'}, {text: 'Performance monitoring'}, {text: 'Seamless dotloop integration'}, {text: 'Access relevant helpful articles'}, {text: 'Workflow optimization'}, ], lptReasons: [ { text: 'Revenue Share & Stock Grants', img: 'assets/images/rev-share.svg' }, { text: 'Zero Monthly Fees, Zero Signup Fees', img: 'assets/images/no-fees.svg' }, { text: 'Expert Training & Coaching', img: 'assets/images/education.svg' } ] } }, computed: { reasonsGroupOne() { return this.reasons.slice(0,4) }, reasonsGroupTwo() { return this.reasons.slice(4,8) } } } app.component('home', objHome); const objAboutRpfunding = { template: `

This is an about page

All about rpfunding and what they do.

` , } app.component('about-rpfunding', objAboutRpfunding); const objNavigationFooter = { template: ` ` , } app.component('navigation-footer', objNavigationFooter); const objNavigationMain = { template: ` ` , } app.component('navigation-main', objNavigationMain);