Wedding Photography

A proposal for Sarah Mitchell.

April 29, 2026 Prepared for Sarah Mitchell
By Ashley Thompson Photography · ashleyphoto-demo.com
15+
Years Experience
★★★★★
Google Rating
90%
Client Retention

Capturing moments that last a lifetime.

Award-winning wedding and event photographer based in Houston. With a passion for storytelling through images, I bring a candid, editorial style to every shoot. Over 200 weddings photographed.

Proposed services for Sarah Mitchell.

Full Day Coverage

$3,500
ONE-TIME

Second Shooter

$1,200
ONE-TIME

Album

$800
ONE-TIME
One-time $5,500
Total InvestmentMonth to month — no long-term contracts
$5,500
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();