Components
npx shadcn@latest add https://21st.dev/r/xordev/cathedralLoading 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 />
}