Docs
Features Grid
Features Grid
Features grid that showcases the features with an image and a list of features.
import { FeaturesGrid } from "@/components/landing/features-grid";
Features can be added and updated in the gridFeaturesList
array in config/landing.ts
file.
Here is an example of a feature in the array:
{
title: "Landing Page",
subTitle:
"Beautiful, responsive design, with all you need to showcase and sell your product.",
features: [
"Securely authenticate users",
"Customize user permissions",
"Integrate with any identity provider",
],
image: "/features/landing.svg",
},