diff --git a/src/components/sections/Reviews.tsx b/src/components/sections/Reviews.tsx
index 120b488..82e69f3 100644
--- a/src/components/sections/Reviews.tsx
+++ b/src/components/sections/Reviews.tsx
@@ -3,9 +3,9 @@
import { useRef, useState } from 'react'
import { useAutoScroll } from '@/hooks/useAutoScroll'
+import StarRating from '@/components/ui/StarRating'
import type { ReviewCMS, Media } from '@/types/globals'
-const IMG_RATE = '/images/figma/rate-stars.svg'
const IMG_AVATAR_DEFAULT = '/images/figma/review-avatar-bg.webp'
function getMediaUrl(img: Media | string | null | undefined): string | null {
@@ -137,11 +137,7 @@ export function Reviews({ data, title }: ReviewsProps) {
>
{review.ago}
-
+