{
const top = scrollRef.current?.scrollTop ?? 0
setScrolled((prev) => (top > 8 ? true : top <= 2 ? false : prev))
}}
>
{data.showcases.length > 0 ? (
) : data.featureGroups ? (
) : null}
{data.crossPlatformSection ? (
) : null}
{data.interopSection ? (
) : null}
)
}