diff --git a/client/www/components/SunsetBanner.tsx b/client/www/components/SunsetBanner.tsx index 792bbb73fb..40381667a6 100644 --- a/client/www/components/SunsetBanner.tsx +++ b/client/www/components/SunsetBanner.tsx @@ -18,8 +18,8 @@ export function SunsetBanner() { href={sunsetPostPath} className="block border-b border-orange-200 bg-orange-50 px-4 py-2 text-center text-sm text-orange-900 transition-colors hover:bg-orange-100" > - The Instant Team is joining OpenAI.{' '} - Services will continue until August 31st, 2027.{' '} + Instant is sunsetting. Services + will continue until August 31st, 2027.{' '} Learn more → @@ -37,8 +37,8 @@ export function SunsetDocsNotice() { href={sunsetPostPath} className="mb-4 block rounded-lg border border-orange-200 bg-orange-50 px-4 py-2.5 text-sm text-orange-900 transition-colors hover:bg-orange-100" > - The Instant Team is joining OpenAI.{' '} - Services will continue until August 31st, 2027.{' '} + Instant is sunsetting. Services + will continue until August 31st, 2027.{' '} Learn more → diff --git a/client/www/components/dash/MainDashLayout.tsx b/client/www/components/dash/MainDashLayout.tsx index 200f18e1d5..4d3791fd06 100644 --- a/client/www/components/dash/MainDashLayout.tsx +++ b/client/www/components/dash/MainDashLayout.tsx @@ -129,7 +129,7 @@ export const { use: useFetchedDash, provider: DashFetchProvider } = const announcementNotice = { key: 'announced', - title: 'The Instant Team is joining OpenAI.', + title: 'Instant is sunsetting.', body: 'Services will continue until August 31st, 2027.', dismissible: true, }; diff --git a/client/www/components/new-landing/Hero.tsx b/client/www/components/new-landing/Hero.tsx index a615795516..39e8785cbd 100644 --- a/client/www/components/new-landing/Hero.tsx +++ b/client/www/components/new-landing/Hero.tsx @@ -97,9 +97,7 @@ export function Hero() { className="mb-8 inline-flex flex-wrap items-center justify-center gap-x-3 rounded-full border border-orange-200 bg-orange-100 px-7 py-3 text-base text-orange-900 shadow-sm transition-colors hover:bg-orange-200 sm:text-lg" > - - The Instant Team is joining OpenAI. - {' '} + Instant is sunsetting.{' '} Services will continue until August 31st, 2027. {' '}