From 5834a40ac1c6ebcb397d15e339d95b96bb1f88a4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 00:21:00 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 165 ++++++++++++++++++---------------------------------- 1 file changed, 56 insertions(+), 109 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 5addf30..3aa72f8 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,118 +7,65 @@ import NavbarCentered from '@/components/ui/NavbarCentered'; export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
+
+ +
); }