@@ -261,7 +261,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
261
261
]
262
262
263
263
return (
264
- < div className = "space-y-12 md:space-y-20" >
264
+ < div className = "mb-12 space-y-12 md:mb-20 md:space-y-20" >
265
265
< HubHero
266
266
header = { t ( "page-enterprise-hero-title" ) }
267
267
description = { t ( "page-enterprise-hero-subtitle" ) }
@@ -278,7 +278,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
278
278
} ,
279
279
} ,
280
280
] }
281
- className = "[&_[data-label='breadcrumb']]:xl:text-body-light [&_[data-label='hero-content']]:xl:bg-accent-a [&_[data-label='hero-content']]:xl:text-background xl:[&_a:hover]:bg-accent-a-hover xl:[&_a:hover]:!text-background [&_a]:font-bold [&_a]:xl:bg-background [&_a]:xl:text-accent-a [&_img]:dark:invert"
281
+ className = "[&_[data-label='breadcrumb']]:xl:text-body-light [&_[data-label='hero-content']]:xl:bg-accent-a [&_[data-label='hero-content']]:xl:text-background xl:[&_a:hover]:bg-accent-a-hover xl:[&_a:hover]:!text-background [&_a]:font-bold [&_a]:xl:bg-background [&_a]:xl:text-accent-a [&_img]:opacity-75 [&_img]: dark:invert"
282
282
/>
283
283
284
284
< MainArticle className = "space-y-12 px-4 md:space-y-20 md:px-10" >
@@ -332,7 +332,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
332
332
333
333
< section
334
334
id = "ecosystem"
335
- className = "flex w-full flex-col items-center gap-y-12 rounded-t-[4rem] bg-radial-b px-4 py-10 md:py-12"
335
+ className = "rounded-t-4xp flex w-full flex-col items-center gap-y-12 bg-radial-b px-4 py-10 md:rounded-t-[4rem] md:py-12"
336
336
>
337
337
< div className = "max-w-prose space-y-4" >
338
338
< h2 className = "max-w-prose text-center text-4xl font-black md:text-5xl" >
@@ -359,7 +359,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
359
359
{ Array . from ( { length : 3 } ) . map ( ( _ , idx ) => (
360
360
< div
361
361
key = { idx }
362
- className = "flex min-w-fit animate-scroll-left-120 flex-nowrap items-center"
362
+ className = "flex min-w-fit animate-scroll-left-240 flex-nowrap items-center"
363
363
>
364
364
{ players . map ( ( { name, Logo, className } ) => (
365
365
< div
@@ -400,7 +400,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
400
400
< CasesColumn cases = { cases . slice ( 2 , 4 ) } />
401
401
< CasesColumn cases = { cases . slice ( 4 , 6 ) } />
402
402
</ div >
403
- < ButtonLink href = "/enterprise/uses " variant = "outline" >
403
+ < ButtonLink href = "/enterprise/use-cases " variant = "outline" >
404
404
{ t ( "page-enterprise-ecosystem-cta" ) }
405
405
</ ButtonLink >
406
406
</ section >
@@ -465,7 +465,7 @@ export async function generateMetadata({
465
465
slug : [ "enterprise" ] ,
466
466
title : t ( "page-enterprise-hero-title" ) ,
467
467
description : t ( "page-enterprise-metadata-description" ) ,
468
- image : "/images/heroes/enterprise-hero-white.jpg " ,
468
+ image : "/images/heroes/enterprise-hero-white.png " ,
469
469
} )
470
470
}
471
471
0 commit comments