// Hi-fi middle sections: 4 pillars, 3-step how-it-works, peer circles (editorial), policy, trust bar const WhySection = () => (
§ Why FGBVA

The gap
nobody built for.

You're past the "will this work?" question.
You're stuck on "why is growing this so hard?"
— and Virginia's support infrastructure is fragmented across forty agencies, half a dozen capital programs, and a dozen workforce portals.

You're not big enough for a full-time government-affairs person, an in-house lawyer, or a CFO who knows every capital program.

That's the gap FGBVA was built to close.

{[ ['$1M–$15M', 'target revenue'], ['5–75', 'headcount'], ['Statewide', 'RVA · HRV · NoVA'], ].map(([n, l]) => (
{n}
{l}
))}
); const PillarsSection = () => (
§ The Growth Front Door

One front door.
Four bottlenecks.

Every growth-stage operator hits the same four walls. We've indexed the programs behind each one and built the relationships to route you to the right named contact.

{[ { num: '01', title: 'Capital', roman: 'I', copy: 'Intros to banks, SSBCI programs, state loan funds, and growth-stage capital providers — with your story pre-framed.', tags: ['SSBCI', 'VSBFA', 'Banker intros', 'Growth funds'] }, { num: '02', title: 'Procurement', roman: 'II', copy: 'A real path into SWaM, eVA, and GovCon adjacencies without hiring a six-figure consultant.', tags: ['SWaM', 'eVA', 'Mentor-protégé', 'Federal 8(a)'] }, { num: '03', title: 'Talent', roman: 'III', copy: 'VCCS, apprenticeship funding, and workforce programs mapped to your region and pipeline.', tags: ['VCCS', 'Apprenticeship VA', 'GO Virginia'] }, { num: '04', title: 'Compliance', roman: 'IV', copy: 'Licensing, multi-state tax, and regulatory asks translated into plain English.', tags: ['SCC', 'DOLI', 'VCDPA', 'Multi-state tax'] }, ].map((p, i) => (
PILLAR · {p.num} {p.roman}
{p.title}

{p.copy}

{p.tags.map(t => ( {t} ))}
))}
); const HowItWorksSection = () => (
§ How the handoff works

Not a link dump.
A real introduction.

{[ { n: '01', t: 'Tell us where you\'re stuck.', c: 'Two-minute intake form. Stage, region, and the specific bottleneck — procurement, capital, talent, or compliance.' }, { n: '02', t: 'A real operator triages you.', c: 'Not a chatbot. An FGBVA operations lead reviews your intake and matches you to the right one or two resources inside or outside our network.' }, { n: '03', t: 'Warm intro to a named person.', c: 'You get an introduction to a specific human at a specific agency, bank, or capital partner. We follow up at two weeks to make sure it landed.' }, ].map((s, i) => (
0 ? '1px solid var(--rule)' : 'none', minHeight: 260, }}>
{s.n}
STEP {parseInt(s.n)} OF 3

{s.t}

{s.c}

))}
); const PeerCirclesSection = () => (
§ The Peer Circle

No vendors.
No cheerleaders.
Just operators.

Stage-matched monthly circles in Richmond, Hampton Roads, and Northern Virginia. Chatham House rules. One hot-seat, three asks, one win per session. You leave with a shortlist of things to do on Monday — not a pile of decks.

{['8–12 operators', '90 min · facilitated', 'Vendor-free', 'Stage-matched', 'Quarterly hot-seat'].map(t => ( {t} ))}
{/* Circle roster */}
{[ ['RVA · Circle 02', '$5M–$15M · services', '12 / 12'], ['HRV · Circle 01', '$1M–$5M · tech-enabled', '10 / 12'], ['NOVA · Circle 03', '$5M–$15M · GovCon', '11 / 12'], ['RVA · Circle 04', '$1M–$5M · multi-location', '9 / 12'], ['NOVA · Circle 05', '$15M+ · cross-sector', '8 / 10'], ].map(([name, tag, count], i, arr) => (
{name}
{tag}
{count}
))}
{/* Pull quote */}
"
I spent six months trying to figure out which state program to call. FGBVA got me on the phone with the right person in a week — and that call turned into our biggest contract of the year.
— Member quote · placeholder · Founder, $7M services co · Richmond
); const PolicySection = () => (
§ Policy

A voice in Richmond — not a lobbyist in a suit.

We translate what operators tell us in circles into specific, measurable asks — the kind a legislator can vote on and an agency head can implement. No "business climate" abstractions. No panels about ecosystem vibrancy. Real line items: thresholds, timelines, dollar figures, portals, pilots. Members see every ask before it's filed.

{['Docket', 'Pillar', 'Ask', 'Status'].map(h => (
{h}
))}
{[ ['#VA-2026-001', 'Procurement', 'Raise SWaM micro-purchase threshold from $10K to $25K', 'filed'], ['#VA-2026-002', 'Capital', 'Expand SSBCI loan-loss reserves for $1M–$15M tier', 'drafting'], ['#VA-2026-003', 'Talent', 'Apprenticeship tax credit, growth-stage employers', 'research'], ['#VA-2026-004', 'Compliance', 'Single-portal multi-agency licensing pilot', 'proposed'], ].map(([id, pillar, ask, status], i, arr) => { const statusColor = { filed: '#3a6b4a', drafting: '#b8860b', research: '#4a6fa5', proposed: '#5b6780' }[status]; return (
{id}
{pillar}
{ask}
{status}
); })}
Docket shown is illustrative · replace with live agenda pre-launch
); const TrustBar = () => (
Convened with
state agencies, capital partners, workforce boards
{['Commonwealth of VA', 'VEDP', 'VA SBSD', 'VA Bankers Assn', 'VA Chamber'].map(p => (
{p}
))}
); window.WhySection = WhySection; window.PillarsSection = PillarsSection; window.HowItWorksSection = HowItWorksSection; window.PeerCirclesSection = PeerCirclesSection; window.PolicySection = PolicySection; window.TrustBar = TrustBar;