diff --git a/src/app/products/DanakSuggestedService.tsx b/src/app/products/DanakSuggestedService.tsx index 4961d7b..6625b49 100644 --- a/src/app/products/DanakSuggestedService.tsx +++ b/src/app/products/DanakSuggestedService.tsx @@ -17,7 +17,7 @@ const DanakSuggestedService: FC = () => { { data?.data?.danakServices?.map((item) => { return ( - + ) }) } diff --git a/src/app/products/components/ServiceHeader.tsx b/src/app/products/components/ServiceHeader.tsx index dee3584..2eed647 100644 --- a/src/app/products/components/ServiceHeader.tsx +++ b/src/app/products/components/ServiceHeader.tsx @@ -40,9 +40,9 @@ const ServiceHeader: FC = (props: Props) => { icon
-

+

{data?.name} -

+

{data?.description}