diff --git a/mintlify/images/home/banner-bg.webp b/mintlify/images/home/banner-bg.webp new file mode 100644 index 00000000..8a761017 Binary files /dev/null and b/mintlify/images/home/banner-bg.webp differ diff --git a/mintlify/images/use-cases/gga-creator-platforms.webp b/mintlify/images/use-cases/gga-creator-platforms.webp new file mode 100644 index 00000000..1e463077 Binary files /dev/null and b/mintlify/images/use-cases/gga-creator-platforms.webp differ diff --git a/mintlify/images/use-cases/gga-financial-apps-wallets.webp b/mintlify/images/use-cases/gga-financial-apps-wallets.webp new file mode 100644 index 00000000..4413ea80 Binary files /dev/null and b/mintlify/images/use-cases/gga-financial-apps-wallets.webp differ diff --git a/mintlify/images/use-cases/gga-marketplaces.webp b/mintlify/images/use-cases/gga-marketplaces.webp new file mode 100644 index 00000000..ee3586d9 Binary files /dev/null and b/mintlify/images/use-cases/gga-marketplaces.webp differ diff --git a/mintlify/images/use-cases/gga-messaging-platforms.webp b/mintlify/images/use-cases/gga-messaging-platforms.webp new file mode 100644 index 00000000..fe572a6d Binary files /dev/null and b/mintlify/images/use-cases/gga-messaging-platforms.webp differ diff --git a/mintlify/images/use-cases/gga-on-demand-platforms.webp b/mintlify/images/use-cases/gga-on-demand-platforms.webp new file mode 100644 index 00000000..7519400f Binary files /dev/null and b/mintlify/images/use-cases/gga-on-demand-platforms.webp differ diff --git a/mintlify/images/use-cases/gga-social-platforms.webp b/mintlify/images/use-cases/gga-social-platforms.webp new file mode 100644 index 00000000..ba1a23ae Binary files /dev/null and b/mintlify/images/use-cases/gga-social-platforms.webp differ diff --git a/mintlify/index.mdx b/mintlify/index.mdx index bbffb3f3..d626abd9 100644 --- a/mintlify/index.mdx +++ b/mintlify/index.mdx @@ -74,6 +74,17 @@ export const ProductTiles = ({ categories }) => { }; export const gridCategories = [ + { + id: 'global-accounts', + label: 'Global Accounts', + href: '/global-accounts', + items: [ + { id: 'financial-apps-wallets', title: 'Financial apps and wallets', description: 'Create dollar accounts users can hold, send from, and withdraw locally', icon: '/images/icons/wallet1.svg', image: '/images/use-cases/gga-financial-apps-wallets.webp' }, + { id: 'creator-platforms', title: 'Creator platforms', description: 'Give creators a global dollar account for payouts and audience earnings', icon: '/images/icons/multi-media.svg', image: '/images/use-cases/gga-creator-platforms.webp' }, + { id: 'marketplaces', title: 'Marketplaces', description: 'Let sellers collect marketplace earnings and withdraw through local rails', icon: '/images/icons/store4.svg', image: '/images/use-cases/gga-marketplaces.webp' }, + { id: 'on-demand-platforms', title: 'On-demand platforms', description: 'Pay gig workers into dollar accounts they can withdraw from locally', icon: '/images/icons/car-front-view.svg', image: '/images/use-cases/gga-on-demand-platforms.webp' } + ] + }, { id: 'payouts', label: 'Payouts & B2B', @@ -132,11 +143,11 @@ export const gridCategories = [ {/* Hero Banner with Sand Dunes Image */} - +
- Ready to build? Get the API calls for your exact use case - Build your flow + Introducing Grid Global Accounts Create global dollar accounts with one integration + Start building
diff --git a/mintlify/platform-overview/use-cases.mdx b/mintlify/platform-overview/use-cases.mdx index 444aa148..5da20042 100644 --- a/mintlify/platform-overview/use-cases.mdx +++ b/mintlify/platform-overview/use-cases.mdx @@ -8,6 +8,29 @@ mode: "wide" import { FeatureCardGrid, ImageCard } from '/snippets/feature-card.mdx'; +## Global Accounts + + + + Create dollar accounts users can hold, send from, and withdraw locally + + + Give creators a global dollar account for payouts and audience earnings + + + Let sellers collect marketplace earnings and withdraw through local rails + + + Pay gig workers into dollar accounts they can withdraw from locally + + + Add dollar accounts for transfers inside chat and community experiences + + + Help creators and communities receive, hold, and move dollar balances globally + + + ## Payouts & B2B diff --git a/mintlify/style.css b/mintlify/style.css index e1906531..6448d63c 100644 --- a/mintlify/style.css +++ b/mintlify/style.css @@ -3250,7 +3250,7 @@ html.dark .hero-tagline { .hero-banner-bg { position: absolute; inset: 0; - background-image: url('/images/home/sand.png'); + background-image: url('/images/home/banner-bg.webp'); background-size: cover; background-position: center center; background-repeat: no-repeat; @@ -3328,15 +3328,6 @@ html.dark .hero-tagline { } } -html.dark .hero-banner-button { - background: var(--ls-gray-950); - color: var(--ls-gray-050); -} - -html.dark .hero-banner-button:hover { - background: var(--ls-gray-900); -} - /* =========================================== Info Cards (Understand Grid & Start Building) =========================================== */