From dcde02e0e82e0cfa764a37596676858e15728ffd Mon Sep 17 00:00:00 2001 From: thill2323 Date: Mon, 21 Jul 2025 19:52:49 -0400 Subject: [PATCH] Testimonial enhancements --- .../homepage/testimonials-mobile.tsx | 30 ++++++++--- .../src/components/homepage/testimonials.tsx | 54 ++++++++++++------- 2 files changed, 57 insertions(+), 27 deletions(-) diff --git a/apps/web-roo-code/src/components/homepage/testimonials-mobile.tsx b/apps/web-roo-code/src/components/homepage/testimonials-mobile.tsx index e4b3b6863a..8b90d27b5a 100644 --- a/apps/web-roo-code/src/components/homepage/testimonials-mobile.tsx +++ b/apps/web-roo-code/src/components/homepage/testimonials-mobile.tsx @@ -18,23 +18,37 @@ export function TestimonialsMobile() {
{testimonials.map((testimonial) => (
-
+
- + + + + + + + + + + -
-

+

+

"{testimonial.quote}"

-
-

{testimonial.name}

-

+

+

+ {testimonial.name} +

+

{testimonial.role} at {testimonial.company}

diff --git a/apps/web-roo-code/src/components/homepage/testimonials.tsx b/apps/web-roo-code/src/components/homepage/testimonials.tsx index 8ffed444cc..e89131ef62 100644 --- a/apps/web-roo-code/src/components/homepage/testimonials.tsx +++ b/apps/web-roo-code/src/components/homepage/testimonials.tsx @@ -135,10 +135,10 @@ export function Testimonials() { key={testimonial.id} variants={itemVariants} className={`group relative ${index % 2 === 0 ? "md:translate-y-4" : "md:translate-y-12"}`}> -
-
+
+
{testimonial.image && ( -
+
)} -
-
- - - +
+
+
+ + + + + + + + + + + + +
+ +

+ {testimonial.quote} +

-

- {testimonial.quote} -

- -
-
-

{testimonial.name}

-

+

+
+

+ {testimonial.name} +

+

{testimonial.role} at {testimonial.company}