Commit f5753a2b by QuentinHsu

perf(web): simplify public page hero copy

parent adc390c5
...@@ -174,9 +174,6 @@ export function Pricing() { ...@@ -174,9 +174,6 @@ export function Pricing() {
/> />
<PageTransition className='relative mx-auto w-full max-w-[1800px] px-3 pt-16 pb-8 sm:px-6 sm:pt-20 sm:pb-10 xl:px-8'> <PageTransition className='relative mx-auto w-full max-w-[1800px] px-3 pt-16 pb-8 sm:px-6 sm:pt-20 sm:pb-10 xl:px-8'>
<header className='mx-auto mb-5 max-w-3xl pt-5 text-center sm:mb-10 sm:pt-10'> <header className='mx-auto mb-5 max-w-3xl pt-5 text-center sm:mb-10 sm:pt-10'>
<p className='text-muted-foreground mb-3 text-xs font-medium tracking-widest uppercase'>
{t('Models Directory')}
</p>
<h1 className='text-[clamp(2rem,5.5vw,3.5rem)] leading-[1.15] font-bold tracking-tight'> <h1 className='text-[clamp(2rem,5.5vw,3.5rem)] leading-[1.15] font-bold tracking-tight'>
{t('Model Square')} {t('Model Square')}
</h1> </h1>
......
...@@ -43,9 +43,6 @@ export function RankingsHero(props: RankingsHeroProps) { ...@@ -43,9 +43,6 @@ export function RankingsHero(props: RankingsHeroProps) {
return ( return (
<section className='space-y-5'> <section className='space-y-5'>
<div className='space-y-2'> <div className='space-y-2'>
<p className='text-muted-foreground text-xs font-medium tracking-widest uppercase'>
{t('Leaderboards')}
</p>
<h1 className='text-[clamp(1.75rem,4vw,2.5rem)] leading-[1.15] font-bold tracking-tight'> <h1 className='text-[clamp(1.75rem,4vw,2.5rem)] leading-[1.15] font-bold tracking-tight'>
{t('Rankings')} {t('Rankings')}
</h1> </h1>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment