@@ -254,7 +257,10 @@ export function Testimonials() {
{" "}
{Array.from({ length: testimonial.stars }, (_, i) => (
-
+
))}
)}
diff --git a/apps/web-roo-code/src/components/homepage/use-examples-section.tsx b/apps/web-roo-code/src/components/homepage/use-examples-section.tsx
index f230a7e869f..a82ad87ca73 100644
--- a/apps/web-roo-code/src/components/homepage/use-examples-section.tsx
+++ b/apps/web-roo-code/src/components/homepage/use-examples-section.tsx
@@ -381,18 +381,26 @@ export function UseExamplesSection({ agentTitle = false }: { agentTitle?: boolea
return (
{agentTitle ? (
<>
- Part of the AI team to help your entire human team
+ Part of the AI team to help your{" "}
+
+ entire
+ {" "}
+ human team
>
) : (
<>
- The AI team to help your entire human team
+ The AI team to help your{" "}
+
+ entire
+ {" "}
+ human team
>
)}