From 8f97e62016ed359a7dd41eb048a630b2e8b8a264 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Thu, 29 Jan 2026 01:20:09 +0100 Subject: [PATCH] footer --- components/Layout.tsx | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/components/Layout.tsx b/components/Layout.tsx index e4b9d57..f586fb3 100644 --- a/components/Layout.tsx +++ b/components/Layout.tsx @@ -152,12 +152,14 @@ const Layout = ({ children }: { children: React.ReactNode }) => {
- MB Grid Solutions + + MB Grid Solutions +

Ihr spezialisierter Partner für herstellerneutrale technische Beratung und Projektbegleitung bei Energiekabelprojekten bis 110 kV.

@@ -197,6 +199,14 @@ const Layout = ({ children }: { children: React.ReactNode }) => {
+ +
+
+

+ Website developed by mintel.me +

+
+
); };