2 Commits

Author SHA1 Message Date
5bffa247ac Bob AI: Add testimonial text content to the backside of the flip car 2026-02-27 07:57:57 +00:00
9d54164392 Merge version_6 into main
Merge version_6 into main
2026-02-27 07:56:37 +00:00

View File

@@ -19,6 +19,7 @@ type Testimonial = {
imageAlt?: string;
videoAriaLabel?: string;
backText?: string;
testimonialText?: string;
};
interface TestimonialCardOneProps {