From 4bf0a45ce6d0b4f3ec749a118ad6bab2a497f3fe Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 18:34:57 +0200 Subject: [PATCH] Bob AI: make the testimonials section more gaming-themed, ... --- .../sections/testimonial/TestimonialCardSixteen.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/testimonial/TestimonialCardSixteen.tsx b/src/components/sections/testimonial/TestimonialCardSixteen.tsx index c520365..b0057a3 100644 --- a/src/components/sections/testimonial/TestimonialCardSixteen.tsx +++ b/src/components/sections/testimonial/TestimonialCardSixteen.tsx @@ -149,7 +149,7 @@ const TestimonialCardSixteen = ({ textBoxTitleClassName = "", textBoxTitleImageWrapperClassName = "", textBoxTitleImageClassName = "", - textBoxDescriptionClassName = "", +textBoxDescriptionClassName = "", imageClassName = "", overlayClassName = "", ratingClassName = "", @@ -191,7 +191,7 @@ const updatedTestimonials = [ rating: 5, imageSrc: "/images/alex-king.jpg", imageAlt: "Alex King", - testimonialText: "Your testimonial text here", + testimonialText: "Mastering the game is not just about skill; it's about strategy and teamwork.", }, ];