diff --git a/src/components/MainPageLayout.js b/src/components/MainPageLayout.js index aad1f7b..d1a356a 100644 --- a/src/components/MainPageLayout.js +++ b/src/components/MainPageLayout.js @@ -78,9 +78,9 @@ const MainPageLayout = () => { }; const allTitles = { - home: t('titles.home'), + home: t('titles.filiale'), aktionen: t('titles.aktionen'), - filiale: t('titles.filiale') + filiale: t('titles.home') }; // Define all content boxes for layered rendering @@ -372,7 +372,7 @@ const MainPageLayout = () => { {contentBoxes.map((box, index) => ( {/* Multi-pointed star for seeds box - moved to Grid level */} - {index === 0 && pageType === "home" && ( + {index === 0 && pageType === "filiale" && ( { )} {/* Multi-pointed star for stecklinge box - bottom right */} - {index === 1 && pageType === "home" && ( + {index === 1 && pageType === "filiale" && (