diff --git a/components/Blocks/CarouselCards/index.tsx b/components/Blocks/CarouselCards/index.tsx index 36323107e..034381673 100644 --- a/components/Blocks/CarouselCards/index.tsx +++ b/components/Blocks/CarouselCards/index.tsx @@ -5,6 +5,7 @@ import { useState } from "react" import ContentCard from "@/components/ContentCard" import SectionContainer from "@/components/Section/Container" import SectionHeader from "@/components/Section/Header" +import SectionLink from "@/components/Section/Link" import Filters from "./Filters" @@ -55,6 +56,7 @@ export default function CarouselCards({ carousel_cards }: CarouselCardsProps) { /> ))} + ) }