diff --git a/src/components/MainPageLayout.js b/src/components/MainPageLayout.js index 8cbb53d..8fdfe62 100644 --- a/src/components/MainPageLayout.js +++ b/src/components/MainPageLayout.js @@ -373,16 +373,18 @@ const MainPageLayout = () => { {/* Multi-pointed star for seeds box - moved to Grid level */} {index === 0 && pageType === "home" && ( -
setStarHovered(true)} onMouseLeave={() => setStarHovered(false)} @@ -484,21 +486,23 @@ const MainPageLayout = () => { > {t('sections.selectSeedRate')}
- + )} {/* Multi-pointed star for stecklinge box - bottom right */} {index === 1 && pageType === "home" && ( -
{/* Background star - slightly larger and rotated */} @@ -574,7 +578,7 @@ const MainPageLayout = () => { > {t('sections.indoorSeason')}
- + )}