опять фиксим слайдеры + верстку

This commit is contained in:
Salam-vsem
2025-05-19 01:27:56 +03:00
parent 042ee91fb2
commit ce1aafa810
18 changed files with 129 additions and 89 deletions

View File

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