From 325235e874347a23d83f7cc2f38abf5f3b0c628a Mon Sep 17 00:00:00 2001 From: Sebastian Moder Date: Thu, 21 Nov 2024 19:57:55 +0100 Subject: [PATCH] Remove unused link arrays and update footer layout --- components/Footer.tsx | 108 ++++++++---------------------------------- 1 file changed, 21 insertions(+), 87 deletions(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index 7f62f15..9644a65 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -21,43 +21,9 @@ const companyLinks = [ }, ]; -const solutionLinks = [ - { - title: "SAGE", - href: "/sage", - }, - { - title: "GUARD", - href: "/guard", - }, - { - title: "ARTISAN", - href: "/artisan", - }, -]; - -const partnershipLinks = [ - { - title: "University of Liechtenstein (FL)", - href: "https://www.uni.li/en/", - }, - { - title: "LAB University of Applied Sciences (FI)", - href: "https://lab.fi/en/", - }, - { - title: "University of Dubrovnik (HR)", - href: "https://www.unidu.hr/eng/", - }, - { - title: "Formatio Private School (FL)", - href: "https://www.formatio.li/en/", - }, -]; - function Logo() { return ( -
+
Erasmus+ Pathfinder{" "}
); @@ -66,9 +32,9 @@ function Logo() { export default function MultiColumns() { return (