May 11, 2026IntermediateFeatures & ProcessWolverine Worldwide
Dual Push Cards
Two-up CTA card section with scroll-driven parallax on each card's background image. Cards scale down and drift vertically as you scroll past. Glassmorphic blur buttons at bottom-left. Stacks on mobile, side-by-side grid on desktop.
Preview
Source
import DualPushCards from "./index.jsx";
import { dualPushCards } from "../demo-data.js";
export default function DualPushCardsDemo() {
return (
<div style={{ paddingTop: "50vh", paddingBottom: "50vh" }}>
<DualPushCards {...dualPushCards} />
</div>
);
}
Dependencies
gsap

