diff --git a/src/components/sections/hero/HeroOverlayTestimonial.tsx b/src/components/sections/hero/HeroOverlayTestimonial.tsx index 4f772be..7123fdb 100644 --- a/src/components/sections/hero/HeroOverlayTestimonial.tsx +++ b/src/components/sections/hero/HeroOverlayTestimonial.tsx @@ -1,6 +1,6 @@ import { useEffect, useState } from "react"; import { Star } from "lucide-react"; -import { motion, AnimatePresence } from "motion/react"; + import { cls } from "@/lib/utils"; import Button from "@/components/ui/Button"; import HeroBackgroundSlot from "@/components/ui/HeroBackgroundSlot"; @@ -92,14 +92,14 @@ const HeroOverlayTestimonial = ({ - -
{Array.from({ length: 5 }).map((_, index) => ( @@ -124,8 +124,8 @@ const HeroOverlayTestimonial = ({ {testimonial.handle}
-
-
+ + ); };