import React from 'react'; import { PixelParallaxGroup } from './PixelParallaxGroup'; export function Default() { return (
Parallax viewport
); } export function AsSection() { return (
Section variant
); }