From bdadf51e544e340c3ef254e73de57519c02426f1 Mon Sep 17 00:00:00 2001 From: Mathis Date: Mon, 23 Sep 2024 16:17:31 +0200 Subject: [PATCH] Refactor layout and navigation on HomePage Updated tsconfig.json to include paths for better imports. Modified layout.tsx and Header.tsx for improved styles. Refactored HomePage to use new state management and simplified components for better readability and navigation. --- apps/frontend/src/app/layout.tsx | 2 +- apps/frontend/src/app/page.tsx | 72 +++++++++++++++---------- apps/frontend/src/components/Header.tsx | 3 +- apps/frontend/tsconfig.json | 3 ++ 4 files changed, 48 insertions(+), 32 deletions(-) diff --git a/apps/frontend/src/app/layout.tsx b/apps/frontend/src/app/layout.tsx index f266edd..20a7251 100644 --- a/apps/frontend/src/app/layout.tsx +++ b/apps/frontend/src/app/layout.tsx @@ -15,7 +15,7 @@ export default function RootLayout({ }) { return ( - +
{children}