опять фиксим слайдеры + верстку
This commit is contained in:
@@ -60,7 +60,7 @@ const t = useTranslations(lang)
|
||||
|
||||
{
|
||||
marquee && (
|
||||
<section class="min-h-[105px] overflow-clip bg-brand">
|
||||
<section class="h-[var(--marquee-height)] overflow-clip bg-brand">
|
||||
<Marquee texts={marquee} />
|
||||
</section>
|
||||
)
|
||||
@@ -82,7 +82,7 @@ const t = useTranslations(lang)
|
||||
description={t('slider.subtitle')}
|
||||
className="bg-bg-light"
|
||||
>
|
||||
<GymGallery client:visible images={optimizedSlider} />
|
||||
<GymGallery client:only="react" images={optimizedSlider} />
|
||||
</Section>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user