A full-screen image slideshow component with text overlay, navigation controls, and smooth transitions.
Loading preview...
import Component from "@/components/ui/slideshow"; export default function DemoOne() { return <Component />; }