Feature
page.tsx
import Feature from '@/components/Feature';

Usage

example.tsx
<Feature />

The Feature component creates a section that displays a list of product features. Each feature is presented in an alternating layout with text on one side and an image or video on the other.

Tips

When creating content for the Feature component:

  • Keep feature titles short and impactful
  • Use subtitles to provide a quick summary of the feature
  • Write concise descriptions that highlight the benefit to the user
  • Choose icons that visually represent each feature
  • Use high-quality images or videos that demonstrate the feature in action

If you need basic components like buttons, inputs, and more, they are available with Shadcn UI.

Was this page helpful?