From 92bb6bf3672f3dd09f01203dc9be07b6887d9bdd Mon Sep 17 00:00:00 2001 From: Mathis Date: Thu, 17 Oct 2024 12:04:28 +0200 Subject: [PATCH] Add SubHomePage component and minor styling updates Introduced the SubHomePage component to enhance modularity of the home page. Adjusted styling to include margins and a dark mode class for the body element. --- apps/frontend/src/app/layout.tsx | 2 +- apps/frontend/src/app/page.tsx | 7 +++++-- .../src/components/sub-pages/sub-home-page.tsx | 14 ++++++++++++++ 3 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 apps/frontend/src/components/sub-pages/sub-home-page.tsx diff --git a/apps/frontend/src/app/layout.tsx b/apps/frontend/src/app/layout.tsx index 20a7251..f266edd 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}