From 452a709273fc222013d17151f20cddc27cd8a0fb Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Tue, 22 Apr 2025 16:48:46 +0330 Subject: [PATCH] fix --- src/app/home/HeroSection.tsx | 11 +++++++---- src/app/products/[id]/page.tsx | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) 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}

-