const { Header, Card, Button, Tag } = window.AcornTitleDesignSystem_b6a569; function SiteFooter() { return ( ); } const logoSizeOverride = ; function AppQuickLink() { React.useEffect(() => { const header = document.querySelector('header'); if (!header) return; const rightGroup = header.querySelector(':scope > div > div:last-child'); if (!rightGroup || rightGroup.querySelector('.app-quick-link')) return; const a = document.createElement('a'); a.href = 'https://app.acorn-title.com'; a.target = '_blank'; a.rel = 'noopener'; a.className = 'app-quick-link'; a.setAttribute('aria-label', 'Open the Acorn App'); a.style.cssText = 'display:flex;align-items:center;justify-content:center;width:42px;height:42px;flex-shrink:0;color:inherit'; a.innerHTML = ''; rightGroup.insertBefore(a, rightGroup.firstChild); return () => a.remove(); }, []); return null; } function LogoHomeLink() { React.useEffect(() => { const header = document.querySelector('header'); if (!header) return; const img = header.querySelector('img[alt="Acorn Title"]'); if (!img || img.closest('a')) return; const a = document.createElement('a'); a.href = 'Acorn Homepage.html'; a.setAttribute('aria-label', 'Acorn Title home'); a.style.cssText = 'display:flex;align-items:center'; img.parentNode.insertBefore(a, img); a.appendChild(img); return () => { if (a.parentNode) { a.parentNode.insertBefore(img, a); a.remove(); } }; }, []); return null; } const headerLinks = () => [ { label: 'Home', href: 'Acorn Homepage.html' }, { label: 'Buying', href: 'Buying.html' }, { label: 'Selling', href: 'Selling.html' }, { label: 'For Professionals', href: '#' }, { label: 'About', href: 'About.html' }, { label: 'Contact', href: 'Contact.html' }, ]; function Eyebrow({ children, color }) { return
{children}
; } function H2({ children, align = 'left', style }) { return

{children}

; } function Section({ children, background, id, pad }) { return
{children}
; } function Hero({ onNavigate }) { return (
{ window.location.href = 'Order Title.html'; }} />

Your Clients Are Our Clients, Too.

You've already set the standard for how they should be treated. Our job is to carry that standard through closing with thoughtful communication, personal attention, and an experience that feels connected from start to finish.

); } function TrustSection() { return (

Every Referral Carries Your Name With It.

When you introduce someone to Acorn, you're trusting us with more than a transaction.

You're trusting us with a relationship you've already worked hard to build.

How we communicate, how we handle problems, how we answer questions, and how your client feels at the closing table all become part of the experience you started. We understand that responsibility.

We don't just close the transaction. We help protect the experience you've created.

); } const feels = [ { title: 'We Communicate', copy: "You shouldn't have to chase the title company for basic updates. We'll keep the appropriate people informed, communicate when something needs attention, and help everyone understand what comes next." }, { title: 'We Stay Ahead of the Details', copy: 'Title issues, payoffs, documents, lender requirements, scheduling, signing logistics. There are a lot of moving parts. Our job is to manage those details before they become your problem.' }, { title: 'We Take Care of People', copy: "Whether it's someone's first transaction or their fiftieth, they should feel welcomed, respected, informed, and comfortable asking questions. When your client becomes an Acorn client, the level of care shouldn't change." }, ]; function FeelsSection() { return (
What it feels like

A Closing Team That Works Like Part of Yours.

{feels.map((h, i) => (
{String(i + 1).padStart(2, '0')}

{h.title}

{h.copy}

))}
); } const audiences = [ { title: 'Realtors', copy: 'Responsive communication, dependable closings, and an experience you can confidently put your name behind.' }, { title: 'Lenders', copy: 'Organized coordination, clear communication, and a title team that understands how many details have to come together before funding.' }, { title: 'Builders', copy: 'A closing experience that takes care of your buyers while helping keep transactions organized as your business grows.' }, { title: 'Investors', copy: 'Efficient communication and a team that understands that timing, consistency, and execution matter.' }, { title: 'Attorneys & Other Professionals', copy: 'Responsive title and closing support with clear communication and thoughtful attention to the details of the transaction.' }, ]; function WhoWeWorkWith() { return (
Who we work with

However You Serve the Transaction, There's a Place for You Here.

{audiences.map((a) => (

{a.title}

{a.copy}

))}
); } const steps = [ { n: '01', title: 'Open the File', copy: "Send us the contract and transaction information. We'll open the file and begin the title process." }, { n: '02', title: 'We Get to Work', copy: "We'll review the transaction, begin title work, gather necessary information, and identify anything that needs attention." }, { n: '03', title: 'We Coordinate', copy: 'We work with the appropriate parties involved in the transaction, including agents, lenders, buyers, sellers, HOAs, and others when necessary.' }, { n: '04', title: 'We Communicate', copy: 'When something changes, needs attention, or requires action, we communicate.', emphasis: 'No disappearing into the title-company black hole.' }, { n: '05', title: 'We Prepare Everyone for Closing', copy: 'We coordinate the details necessary to make sure the appropriate parties know what to expect and are prepared to sign.' }, { n: '06', title: 'We Close', copy: "Your client receives the same calm, welcoming, well-guided closing experience that defines Acorn.", emphasis: "And then we're ready for the next one." }, ]; function Workflow() { return (
How we work

Send Us the Contract. We'll Take It From There.

You shouldn't have to manage the title company too. Once the transaction reaches us, we get to work.

{steps.map((s) => (
{s.n}

{s.title}

{s.copy}

{s.emphasis &&

{s.emphasis}

}
))}
); } const appFeatureGroups = [ { group: 'Sellers', items: ['Seller net sheets', 'Side-by-side net sheet comparisons for multiple offers, at different price points'] }, { group: 'Buyers', items: ['Buyer cost estimates', 'Title premium calculations'] }, { group: 'Your brand', items: ['Custom-branded PDFs with your company logo and headshot'] }, ]; const quickLinks = [ { title: 'Order Title', copy: 'Open a new transaction and send us the contract and transaction details.', cta: 'Order Title', href: 'Order Title.html' }, { title: 'Resources', copy: 'Helpful information, forms, guides, calculators, and educational tools.', cta: 'View Resources', href: '#' }, ]; function CheckGlyph() { return ( ); } function ToolsSection() { return (
Professional tools

One App. Everything You Need to Do Business.

Net sheets, buyer estimates, and branded documents live in one place now: the Acorn app.

The Acorn app shown on desktop and mobile

Whether you're pricing a listing, walking a buyer through costs, or putting together something with your name on it, the app is built to make that fast.

No spreadsheets. No back-and-forth with our office for a quick number. Just log in and build what you need.

{appFeatureGroups.map((g) => (
{g.group}
{g.items.map((item) => (

{item}

))}
))}
Closing Portal

Transaction status, documents, and communication in one view.

Coming soon
{quickLinks.map((t) => (

{t.title}

{t.copy}

))}
); } function ClientExperience() { return (
The client experience

They'll Remember How Closing Felt.

Your clients may not remember every document they signed.

They'll remember whether they felt rushed.

They'll remember whether someone explained what was happening.

They'll remember whether their questions were welcomed.

And they'll remember how they felt when the transaction was finally complete.

That's why the experience matters.

When someone comes to Acorn through you, we want their closing experience to reinforce the trust you've already built with them. The relationship should feel continuous. Not handed off. Not disconnected. Continuous.

); } function CommunicationPromise() { return (
Our promise to you

You Shouldn't Have to Wonder Either.

The Acorn promise isn't only for buyers and sellers. Professionals deserve clarity too.

If something needs attention, we'll communicate. If we need something, we'll ask.

If there's an issue, we'll work the problem. And if you have a question, you should be able to reach someone who knows your transaction.

No chasing. No guessing. No radio silence.

); } function ChevronDown({ open }) { return ; } const faqs = [ { q: 'How do I open title with Acorn?', a: "Use our online Order Title form to send us the contract and transaction information. Once we receive it, we'll open the file and confirm the order." }, { q: 'Who receives updates during the transaction?', a: 'Communication depends on the transaction and the information involved, but our goal is to keep the appropriate parties informed without overwhelming everyone with unnecessary messages.' }, { q: 'Can Acorn coordinate remote or mobile signings?', a: 'Signing arrangements can often be coordinated when someone cannot attend closing in person. Availability and requirements depend on the transaction.' }, { q: 'Can I prepare a seller net sheet before I have a contract?', a: "Yes. Acorn's net sheet tools can help estimate seller proceeds across different sales-price scenarios." }, { q: 'Does Acorn work with different lenders?', a: 'Yes. We coordinate with lenders and the other appropriate parties involved in a transaction to help prepare the file for closing.' }, { q: 'Where does Acorn provide services?', a: 'Acorn provides title and closing services across our approved Texas service area. Reach out and we can confirm coverage for your specific transaction.' }, ]; function FAQAccordion() { const [openIdx, setOpenIdx] = React.useState(0); return (
Professional FAQ

A Few Things You May Want to Know.

{faqs.map((f, i) => { const open = openIdx === i; return (

{f.a}

); })}
); } function FinalCTA() { return (

Let's Make the Next One Easy.

The people you send to Acorn matter to you.

They matter to us too. When you're ready to send the next transaction our way, we'll take care of the details, communicate along the way, and make sure the people involved feel taken care of from opening through closing.

Good closings build good relationships.

); } const TWEAK_DEFAULTS = /*EDITMODE-BEGIN*/{}/*EDITMODE-END*/; function ProfessionalsPage() { window.useTweaks(TWEAK_DEFAULTS); const scrollTo = (id) => document.getElementById(id)?.scrollIntoView({ behavior: 'smooth' }); React.useEffect(() => { if (window.location.hash) { const id = window.location.hash.slice(1); const el = document.getElementById(id); if (el) setTimeout(() => el.scrollIntoView({ behavior: 'smooth', block: 'start' }), 150); } }, []); return (
{logoSizeOverride}
); } window.ProfessionalsPage = ProfessionalsPage;