From 5bffa247acbab4cbad5de09afcbe2d55180b33e4 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 27 Feb 2026 07:57:57 +0000 Subject: [PATCH] Bob AI: Add testimonial text content to the backside of the flip car --- src/components/sections/testimonial/TestimonialCardOne.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/sections/testimonial/TestimonialCardOne.tsx b/src/components/sections/testimonial/TestimonialCardOne.tsx index 6b22930..6a338db 100644 --- a/src/components/sections/testimonial/TestimonialCardOne.tsx +++ b/src/components/sections/testimonial/TestimonialCardOne.tsx @@ -19,6 +19,7 @@ type Testimonial = { imageAlt?: string; videoAriaLabel?: string; backText?: string; + testimonialText?: string; }; interface TestimonialCardOneProps { -- 2.49.1