Docs
Features Accordian
Features Accordian
An accordian of features that your product offers.
import { FeaturesAccordian } from "@/components/landing/features-accordian";
Features can be added and updated in the accordianFeaturesList
array in config/landing.ts
file.
Here is an example of a feature in the array:
{
title: "Simple and affordable",
description:
"From boarding passes to movie tickets, there's pretty much.",
icon: TransformIcon,
}