From 9b1fed564937a20f878de1510aaa8051edf65f5a Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 17:55:54 +0200 Subject: [PATCH] Bob AI: make the testimonials section more gaming-themed, ... --- .../testimonial/TestimonialCardSixteen.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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.", }, ];