Landscape Design

A proposal for Henderson Estate.

April 29, 2026 Prepared for Tom Henderson at Henderson Estate
By Bradley Landscapes · bradleylandscapes-demo.com
15+
Years Experience
★★★★★
Google Rating
90%
Client Retention

Designing outdoor spaces that inspire.

Premier landscaping company offering design, hardscaping, planting, and maintenance services. From paver patios to custom irrigation systems, we transform yards into beautiful outdoor living spaces.

Proposed services for Henderson Estate.

Design

$1,500
ONE-TIME

Paver Patio

$6,800
ONE-TIME

Maintenance

$250/mo
MONTHLY
Monthly $250/mo
One-time $8,300
Total InvestmentMonth to month — no long-term contracts
$8,550
Want a copy for your records? 📄 Download PDF

Accept this proposal.

By signing below, you agree to the services and pricing outlined in this proposal. This is a month-to-month agreement with no long-term commitment.

// Interactive pricing recalculation function pkToggleOptional(el) { // checkbox handles the toggle, this just adds visual feedback } function pkRecalcTotal() { var totalMonthly = 0; var totalOnetime = 0; document.querySelectorAll('.pk-line-item').forEach(function(item) { var price = parseFloat(item.dataset.price) || 0; var type = item.dataset.type || 'monthly'; var isOptional = item.classList.contains('pk-optional'); var checkbox = item.querySelector('input[type="checkbox"]'); if (isOptional && checkbox && !checkbox.checked) { item.style.opacity = '0.4'; return; } item.style.opacity = '1'; if (type === 'monthly') totalMonthly += price; else totalOnetime += price; }); var mEl = document.getElementById('pk-total-monthly'); var oEl = document.getElementById('pk-total-onetime'); var tEl = document.getElementById('pk-dynamic-total'); if (mEl) mEl.innerHTML = '$' + totalMonthly.toLocaleString() + '/mo'; if (oEl) oEl.textContent = '$' + totalOnetime.toLocaleString(); if (tEl) tEl.textContent = '$' + (totalMonthly + totalOnetime).toLocaleString(); } // Initial calc pkRecalcTotal();