IN-HOME CONSULTATION

 
HC#1.png

Assess Your Needs

 
HC#2.png

Take photos and Notes

 
HC#3.png

Set A Date

 

Thanks for your interest. Take 5 minutes to share a few details. You will see my calendar at the end so you can book your call.

What happens after you submit

1.png

TO START, YOUR ORGANIZING CONSULTANT WILL ASK ABOUT YOUR DEADLINE, DECISION MAKING PROCESS, AND BUDGET.

As a group, we will review your space. In this phase, an organizing consultant will take photos and notes of your space. Then we will discuss your concerns, your vision and ideas. Typically, the initial time required for the consultation is 30 minutes that can change depending on the number of spaces that need to be organized.

2.png

NEXT, WE REVIEWING YOUR SPACE AND ASSESS YOUR NEEDS, WE WILL DESIGN A PRELIMINARY ORGANIZING PLAN.

With the accumulated pictures and notes of your space, a consultant will design an organizing plan that highlights your vision. This plan will be sent to you via email within 1-2 days after the consultation. If you decided on incorporating organizing products to enhance your space, a products link will follow. We do include shopping assistance if needed.

3.png

LASTLY, YOU GIVE YOUR OKAY AND AN ORGANIZING CONSULTANT WILL SCHEDULE AN OFFICIAL SESSION DATE.

Your organizing consultant will confirm the date you selected and confirm its availability. Once confirmed, your consultant will keep in constant contact with you until that exciting day arrives.

script> /* H1 fix. Squarespace 7.1 uses h2 in page banners instead of h1. This DOM transform finds the first prominent page heading and converts it to an h1 if it isn't already. Runs once per page load. */ document.addEventListener('DOMContentLoaded', function() { if (document.querySelector('h1')) return; /* page already has an h1, skip */ var candidates = [ document.querySelector('.page-banner h2'), document.querySelector('.page-title h2'), document.querySelector('header h2'), document.querySelector('.banner-title-wrapper h2'), document.querySelector('.blog-item-title h2'), document.querySelector('main h2') ].filter(Boolean); if (candidates.length === 0) return; var src = candidates[0]; var h1 = document.createElement('h1'); h1.innerHTML = src.innerHTML; h1.className = src.className; /* preserve inline styles if any */ if (src.getAttribute('style')) h1.setAttribute('style', src.getAttribute('style')); src.parentNode.replaceChild(h1, src); });