diff --git a/src/app/home/HeroSection.tsx b/src/app/home/HeroSection.tsx index 5d415b2..be616cc 100644 --- a/src/app/home/HeroSection.tsx +++ b/src/app/home/HeroSection.tsx @@ -5,6 +5,7 @@ import { FC } from 'react' import { Navigation } from 'swiper/modules' import { Swiper, SwiperSlide } from 'swiper/react' import { useGetLanding } from './hooks/useHomeData'; +import Link from 'next/link'; const HeroSection: FC = () => { @@ -30,10 +31,12 @@ const HeroSection: FC = () => {

{item.title}

{item.description}

-