Components
A two-panel feature section with a sharp-cornered container and no border chrome. The left cell shows an animated conversation thread (sender/reply bubbles with an online pulse); the right cell shows a bare,
evenly-weighted text list with a subtle staggered reveal. Titles and descriptions are configurable via props, and it depends only on motion.
Loading preview...
import { SplitFeatureShowcase } from "@/components/ui/showcase-feature";
export default function DemoOne() {
return <SplitFeatureShowcase />;
}