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() {
-+
+"{testimonial.quote}"
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}