{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "parallax-sections-demo",
  "title": "Parallax Sections Demo",
  "description": "Example of Parallax Sections component.",
  "registryDependencies": [
    "https://atlasui.dev/r/parallax-sections.json"
  ],
  "files": [
    {
      "path": "registry/react/examples/parallax-sections-demo.tsx",
      "content": "import { ParallaxSections } from \"@/registry/react/atlasui/parallax-sections\";\n\nexport const ParallaxSectionsDemo = () => {\n  return <ParallaxSections />;\n};\n",
      "type": "registry:example",
      "target": "components/parallax-sections-demo.tsx"
    }
  ],
  "type": "registry:example"
}