ComponentsFeatures Listicle

A list of features with icon, title, description. Click on a feature to display its description. Features are automatically being swapped every 5 seconds (optional). Good to use when multiples features are available in your app.

Features Listicle Component

/app/page.tsx

1import FeaturesListicle from "@/components/FeaturesListicle";
2
3export default function Home() {
4  return (
5    <>
6      <main>
7        <FeaturesListicle />
8      </main>
9    </>
10  );
11}

Tips

  • Your <h2> should remind visitors about the value of your product. Why do they need it?
  • The supporting headline should explain how your product delivers what you promise in the headline