From ab4efcfd7777afeda050c2bb14b20e0fa088883a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Thu, 14 Nov 2024 10:39:05 +0100 Subject: [PATCH] fix(public): make all around improvements --- apps/public/app/(content)/layout.tsx | 18 +- apps/public/app/layout.tsx | 6 +- apps/public/app/page.tsx | 44 +- apps/public/components/hero-carousel.tsx | 48 +- apps/public/components/hero.tsx | 11 +- apps/public/components/navbar.tsx | 5 - .../sections/features/events-feature.tsx | 6 +- .../features/product-analytics-feature.tsx | 26 +- apps/public/components/ui/slider.tsx | 75 +- apps/public/components/world-map-string.ts | 6040 ++++++++++++++++- apps/public/components/world-map.tsx | 41 +- apps/public/public/profile-dark.png | Bin 731644 -> 204845 bytes apps/public/public/profile-light.png | Bin 770119 -> 268327 bytes 13 files changed, 6185 insertions(+), 135 deletions(-) diff --git a/apps/public/app/(content)/layout.tsx b/apps/public/app/(content)/layout.tsx index 3f97ad62..418f1f61 100644 --- a/apps/public/app/(content)/layout.tsx +++ b/apps/public/app/(content)/layout.tsx @@ -9,12 +9,16 @@ export default function Layout({ children: ReactNode; }): React.ReactElement { return ( -
- -
-
- {children} -
-
+ <> + +
+ +
+
+ {children} +
+
+