Features

V1

Features v2

Import

import { FeaturesSection } from '@/components/landing/v2/features'
<FeaturesSection/>

V2

Features v2

Import

import { MainFeatures } from '@/components/landing/turbo_saas/main_features'
<MainFeatures><p>A lot of features</p></MainFeatures>

V3

Features v3

import VerticalCarousel from '@/components/landing/turbo_saas/vertical_carousel'
<VerticalCarousel/>

V4

Features 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.