Before we meet · 3 minutes

Tell us about your business.

We read every response before we meet so we come prepared with specifics about your business, not a generic pitch. The more honest the answers, the sharper the conversation.

01 · Business context

The basics about what you do.

One or two sentences is enough.
Share any link(s). Skip if none exist yet.
Where is your business currently operating?*
Who do you primarily serve?*
02 · Revenue & budget

What's the scale we're working with?

Current monthly marketing budget*
All-in: agency, tools, creative, ads, the total you spend on marketing each month.
Of that, paid ads spend per month (Meta, Google, TikTok, etc.)
Approximate monthly revenue (optional, helpful for context)
03 · Current focus

What best describes your situation right now?

Primary goal*
Biggest challenge right now*
04 · Current marketing setup

Which channels are you currently using?

Select all that apply.

05 · Decision making & readiness

When and how you're thinking about next steps.

When are you looking to start a new marketing initiative?*
Are you open to investing in a structured, long-term marketing system, not just short-term ads?*
06 · Contact

The best way to reach you.

We read every submission before we meet. No mass-automation. No generic follow-up.

Thanks. Now pick a time that works for you.

We've received your answers and will review them before we meet. Choose a 30-minute slot on the calendar below. We'll come prepared with specifics about your business, the numbers you shared, and a starting direction for the conversation.

Book a 30-minute Strategy Call → 30 minutes  ·  Free  ·  No obligation
Syntri Labs

© 2026 Syntri Labs Inc. Calgary, AB  ·  Privacy Policy

function toggleOther() { var checked = document.querySelector('input[name="challenge"]:checked'); var block = document.getElementById('other-block'); if (checked && checked.value === 'other') { block.classList.remove('form-hidden'); } else { block.classList.add('form-hidden'); } } async function handleSubmit(e) { e.preventDefault(); var form = document.getElementById('intake'); var submitBtn = form.querySelector('button[type="submit"]'); var originalText = submitBtn.textContent; submitBtn.disabled = true; submitBtn.textContent = 'Sending…'; try { var response = await fetch(form.action, { method: 'POST', body: new FormData(form), headers: { 'Accept': 'application/json' } }); var data = await response.json(); if (!response.ok || !data.success) { throw new Error(data.message || 'Submission failed'); } form.classList.add('form-hidden'); var successEl = document.getElementById('success'); successEl.classList.add('active'); window.scrollTo({ top: successEl.offsetTop - 100, behavior: 'smooth' }); } catch (err) { submitBtn.disabled = false; submitBtn.textContent = originalText; alert("Sorry, we couldn't send your answers. Please email us at info@syntrilabs.com or try again."); } return false; }