Estimate

Project estimate for Chen Residence.

April 29, 2026 Prepared for Mark Chen at Chen Residence
By Chen Construction Group · chenconstruction-demo.com
15+
Years Experience
★★★★★
Google Rating
90%
Client Retention

Quality craftsmanship on every project.

Full-service general contracting firm specializing in kitchen and bathroom remodels, home additions, and whole-house renovations. Licensed, bonded, and insured. We handle permits, design, and construction from start to finish.

Proposed services for Chen Residence.

Demo

$2,500
ONE-TIME

Cabinets

$12,000
ONE-TIME

Countertops

$4,500
ONE-TIME
One-time $19,000
Estimated TotalFinal pricing may vary based on scope
$19,000
To get started, a retainer is required:
$5,000
Applied toward your project total

This is an estimate. Pricing may be adjusted based on final project scope and requirements.

Want a copy for your records? 📄 Download PDF

Accept this proposal.

By signing below, you approve this estimate and authorize work to begin. A retainer of $5,000 is required to proceed.

// 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();