Featured Section

Display your featured products and appeal customers with a large CTA Card

  • Component: <Featured/>

  • Path: /components/home/featured.tsx

  • Import:

import { Featured} from "@/components/home/featured.tsx";

The Featured component is divided into 2 distinct parts:

  1. The featured products list

  2. A CTA Card that will open the FeatureProduct component.

Last updated