Circular Gallery

3D circular image gallery with WebGL rendering, smooth scrolling, and curved layout effects using OGL.

Usage

import CircularGallery from "@/components/bynanaui/circular-gallery";

<div style={{ height: '600px', position: 'relative' }}>
    <CircularGallery 
        bend={3} 
        textColor="#ffffff" 
        borderRadius={0.05} 
    />
</div>