-
-
-
- FitAI Dashboard
-
+
+

+
+
+
+ NextForm Dashboard
+
+
Performance metrics & athlete insights
diff --git a/apps/admin/src/components/Navigation.tsx b/apps/admin/src/components/Navigation.tsx
index 8762d83..4cc4d60 100644
--- a/apps/admin/src/components/Navigation.tsx
+++ b/apps/admin/src/components/Navigation.tsx
@@ -52,9 +52,16 @@ export function Navigation(): ReactElement {
{/* Logo */}
- FitAI
+

+
+ NextForm
+
{/* Navigation Items */}
diff --git a/apps/mobile/public/nextform-logo.svg b/apps/mobile/public/nextform-logo.svg
new file mode 100644
index 0000000..58c6285
--- /dev/null
+++ b/apps/mobile/public/nextform-logo.svg
@@ -0,0 +1,29 @@
+
\ No newline at end of file
diff --git a/apps/mobile/src/app/(tabs)/index.tsx b/apps/mobile/src/app/(tabs)/index.tsx
index 9149541..05ac0e1 100644
--- a/apps/mobile/src/app/(tabs)/index.tsx
+++ b/apps/mobile/src/app/(tabs)/index.tsx
@@ -110,9 +110,15 @@ export default function HomeScreen() {
>
{/* Header Section */}
-
- {getGreeting()},
- {user?.firstName || "Athlete"}
+
+
+
+ {getGreeting()},
+ {user?.firstName || "Athlete"}
+
{user?.imageUrl ? (