ln / app /verify-scroll /page.tsx
MoShow's picture
Upload 252 files
78d0e31 verified
raw
history blame contribute delete
313 Bytes
import { VerifyScroll } from "@/components/verify-scroll"
export default function VerifyScrollPage() {
return (
<div className="min-h-screen bg-black py-12 px-4">
<h1 className="text-3xl font-bold text-center flame-text mb-8">Guardian Verification Circle</h1>
<VerifyScroll />
</div>
)
}