From d3b6c05c75fad7c26f7738b4b81bfaa805d2bf9d Mon Sep 17 00:00:00 2001 From: Sebastian Moder Date: Tue, 10 Oct 2023 17:04:27 +0200 Subject: [PATCH] Update layout styles and content for the homepage --- app/layout.tsx | 2 +- app/page.tsx | 142 ++++++++++++++++++++++++++------ components/Institutionlogos.tsx | 26 ++++++ components/Navigation.tsx | 6 +- 4 files changed, 145 insertions(+), 31 deletions(-) create mode 100644 components/Institutionlogos.tsx diff --git a/app/layout.tsx b/app/layout.tsx index 505bda3..205108c 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -27,7 +27,7 @@ export default function RootLayout({ -
{children}
+
{children}