From b217e50d9f057b764de925bbc08ed00da9234c32 Mon Sep 17 00:00:00 2001 From: Timo Date: Wed, 7 Jan 2026 14:33:06 +0100 Subject: [PATCH] feat: Add core application and marketing layouts, including navigation, user management, and a shared footer component. --- src/app/(app)/layout.tsx | 16 ++++----- src/app/(marketing)/layout.tsx | 7 ++-- src/components/ui/Footer.tsx | 65 +++++++++++++++++++--------------- 3 files changed, 45 insertions(+), 43 deletions(-) diff --git a/src/app/(app)/layout.tsx b/src/app/(app)/layout.tsx index bbf4363..b1e5ffd 100644 --- a/src/app/(app)/layout.tsx +++ b/src/app/(app)/layout.tsx @@ -161,9 +161,8 @@ export default function AppLayout({ {/* Sidebar */}