# Featured Section

* **Component**: \<Featured/>
* **Path**: /components/home/featured.tsx
* **Import**:

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

<figure><img src="https://865796172-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FntKe5sSLfvbHfpqI4xbm%2Fuploads%2F1kR36dcjTsP8wLhNFexJ%2FCapture%20d%E2%80%99%C3%A9cran%202024-06-18%20125148.png?alt=media&#x26;token=6201cceb-ac41-4e5a-acbf-f72e3991cb4e" alt=""><figcaption><p>Featured Section</p></figcaption></figure>

The Featured component is divided into 2 distinct parts:

1. The featured products list
2. A CTA Card that will open the FeatureProduct component.
