// v4-pages-inner.jsx — inner pages (Awesomic skin) const { useState } = React; const __C = window.AdvC; // Shared: numbered intervention list inside a white card function InterventionList({ items }) { return (
{items.map((item, i, arr) => (
{item.n}

{item.name}

{item.body}
))}
); } // ── WHAT WE DO ──────────────────────────────────────────────────────────────── function WhatWeDoPage({ onNavigate, initialTab = 0 }) { const [tab, setTab] = useState(initialTab); const paths = [ { label: 'Execution Partners', content: }, { label: 'Project Holders', content: }, { label: 'Fund Managers & Govt.', content: }, ]; return (
{paths.map((p, i) => ( ))}
{paths[tab].content}
); } function EPPath({ onNavigate }) { return (
You have built something. The government is your largest potential client. You are not in the room.
The model
{[ { tier: 'Monthly Retainer', rate: '₹2L / month', note: 'Ongoing pipeline intelligence + advisory' }, { tier: 'DPP Engagement', rate: '₹5–10L / bid', note: 'Complete bid package for a single opportunity' }, { tier: 'Success Fee', rate: '1–1.5% of contract value', note: 'Aligned incentive — we win when you win' }, ].map((t, i) => (

{t.tier}

{t.rate}

{t.note}
))}
Our fee on award means our incentive is identical to yours. The success fee is structured as a percentage of contract value.
onNavigate('contact')}>Share your credentials with us
); } function PHPath({ onNavigate }) { return (
You hold the contract. We build the team that delivers it.
We do not charge government bodies or project holders. The fee structure is entirely with execution partners. This engagement costs you nothing except the information you share.
onNavigate('contact')}>Share your opportunity
); } function FMPath({ onNavigate }) { return (
The scheme is designed. The budget is allocated. The execution layer is the only variable you cannot control from a desk.
80% of scheme underdelivery traces to three causes: wrong partner selection, insufficient bid competition, and no structured accountability post-award. We address all three — before the work order is issued.
Our role is to make your execution environment more legible — not to replace it.
onNavigate('contact')}>Share a mandate with us
); } // ── HOW WE WORK ─────────────────────────────────────────────────────────────── function HowWeWorkPage() { const phases = [ { n: '01', name: 'Company Intelligence', input: 'Company documents', output: 'Capability Dossier', decision: 'What can this company credibly bid for?', framework: 'Capability Audit — financial, regulatory, experiential.' }, { n: '02', name: 'Pipeline Intelligence', input: 'Capability Dossier + market monitoring', output: 'Screened Opportunity Report', decision: 'Which opportunities are worth pursuing now?', framework: 'Eligibility Matrix — sector × scale × geography × registration.' }, { n: '03', name: 'Bid Architecture', input: 'Selected opportunity + Capability Dossier', output: 'Submission-ready bid package', decision: 'Does this bid maximise the company\'s evaluated score?', framework: 'Pyramid Principle applied to bid structure — answer first, evidence beneath.' }, { n: '04', name: 'Transaction Facilitation', input: 'Multi-party engagement scope', output: 'MoU / Teaming Agreement / Meeting Brief', decision: 'Is the accountability structure clear before money moves?', framework: 'RACI Matrix — Responsible, Accountable, Consulted, Informed — applied to consortium.' }, { n: '05', name: 'Post-Award Advisory', input: 'Signed work order', output: 'Monthly Project Monitoring Report', decision: 'Are milestones on track? Are sub-contractor risks flagged?', framework: 'Milestone-Risk Matrix — schedule × financial × regulatory.' }, { n: '06', name: 'Project Closure', input: 'Completed delivery', output: 'Project Closure Dossier', decision: 'Are all retention, DLP, and handover obligations formally discharged?', framework: 'Checklist Protocol — every closure item documented.' }, ]; return (
{phases.map((ph, i) => (
{ph.n}

{ph.name}

Input{ph.input}
Decision point{ph.decision}
Framework{ph.framework}
Output

{ph.output}

))}
Every engagement follows this structure. Every phase is separately scoped.
); } // ── NETWORK ─────────────────────────────────────────────────────────────────── function NetworkPage({ onNavigate }) { const sectors = [ { name: 'Water & Sanitation', color: '#2F6070', metric: '₹1,271 Cr+', count: '6 companies' }, { name: 'Education & Classrooms', color: '#3A5638', metric: '700+ districts', count: '5 companies' }, { name: 'Skilling & Workforce', color: '#68481C', metric: '39,000+ trained', count: '4 companies' }, { name: 'Solar & Energy', color: '#785200', metric: '5.4 GW capacity', count: '4 companies' }, { name: 'Consultancy & IT', color: '#2B3C58', metric: '1,500+ projects', count: '5 companies' }, { name: 'Supply & Healthcare', color: '#5B2E3E', metric: '88 contracts', count: '3 companies' }, { name: 'AI & Emerging Technology', color: '#35284A', metric: '12+ programmes', count: '3 companies' }, { name: 'Infrastructure & Civil', color: '#3A4540', metric: '₹800 Cr+ delivered', count: '4 companies' }, { name: 'Laboratory & Scientific', color: '#4A3520', metric: '40+ institutions', count: '3 companies' }, ]; return (
A network is only as good as the rigour behind it. Every company here has been profiled — not registered. There is a difference.
{[ { label: 'Financial', body: 'Audited balance sheets, net worth, three-year turnover confirmed against source documents.' }, { label: 'Regulatory', body: 'Active registrations confirmed: GeM, GST, MSME, sector-specific empanelments.' }, { label: 'Experiential', body: 'Past government delivery confirmed against scheme, scale, geography, and client — not self-declared.' }, ].map((v, i) => (

{v.label}

{v.body}
))}
{sectors.map((s, i) => ( ))}
All company profiles are maintained under confidentiality agreements. Network membership is by qualification and demonstrated capability only.
If your company delivers government work — and you can document it — we want to know you. onNavigate('contact')}>Apply to join the network
); } // ── ABOUT ───────────────────────────────────────────────────────────────────── function AboutPage({ onNavigate }) { return (
We were built on one observation.
The gap between what public infrastructure programmes intend and what they deliver is not a policy problem. It is a structural problem. Structure can be fixed. The practice operates at the interface of government procurement, corporate capability, and multi-party execution. We work with companies that build, install, train, and supply — helping them locate, qualify for, and win government work. We work with project holders and fund managers — helping them structure delivery partnerships that hold. We do not manufacture opportunity. We do not create demand. We help capable parties find each other and structure the engagement that follows. {[ { title: 'No fabrication.', body: 'Only capabilities explicitly documented in source materials are represented in any engagement. We do not infer, estimate, or project.' }, { title: 'Aligned incentives.', body: 'Our success-linked fee structure means we have no reason to recommend a path that doesn\'t result in a win.' }, { title: 'Institutional memory.', body: 'We maintain longitudinal knowledge on schemes, companies, and engagement history. We know what was tried before and why it did or didn\'t work.' }, ].map((p, i) => (

{p.title}

{p.body}
))}
Contact

9mith Advisory

For all enquiries, introductions, and mandate sharing: contact@9mith.com
onNavigate('contact')}>Start a conversation
); } // ── CONTACT ─────────────────────────────────────────────────────────────────── function ContactPage() { const [sent, setSent] = useState(false); const [name, setName] = useState(''); const [company, setCompany] = useState(''); const [message, setMessage] = useState(''); const submit = (e) => { e.preventDefault(); const subject = encodeURIComponent('9mith Advisory — Enquiry from ' + name + ' (' + company + ')'); const body = encodeURIComponent( 'Name: ' + name + '\n' + 'Organisation: ' + company + '\n\n' + 'What they\'re working on:\n' + message + '\n\n' + '---\nSent via 9mith.in' ); window.location.href = 'mailto:contact@9mith.com?subject=' + subject + '&body=' + body; setSent(true); }; return (
g
Start a conversation

We work by direct introduction and referral. Tell us who you are and what you are working on.

{sent ? ( Your email client should have opened — hit send to reach us.

Or write directly to contact@9mith.com

) : (
setName(e.target.value)} required/>
setCompany(e.target.value)} required/>
Send

Or reach us directly: contact@9mith.com

)}

The opportunity is already there.

); } Object.assign(window, { WhatWeDoPage, HowWeWorkPage, NetworkPage, AboutPage, ContactPage });