Login
Docs
Features Listicle

Features Listicle

A listicle of features that your product offers.

import { FeaturesListicle } from "@/components/landing/features-listicle";

Features can be added and updated in the listicleFeaturesList array in config/landing.ts file.

Here is an example of a feature in the array:

{
    title: "Authentication",
    features: [
      "Securely authenticate users",
      "Customize user permissions",
      "Integrate with any identity provider",
    ],
    icon: BookmarkFilledIcon,
}