From 9033ad8e64e3aae41719a56a66accd12e8654d8b Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Mon, 11 May 2026 15:07:03 +0530 Subject: [PATCH] =?UTF-8?q?fix:=20tighten=20featured=20agent=20card=20stac?= =?UTF-8?q?k=20=E2=80=94=20only=20shift=20the=20bottom=20card=20to=20clear?= =?UTF-8?q?=20smith=20k=20experience=20line?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/home/FeaturesSection.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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] && }
)}