this is a loader with special 3d animation
Loading preview...
import { Component } from "@/components/ui/3d-effect-loader"; export default function DemoOne() { return <Component />; }