diff --git a/src/components/sections/testimonial/TestimonialCardSixteen.tsx b/src/components/sections/testimonial/TestimonialCardSixteen.tsx index 5087332..c68d147 100644 --- a/src/components/sections/testimonial/TestimonialCardSixteen.tsx +++ b/src/components/sections/testimonial/TestimonialCardSixteen.tsx @@ -165,15 +165,15 @@ const TestimonialCardSixteen = ({ textBoxButtonClassName = "", textBoxButtonTextClassName = "", }: TestimonialCardSixteenProps) => { - const kpiSection = ( -
+const kpiSection = ( +
{kpiItems.map((item, index) => (
-
-

{item.value}

-

{item.label}

-
- {index < 2 && ( +
+

{item.value}

+

{item.label}

+
+ {index < 2 && (
)}
@@ -191,7 +191,7 @@ const TestimonialCardSixteen = ({ rating: 5, imageSrc: "/images/alex-king.jpg", imageAlt: "Alex King", - testimonialText: "Gaming is not just about winning; it's about the journey. This platform makes every game feel special.", + testimonialText: "Mastering a game is a journey of skill and strategy. This platform elevates every match to a new level.", }, ];