remove fallback

This commit is contained in:
2025-03-11 08:09:19 +02:00
parent 516b45fad9
commit 196dd22bf5

View File

@@ -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>*/}
</> </>
) )
} }