From 255522805baca30ad6d9b295257ecb6434160743 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 28 Jun 2026 03:16:16 +0000 Subject: [PATCH] Bob AI: Moved the third floating card to be on top of the main hero --- src/pages/HomePage/sections/Hero.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index f0e0ec9..b75c94b 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -40,7 +40,7 @@ type FloatingCard = { const CARD_CONFIG = [ { position: "left", bottom: "30%", aspect: "aspect-3/4", movement: "-100%" }, { position: "right", bottom: "14%", aspect: "aspect-square", movement: "-75%" }, - { position: "left", bottom: "65%", aspect: "aspect-square", movement: "-120%" }, + { position: "right", bottom: "48%", aspect: "aspect-square", movement: "-110%" }, ] as const; type HeroBillboardBrandFloatingCardsProps = { -- 2.49.1