diff --git a/src/components/home/FeaturesSection.tsx b/src/components/home/FeaturesSection.tsx index d4ed62f..adde987 100644 --- a/src/components/home/FeaturesSection.tsx +++ b/src/components/home/FeaturesSection.tsx @@ -105,10 +105,10 @@ export function FeaturesSection({ content }: { content?: FeaturesContent }) { {/* Right Side - Agent Cards (Desktop) */} {agents.length > 0 && ( -
+
{agents[0] && } - {agents[1] && } - {agents[2] && } + {agents[1] && } + {agents[2] && }
)}