# FeaturesCycler URL: /docs/apps/marketing/landing-page/features-cycler A features showcase with clickable tabs and descriptions. Each feature can be clicked to display its description. ## Preview ![features cycler](/static/assets/features-cycler.png) ## Import ```tsx title="page.tsx" import { FeaturesCycler } from "@/components/FeaturesCycler"; ```