# Banking use-case page

**Route:** `/use-case/banking`  
**Production URL:** `https://tatum.io/use-case/banking`  
**Astro page:** `src/pages/banking.astro`  
**Browsable docs (AI / agents):** `/use-case/banking.md`  
**Content negotiation:** `GET /use-case/banking` with `Accept: text/markdown` returns the same markdown

Marketing page for Tatum’s enterprise banking / financial-services blockchain infrastructure. Migrated from the Webflow Designer page as published HTML plus page CSS (same approach as stablecoins / token-minter).

## Page structure

| Section | Source | Contents |
|---------|--------|----------|
| Body | `src/content/embeds/banking/body.html` | Hero, product overview, capability sections, partner / toolkit content, Zoho “Speak to Our Team” form |

Webflow shared + page CSS load via SSR `<link>` tags in `banking.astro` and again from the embed bundle. The HubSpot form from Webflow was replaced with the Zoho contact upsert form (`/forms/api/zoho-contact`), tagged as form page **Banking**.

## Editing

```bash
node scripts/bundle-embeds.mjs
node scripts/bundle-markdown.mjs
npm run dev
# http://localhost:3013/use-case/banking
```

### Webflow source

Designer page id `67ddf1edc832e2264eace439` on **Tatum.io Website** (`publishedPath`: `/use-case/banking`).
