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 = {