diff --git a/src/components/sections/testimonial/TestimonialCardSixteen.tsx b/src/components/sections/testimonial/TestimonialCardSixteen.tsx index c68d147..c520365 100644 --- a/src/components/sections/testimonial/TestimonialCardSixteen.tsx +++ b/src/components/sections/testimonial/TestimonialCardSixteen.tsx @@ -181,19 +181,19 @@ const kpiSection = ( ); - const updatedTestimonials = [ - ...testimonials, - { - id: "6", - name: "Alex King", - role: "Pro Player", - company: "Champions League", - rating: 5, - imageSrc: "/images/alex-king.jpg", - imageAlt: "Alex King", - testimonialText: "Mastering a game is a journey of skill and strategy. This platform elevates every match to a new level.", - }, - ]; +const updatedTestimonials = [ + ...testimonials, + { + id: "6", + name: "Alex King", + role: "Pro Player", + company: "Champions League", + rating: 5, + imageSrc: "/images/alex-king.jpg", + imageAlt: "Alex King", + testimonialText: "Your testimonial text here", + }, +]; return (