Spaces:
Running
Running
Proposta Comercial – Sistema Meu Site Delivery Cliente: BBQ Beach Club Data: 21/07/2025 Apresentação O Meu Site Delivery é uma solução completa para gestão e crescimento de bares e restaurantes. Nosso sistema foi desenvolvido para simplificar processos, aumentar suas vendas e fidelizar clientes, com automação e ferramentas modernas que elevam o nível do seu negócio. O que está incluso: 1. Sistema Delivery Completo - Plataforma exclusiva para pedidos online (desktop e mobile) - Integração direta com WhatsApp para automatizar atendimento e confirmar pedidos - Envio em lote de promoções e eventos, aumentando o alcance da sua marca - Módulo de fidelidade para reter clientes e incentivar recorrência 2. Gestão Completa do Negócio - Controle de estoque com atualização automática - Gestão de insumos para reduzir desperdícios e aumentar a lucratividade - Módulos financeiros: contas a pagar e a receber, fluxo de caixa e relatórios gerenciais - Dashboard inteligente para análise de vendas e desempenho da equipe 3. Suporte e Treinamento - Acompanhamento na implantação e treinamento da equipe - Suporte técnico humanizado, sem custos adicionais - Atualizações constantes para manter o sistema moderno e seguro Investimento - Taxa única de implantação: R$ 1.200,00 - Mensalidade: R$ 180,00 (incluindo módulos de fidelidade, automação WhatsApp, envio em lote, gestão de estoque, financeiro e insumos) - Emissor Fiscal (opcional): + R$ 55,00/mês Por que o Meu Site Delivery? - Aumento comprovado das vendas através de automação e fidelização - Economia de tempo com gestão centralizada e relatórios precisos - Redução de falhas operacionais e desperdícios - Ferramenta que acompanha o crescimento do BBQ Beach Club, preparada para atender grande volume de pedidos Próximo Passo Para iniciar, basta confirmar o aceite desta proposta. Nossa equipe dará início imediato à implantação, com prazo médio de ativação de 3 a 5 dias úteis. Vamos juntos transformar o BBQ Beach Club em uma referência de vendas e gestão na região! Atenciosamente, Wanderley Jr. Ribeiro Meu Site Delivery WhatsApp: (51) 99205-3162 coloque essa imagem de logomarca https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ88sQrb0_8UXps9VgjWEcpWblnXDUixBXsHQ&s e coloque essa imagem como logomarca do cliente bbq https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSMnj9h83isPICWftCgkCD7V3y93gsJwIzE0g&s - Initial Deployment
ee161c7 verified | <html lang="pt-BR"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Proposta Comercial - BBQ Beach Club | Meu Site Delivery</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
| <style> | |
| .gradient-bg { | |
| background: linear-gradient(135deg, #f97316 0%, #ea580c 100%); | |
| } | |
| .proposal-card { | |
| box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1); | |
| transition: transform 0.3s ease, box-shadow 0.3s ease; | |
| } | |
| .proposal-card:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.15); | |
| } | |
| .feature-icon { | |
| width: 48px; | |
| height: 48px; | |
| display: flex; | |
| align-items: center; | |
| justify-content: center; | |
| border-radius: 12px; | |
| } | |
| .divider { | |
| height: 2px; | |
| background: linear-gradient(90deg, transparent, rgba(0,0,0,0.1), transparent); | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-gray-50 font-sans"> | |
| <div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 py-12"> | |
| <!-- Header with logos --> | |
| <div class="flex flex-col md:flex-row items-center justify-between mb-12"> | |
| <div class="mb-6 md:mb-0"> | |
| <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ88sQrb0_8UXps9VgjWEcpWblnXDUixBXsHQ&s" | |
| alt="Meu Site Delivery Logo" | |
| class="h-16 object-contain"> | |
| </div> | |
| <div class="text-center"> | |
| <h1 class="text-3xl md:text-4xl font-bold text-gray-800">Proposta Comercial</h1> | |
| <p class="text-gray-600 mt-2">Sistema Meu Site Delivery</p> | |
| </div> | |
| <div class="mt-6 md:mt-0"> | |
| <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSMnj9h83isPICWftCgkCD7V3y93gsJwIzE0g&s" | |
| alt="BBQ Beach Club Logo" | |
| class="h-16 object-contain"> | |
| </div> | |
| </div> | |
| <!-- Client and date --> | |
| <div class="bg-white rounded-xl p-6 mb-8 proposal-card"> | |
| <div class="flex flex-col sm:flex-row justify-between items-start sm:items-center"> | |
| <div> | |
| <h2 class="text-xl font-semibold text-gray-800">Cliente: <span class="text-orange-600">BBQ Beach Club</span></h2> | |
| <p class="text-gray-600">Data: 21/07/2025</p> | |
| </div> | |
| <div class="mt-4 sm:mt-0"> | |
| <span class="inline-block px-4 py-2 rounded-full gradient-bg text-white font-medium"> | |
| Proposta Válida por 30 dias | |
| </span> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Presentation section --> | |
| <div class="bg-white rounded-xl p-8 mb-8 proposal-card"> | |
| <h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center"> | |
| <i class="fas fa-bullhorn text-orange-500 mr-3"></i> | |
| Apresentação | |
| </h2> | |
| <p class="text-gray-700 leading-relaxed mb-6"> | |
| O <span class="font-semibold text-orange-600">Meu Site Delivery</span> é uma solução completa para gestão e crescimento de bares e restaurantes. Nosso sistema foi desenvolvido para simplificar processos, aumentar suas vendas e fidelizar clientes, com automação e ferramentas modernas que elevam o nível do seu negócio. | |
| </p> | |
| </div> | |
| <!-- What's included --> | |
| <div class="bg-white rounded-xl p-8 mb-8 proposal-card"> | |
| <h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center"> | |
| <i class="fas fa-check-circle text-orange-500 mr-3"></i> | |
| O que está incluso | |
| </h2> | |
| <div class="grid md:grid-cols-3 gap-6"> | |
| <!-- Delivery System --> | |
| <div class="border border-gray-100 rounded-lg p-6 hover:border-orange-200 transition-all"> | |
| <div class="feature-icon gradient-bg text-white mb-4"> | |
| <i class="fas fa-truck text-xl"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold text-gray-800 mb-3">1. Sistema Delivery Completo</h3> | |
| <ul class="space-y-2 text-gray-600"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-orange-500 mt-1 mr-2 text-sm"></i> | |
| <span>Plataforma exclusiva para pedidos online (desktop e mobile)</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-orange-500 mt-1 mr-2 text-sm"></i> | |
| <span>Integração direta com WhatsApp para automatizar atendimento</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-orange-500 mt-1 mr-2 text-sm"></i> | |
| <span>Envio em lote de promoções e eventos</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-orange-500 mt-1 mr-2 text-sm"></i> | |
| <span>Módulo de fidelidade para reter clientes</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <!-- Business Management --> | |
| <div class="border border-gray-100 rounded-lg p-6 hover:border-orange-200 transition-all"> | |
| <div class="feature-icon gradient-bg text-white mb-4"> | |
| <i class="fas fa-chart-line text-xl"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold text-gray-800 mb-3">2. Gestão Completa do Negócio</h3> | |
| <ul class="space-y-2 text-gray-600"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-orange-500 mt-1 mr-2 text-sm"></i> | |
| <span>Controle de estoque com atualização automática</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-orange-500 mt-1 mr-2 text-sm"></i> | |
| <span>Gestão de insumos para reduzir desperdícios</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-orange-500 mt-1 mr-2 text-sm"></i> | |
| <span>Módulos financeiros completos</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-orange-500 mt-1 mr-2 text-sm"></i> | |
| <span>Dashboard inteligente para análise de vendas</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <!-- Support --> | |
| <div class="border border-gray-100 rounded-lg p-6 hover:border-orange-200 transition-all"> | |
| <div class="feature-icon gradient-bg text-white mb-4"> | |
| <i class="fas fa-headset text-xl"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold text-gray-800 mb-3">3. Suporte e Treinamento</h3> | |
| <ul class="space-y-2 text-gray-600"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-orange-500 mt-1 mr-2 text-sm"></i> | |
| <span>Acompanhamento na implantação</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-orange-500 mt-1 mr-2 text-sm"></i> | |
| <span>Treinamento da equipe</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-orange-500 mt-1 mr-2 text-sm"></i> | |
| <span>Suporte técnico humanizado</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-orange-500 mt-1 mr-2 text-sm"></i> | |
| <span>Atualizações constantes</span> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Investment section --> | |
| <div class="bg-white rounded-xl p-8 mb-8 proposal-card"> | |
| <h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center"> | |
| <i class="fas fa-dollar-sign text-orange-500 mr-3"></i> | |
| Investimento | |
| </h2> | |
| <div class="grid md:grid-cols-3 gap-6"> | |
| <div class="bg-orange-50 rounded-lg p-6 border border-orange-100"> | |
| <h3 class="text-lg font-semibold text-orange-700 mb-2">Taxa de Implantação</h3> | |
| <p class="text-3xl font-bold text-gray-800 mb-2">R$ 1.200,00</p> | |
| <p class="text-gray-600 text-sm">Taxa única para configuração inicial</p> | |
| </div> | |
| <div class="bg-orange-50 rounded-lg p-6 border border-orange-100"> | |
| <h3 class="text-lg font-semibold text-orange-700 mb-2">Mensalidade</h3> | |
| <p class="text-3xl font-bold text-gray-800 mb-2">R$ 180,00</p> | |
| <p class="text-gray-600 text-sm">Inclui todos os módulos principais</p> | |
| </div> | |
| <div class="bg-gray-50 rounded-lg p-6 border border-gray-200"> | |
| <h3 class="text-lg font-semibold text-gray-700 mb-2">Emissor Fiscal (opcional)</h3> | |
| <p class="text-3xl font-bold text-gray-800 mb-2">+ R$ 55,00/mês</p> | |
| <p class="text-gray-600 text-sm">Para emissão de notas fiscais</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Why choose us --> | |
| <div class="bg-white rounded-xl p-8 mb-8 proposal-card"> | |
| <h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center"> | |
| <i class="fas fa-question-circle text-orange-500 mr-3"></i> | |
| Por que o Meu Site Delivery? | |
| </h2> | |
| <div class="grid md:grid-cols-2 gap-6"> | |
| <div class="flex items-start"> | |
| <div class="bg-orange-100 text-orange-600 rounded-full p-2 mr-4"> | |
| <i class="fas fa-chart-line"></i> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-semibold text-gray-800 mb-1">Aumento de Vendas</h3> | |
| <p class="text-gray-600">Aumento comprovado das vendas através de automação e fidelização</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="bg-orange-100 text-orange-600 rounded-full p-2 mr-4"> | |
| <i class="fas fa-clock"></i> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-semibold text-gray-800 mb-1">Economia de Tempo</h3> | |
| <p class="text-gray-600">Gestão centralizada e relatórios precisos que poupam horas de trabalho</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="bg-orange-100 text-orange-600 rounded-full p-2 mr-4"> | |
| <i class="fas fa-exclamation-triangle"></i> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-semibold text-gray-800 mb-1">Redução de Falhas</h3> | |
| <p class="text-gray-600">Menos erros operacionais e desperdícios com controle automatizado</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="bg-orange-100 text-orange-600 rounded-full p-2 mr-4"> | |
| <i class="fas fa-expand"></i> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-semibold text-gray-800 mb-1">Escalabilidade</h3> | |
| <p class="text-gray-600">Preparado para atender grande volume de pedidos e crescimento</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Next steps --> | |
| <div class="bg-white rounded-xl p-8 mb-8 proposal-card"> | |
| <h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center"> | |
| <i class="fas fa-arrow-right text-orange-500 mr-3"></i> | |
| Próximo Passo | |
| </h2> | |
| <div class="bg-orange-50 border-l-4 border-orange-500 p-4 mb-6"> | |
| <p class="text-gray-800 font-medium"> | |
| Para iniciar, basta confirmar o aceite desta proposta. Nossa equipe dará início imediato à implantação, com prazo médio de ativação de 3 a 5 dias úteis. | |
| </p> | |
| </div> | |
| <p class="text-gray-700 leading-relaxed mb-6"> | |
| Vamos juntos transformar o BBQ Beach Club em uma referência de vendas e gestão na região! | |
| </p> | |
| <div class="divider my-6"></div> | |
| <div class="flex flex-col sm:flex-row items-center justify-between"> | |
| <div class="mb-4 sm:mb-0"> | |
| <h3 class="text-lg font-semibold text-gray-800">Atenciosamente,</h3> | |
| <p class="text-gray-700 font-medium">Wanderley Jr. Ribeiro</p> | |
| <p class="text-orange-600">Meu Site Delivery</p> | |
| </div> | |
| <a href="https://wa.me/5551992053162" | |
| class="flex items-center justify-center px-6 py-3 bg-green-500 hover:bg-green-600 text-white rounded-lg font-medium transition-colors"> | |
| <i class="fab fa-whatsapp mr-2 text-xl"></i> | |
| WhatsApp: (51) 99205-3162 | |
| </a> | |
| </div> | |
| </div> | |
| <!-- Footer --> | |
| <div class="text-center text-gray-500 text-sm mt-12"> | |
| <p>Proposta válida até 21/08/2025 | Documento gerado em 21/07/2025</p> | |
| <p class="mt-2">© 2025 Meu Site Delivery. Todos os direitos reservados.</p> | |
| </div> | |
| </div> | |
| <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Wnaderley/proposta-bbq" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |