4 Commits

Author SHA1 Message Date
49c135322c Bob AI: make theme more warm 2026-02-27 08:42:44 +00:00
1bc569a591 Merge version_7 into main
Merge version_7 into main
2026-02-27 07:58:38 +00:00
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
2 changed files with 14 additions and 13 deletions

View File

@@ -3,22 +3,22 @@
/* --vw is set by ThemeProvider */
/* --background: #f7f6f7;;
--card: #faf9fb;;
--foreground: #2d3e52;;
--primary-cta: #6b9fd9;;
--secondary-cta: #f5f3f7;;
--accent: #b8d9f0;;
--background-accent: #d4e4f0;; */
--card: #faf9f7;;
--foreground: #52423d;;
--primary-cta: #d9956b;;
--secondary-cta: #f7f5f3;;
--accent: #f0d9b8;;
--background-accent: #f0e4d4;; */
--background: #faf8fb;;
--card: #faf9fb;;
--foreground: #2d3e52;;
--primary-cta: #6b9fd9;;
--background: #fbf8f5;;
--card: #faf9f7;;
--foreground: #52423d;;
--primary-cta: #d9956b;;
--primary-cta-text: #f7f6f7;;
--secondary-cta: #f5f3f7;;
--secondary-cta: #f7f5f3;;
--secondary-cta-text: #0c1325;;
--accent: #b8d9f0;;
--background-accent: #d4e4f0;;
--accent: #f0d9b8;;
--background-accent: #f0e4d4;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

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