import heroBg from '../assets/images/hero-bg.webp' import { heroFacts } from '../data/content' import { useReveal } from '../hooks/useReveal' import { cx } from '../lib/cx' import { ButtonLink } from './Button' import { ArrowRightIcon } from './Icons' import { Container } from './Layout' export function Hero() { const kicker = useReveal() const title = useReveal() const subtitle = useReveal() const actions = useReveal() const facts = useReveal() return (