Startup BAA fixes and new benefit (#12780)

Co-authored-by: Ian Vanagas <34755028+ivanagas@users.noreply.github.com>
Co-authored-by: Cory Watilo <corywatilo@gmail.com>
This commit is contained in:
Joe Martin
2025-09-15 19:36:36 +01:00
committed by GitHub
parent b7d4c2b4ab
commit 220f3fef7d
2 changed files with 26 additions and 5 deletions

2
.nvmrc
View File

@@ -1 +1 @@
20
22

View File

@@ -15,6 +15,7 @@ import ODFLogo from '../../images/odf.svg'
import Logo from 'components/Logo'
import OSButton from 'components/OSButton'
import { useMenuSelectOptions } from 'components/TaskBarMenu/menuData'
import { DebugContainerQuery } from 'components/DebugContainerQuery'
// Partner configurations
const partnerConfigs = [
@@ -193,7 +194,7 @@ export default function Startups(): JSX.Element {
</div>
</div>
<div className="not-prose grid grid-cols-2 @2xl:grid-cols-4 gap-8 @2xl:gap-4 @3xl:gap-6 px-4 @3xl:px-8 relative -mt-12 max-w-6xl mb-8 @3xl:mb-12">
<div className="not-prose grid grid-cols-2 @lg:grid-cols-3 @5xl:grid-cols-5 gap-8 @2xl:gap-4 @3xl:gap-6 px-4 @3xl:px-8 relative -mt-12 max-w-6xl mb-8 @3xl:mb-12">
<div className="bg-[#FFD254] -rotate-1 p-4 text-black @2xl:p-2 @3xl:p-4">
<CloudinaryImage src="https://res.cloudinary.com/dmukukwp6/image/upload/perk_credits_a8487ef646.png" />
<h3 className="text-base my-1 leading-tight">{creditValue} in PostHog credits</h3>
@@ -223,6 +224,14 @@ export default function Startups(): JSX.Element {
months.
</p>
</div>
<div className="bg-[#C4D9FF] -rotate-1 p-4 text-black @2xl:p-2 @3xl:p-4">
<CloudinaryImage src="https://res.cloudinary.com/dmukukwp6/image/upload/startups_search_3ecaae1574.png" />
<h3 className="text-base my-1 leading-tight">Better search with Chroma</h3>
<p className="text-sm mb-0">
Building with AI? Chroma gives you $5,000 of credit for their search and retrieval
service.
</p>
</div>
</div>
<div className="m-4 @3xl:m-8 max-w-6xl border-y border-primary py-8 grid @2xl:grid-cols-2 gap-8">
@@ -424,6 +433,19 @@ export default function Startups(): JSX.Element {
</p>
),
},
{
trigger: 'Can I use credits to claim a BAA under the Boost plan?',
content: (
<p>
Unfortunately, no. Credits cannot be used to claim a BAA under the Boost
plan due to legal risk. If you'd like to claim a BAA, you can instead{' '}
<Link to="/talk-to-sales" className="underline font-semibold">
contact us to discuss options
</Link>
. Credits can be used towards all other aspects of the Boost add-on.
</p>
),
},
{
trigger: "Can I get this deal if I'm part of YC?",
content: (
@@ -463,12 +485,11 @@ export default function Startups(): JSX.Element {
),
},
{
trigger: 'How do I get the Mintlify/Speakeasy discount?',
trigger: 'How do I get the Mintlify/Speakeasy/Chroma discount?',
content: (
<p>
Once you're accepted into the PostHog for Startups program, we'll email you
with a voucher code to get you 50% off Mintlify and Speakeasy for six
months.
with details on how to get the partner benefits.
</p>
),
},