kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/715/head
rodzic
cb95c79b95
commit
adb016d8e1
|
@ -0,0 +1 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="68" height="68" fill="none"><g fill="#252525" clip-path="url(#a)"><circle cx="34" r="2"/><circle cx="68" r="2"/><circle cx="34" cy="34" r="2"/><circle cx="34" cy="68" r="2"/><circle cx="68" cy="34" r="2"/><circle cx="68" cy="68" r="2"/><circle r="2"/><circle cy="34" r="2"/><circle cy="68" r="2"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h68v68H0z"/></clipPath></defs></svg>
|
Po Szerokość: | Wysokość: | Rozmiar: 432 B |
|
@ -13,18 +13,24 @@ export default function TheBestDamnLandingPageEver() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{/* Hero section */}
|
{/* Hero section */}
|
||||||
<section className='gap-8 mb-16'>
|
<section className='mb-16 relative'>
|
||||||
<h1 className='text-center text-balance leading-snug md:leading-none text-4xl font-semibold'>
|
<div className='absolute top-0 bottom-0 left-0 right-0 bg-[url(/dots.svg)] bg-repeat bg-center bg-size-[32px_auto] opacity-30 dark:opacity-100' />
|
||||||
Your API → Paid MCP, Instantly
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
<h5 className='text-center text-lg max-w-2xl'>
|
<div className='absolute top-0 bottom-0 left-0 right-0 bg-[radial-gradient(39%_50%_at_50%_50%,rgba(255,255,255,.3)_0%,rgb(255,255,255)_100%)] dark:bg-[radial-gradient(39%_50%_at_50%_50%,rgba(10,10,10,0)_0%,rgb(10,10,10)_100%)]' />
|
||||||
Run one command to turn any MCP server or OpenAPI service into a paid
|
|
||||||
MCP product,{' '}
|
|
||||||
<em>with built-in distribution to over 20k AI engineers</em>.
|
|
||||||
</h5>
|
|
||||||
|
|
||||||
<SupplySideCTA />
|
<div className='flex flex-col gap-8 relative z-10'>
|
||||||
|
<h1 className='text-center text-balance leading-snug md:leading-none text-4xl font-semibold'>
|
||||||
|
Your API → Paid MCP, Instantly
|
||||||
|
</h1>
|
||||||
|
|
||||||
|
<h5 className='text-center text-lg max-w-2xl'>
|
||||||
|
Run one command to turn any MCP server or OpenAPI service into a
|
||||||
|
paid MCP product,{' '}
|
||||||
|
<em>with built-in distribution to over 20k AI engineers</em>.
|
||||||
|
</h5>
|
||||||
|
|
||||||
|
<SupplySideCTA />
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{/* How it works section */}
|
{/* How it works section */}
|
||||||
|
|
Ładowanie…
Reference in New Issue