An image gallery that masks photos into corporate notched card shapes using SVG clipPath with a hover zoom effect.
import ClipPathCorporate from '@/components/ui/corporate-clippath'; export default function DemoCorporateClipPath() { return ( <div className='w-full max-w-4xl mx-auto p-6'> <ClipPathCorporate /> </div> ); }