remove fallback
This commit is contained in:
@@ -60,11 +60,11 @@ export default async function HomePage() {
|
|||||||
<Terms />
|
<Terms />
|
||||||
|
|
||||||
<section className='container mb-4 mt-12'>
|
<section className='container mb-4 mt-12'>
|
||||||
<h2 className='font-heading text-center text-3xl font-bold uppercase tracking-tight text-brand-violet'>
|
<h2 className='text-center font-heading text-3xl font-bold uppercase tracking-tight text-brand-violet'>
|
||||||
{locale !== 'ru' ? "Цікаво про здоров'я" : 'Интересно о здоровье'}
|
{locale !== 'ru' ? "Цікаво про здоров'я" : 'Интересно о здоровье'}
|
||||||
</h2>
|
</h2>
|
||||||
</section>
|
</section>
|
||||||
<section className='container mb-4 mt-8'>
|
{/*<section className='container mb-4 mt-8'>
|
||||||
<div className='re relative my-12 overflow-hidden'>
|
<div className='re relative my-12 overflow-hidden'>
|
||||||
<Image
|
<Image
|
||||||
alt={''}
|
alt={''}
|
||||||
@@ -78,7 +78,7 @@ export default async function HomePage() {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>*/}
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user