Digital Marketing

A proposal for Torres Restaurant Group.

April 29, 2026 Prepared for Michael Torres at Torres Restaurant Group
By Flavor Digital Marketing · flavordigital-demo.com
15+
Years Experience
★★★★★
Google Rating
90%
Client Retention

Filling seats with strategic digital marketing.

We specialize in restaurant and hospitality marketing. From local SEO and Google Maps optimization to social media advertising and review management, we help restaurants increase foot traffic and online orders.

Proposed services for Torres Restaurant Group.

Local SEO

$800/mo
MONTHLY

Social Ads

$600/mo
MONTHLY
Monthly $1,400/mo
Total InvestmentMonth to month — no long-term contracts
$1,400
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();