import { cn } from '@/lib/utils'; import Image, { type ImageProps } from 'next/image'; type SwirlProps = Omit; export function SingleSwirl({ className, ...props }: SwirlProps) { return ( Swirl ); } export function DoubleSwirl({ className, ...props }: SwirlProps) { return ( Swirl ); }