Merge version_7 into main #5

Merged
bender merged 1 commits from version_7 into main 2026-02-27 07:58:38 +00:00

View File

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