diff --git a/app/(landing)/layout.tsx b/app/(landing)/layout.tsx index eebb9eb7d..7fd4373fa 100644 --- a/app/(landing)/layout.tsx +++ b/app/(landing)/layout.tsx @@ -12,7 +12,7 @@ interface LandingLayoutProps { export default function LandingLayout({ children }: LandingLayoutProps) { return ( -
Manage your grants here
+Manage your hackathons here
++ Signed in as{' '} + + {user?.name || user?.profile?.firstName || 'User'} + +
++ {user?.email} +
++ Accepted file type:{' '} + JPEG or{' '} + PNG, and + less than{' '} + 2 MB. +
++ A size of{' '} + 480 x 480 px{' '} + is recommended. +
++ Describe your project's long-term goal or the positive change + it will bring to people, communities, or industries. +
+Links content coming soon...
+Members content coming soon...
++ Transfer ownership content coming soon... +
+{errors.name}
+ )} ++ Accepted file type:{' '} + JPEG or{' '} + PNG, and less than{' '} + 2 MB. +
++ A size of{' '} + 480 x 480 px is + recommended. +
+{errors.logo}
+ )} + {uploadError &&{uploadError}
} +{errors.about}
+ )} +Created {createdAt}
+