pull/715/head
Travis Fischer 2025-06-20 06:44:15 +08:00
rodzic cb95c79b95
commit adb016d8e1
2 zmienionych plików z 17 dodań i 10 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -13,18 +13,24 @@ export default function TheBestDamnLandingPageEver() {
return (
<>
{/* Hero section */}
<section className='gap-8 mb-16'>
<h1 className='text-center text-balance leading-snug md:leading-none text-4xl font-semibold'>
Your API Paid MCP, Instantly
</h1>
<section className='mb-16 relative'>
<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' />
<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>
<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%)]' />
<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>
{/* How it works section */}