Features
V1
Import
import { FeaturesSection } from '@/components/landing/v2/features'
<FeaturesSection/>
V2
Import
import { MainFeatures } from '@/components/landing/turbo_saas/main_features'
<MainFeatures><p>A lot of features</p></MainFeatures>
V3
import VerticalCarousel from '@/components/landing/turbo_saas/vertical_carousel'
<VerticalCarousel/>
V4
import Features from '@/components/landing/turbo_saas/features'
<Features><p>A lot of features</p></Features>
Reminder: This boilerplate use the ShadCN component library. Refer to the ShadCN documentation (opens in a new tab) for more information.