Spotlight CardA layouts spotlight card componentlayoutscard PreviewCodeSpotlight CardCopyimport SpotlightCard from "@/components/vritti/spotlight-card"; export function SpotlightCardExample() { return ( <div className="relative flex h-[400px] w-full items-center justify-center overflow-hidden rounded-lg border"> <SpotlightCard> <p className="text-center text-lg font-semibold">Spotlight Card</p> </SpotlightCard> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/spotlight-card"Copy