From fe93bfd7df5bfec87be30544a599e6900bf92792 Mon Sep 17 00:00:00 2001 From: sebseb7 Date: Sat, 19 Jul 2025 23:18:21 +0200 Subject: [PATCH] upd --- src/components/MainPageLayout.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" && (