From 52a0d6f8faea0e4534794346df376a680827ad7b Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Fri, 5 Dec 2025 02:41:21 -0500 Subject: [PATCH] feat: Enhance welcome and about modals with expanded content and improved styling, and integrate Umami analytics. --- src/app/layout.tsx | 7 ++++++ src/components/Navbar.tsx | 34 +++++++++++++++++----------- src/components/WelcomeModal.tsx | 40 +++++++++++++++++++++++---------- 3 files changed, 56 insertions(+), 25 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f02e8c0..9433ee7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -30,6 +30,13 @@ export default function RootLayout({ }: Readonly<{ children: React.ReactNode }>) { return ( + +