diff --git a/src/components/sections/testimonial/TestimonialCardOne.tsx b/src/components/sections/testimonial/TestimonialCardOne.tsx index 87102c1..a721126 100644 --- a/src/components/sections/testimonial/TestimonialCardOne.tsx +++ b/src/components/sections/testimonial/TestimonialCardOne.tsx @@ -4,8 +4,6 @@ import { memo } from "react"; import Image from "next/image"; import CardStack from "@/components/cardStack/CardStack"; import { cls } from "@/lib/utils"; -import { Star } from "lucide-react"; -import { Button } from "@nextui-org/react"; // Added import statement import type { LucideIcon } from "lucide-react"; import type { ButtonConfig, CardAnimationTypeWith3D, GridVariant, TitleSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; @@ -69,15 +67,15 @@ interface TestimonialCardProps { } const TestimonialCard = memo(({ - testimonial, - cardClassName = "", - imageClassName = "", - overlayClassName = "", - ratingClassName = "", - nameClassName = "", - roleClassName = "", - companyClassName = "", -}: TestimonialCardProps) => { + testimonial, + cardClassName = "", + imageClassName = "", + overlayClassName = "", + ratingClassName = "", + nameClassName = "", + roleClassName = "", + companyClassName = "", + }: TestimonialCardProps) => { return (