Here is Cathedral shader
Loading preview...
// src/app/demo/page.tsx // Minimal demo page that renders the component fullscreen "use client" import Component from "@/components/ui/cathedral" export default function Page() { return <Component /> }