diff --git a/src/components/sections/testimonial/TestimonialCardTen.tsx b/src/components/sections/testimonial/TestimonialCardTen.tsx index bcd51ea..4eff07d 100644 --- a/src/components/sections/testimonial/TestimonialCardTen.tsx +++ b/src/components/sections/testimonial/TestimonialCardTen.tsx @@ -1,3 +1,6 @@ +const styles = { + textColor: 'red', +}; "use client"; import { useState } from "react";