diff --git a/apps/web-roo-code/src/app/shared/AgentLandingContent.tsx b/apps/web-roo-code/src/app/shared/AgentLandingContent.tsx index 70fb3cde32..c3d349fb99 100644 --- a/apps/web-roo-code/src/app/shared/AgentLandingContent.tsx +++ b/apps/web-roo-code/src/app/shared/AgentLandingContent.tsx @@ -47,13 +47,13 @@ export function AgentLandingContent({ content }: { content: AgentPageContent }) return ( <> {/* Hero Section */} -
+
-
-
+
+
-

+

{content.hero.icon && (() => { const Icon = getIcon(content.hero.icon) @@ -62,7 +62,7 @@ export function AgentLandingContent({ content }: { content: AgentPageContent }) {content.hero.heading}

-
+
{content.hero.paragraphs.map((paragraph, index) => (

{paragraph}

))} @@ -110,23 +110,16 @@ export function AgentLandingContent({ content }: { content: AgentPageContent })
{content.hero.image && ( -
-
-
- {content.hero.image.alt -
+
+
+ {content.hero.image.alt
)}