A 3D Interactive Landing page
import Component from "@/components/ui/landing-page"; export default function DemoOne() { return <Component />; }