Industry Marketing Guide

Guide Title — Bind to Name Field

Compelling hero subtitle for this industry. Bind to hero_subtitle field.

KPI 1Stat Label 1
KPI 2Stat Label 2
KPI 3Stat Label 3
Book a Free Consultation
KPI 1 — bind kpi_1_numberStat Label 1 — bind kpi_1_label

Context for stat 1. Bind to kpi_1_context field.

KPI 2 — bind kpi_2_numberStat Label 2 — bind kpi_2_label

Context for stat 2. Bind to kpi_2_context field.

KPI 3 — bind kpi_3_numberStat Label 3 — bind kpi_3_label

Context for stat 3. Bind to kpi_3_context field.

Intro paragraph. Bind to intro_paragraph CMS field.

Section 1 Heading — bind section_1_heading

Section 1 body content. Bind this rich text element to section_1_body field.

Section 2 Heading — bind section_2_heading

Section 2 body content. Bind to section_2_body.

Section 3 Heading — bind section_3_heading

Section 3 body content. Bind to section_3_body.

Section 4 Heading — bind section_4_heading

Section 4 body content. Bind to section_4_body.

Section 5 Heading — bind section_5_heading

Section 5 body content. Bind to section_5_body.

Summary

Key Takeaways

Key takeaway 1 — bind to key_takeaway_1

Key takeaway 2 — bind to key_takeaway_2

Key takeaway 3 — bind to key_takeaway_3

Key takeaway 4 — bind to key_takeaway_4

Key takeaway 5 — bind to key_takeaway_5

Key takeaway 6 — bind to key_takeaway_6

Start Your Campaign

Ready to Reach Your Audience?

Bind to cta_body CMS field. VI's elevator and transit network puts your brand in front of the right audience — in the buildings and corridors where decisions are made.

Sources & References

Sources content. Bind this rich text wrapper to the sources field.

// GA4 Form Submission + Source Page Attribution document.addEventListener('DOMContentLoaded', function() { var form = document.getElementById('wf-form-Local-Form'); if (!form) return; form.addEventListener('submit', function() { var referrerUrl = document.getElementById('referrer-url').value || 'Direct Visit'; var sourcePage = 'direct'; try { if (referrerUrl && referrerUrl !== 'Direct Visit') { sourcePage = new URL(referrerUrl).pathname; } } catch(e) { sourcePage = referrerUrl; } // Classify the page type var pageType = 'other'; if (sourcePage.indexOf('/industry-city-pages/') > -1) pageType = 'industry_city'; else if (sourcePage.indexOf('/category/') > -1) pageType = 'industry_or_location'; else if (sourcePage === '/') pageType = 'homepage'; else if (sourcePage === 'direct') pageType = 'direct'; gtag('event', 'generate_lead', { source_page_path: sourcePage, source_page_type: pageType, transport_type: 'beacon' }); }); });