From ae88f8e930659b5d2a63f8734bf44102d51a8a38 Mon Sep 17 00:00:00 2001
From: vishyyyyyyyyy <217375979+vishyyyyyyyyy@users.noreply.github.com>
Date: Thu, 30 Oct 2025 21:34:45 -0500
Subject: [PATCH] user profile page
added a name, username, email, profile picture, post count, reports submitted, saved and uploaded files on the profile page
---
src/app/layout.tsx | 6 +++++
src/app/profile/page.tsx | 53 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 59 insertions(+)
create mode 100644 src/app/profile/page.tsx
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 6c10e86..c234850 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -5,6 +5,7 @@ import { AppRouterCacheProvider } from '@mui/material-nextjs/v15-appRouter';
import { Bai_Jamjuree, Inter } from 'next/font/google';
import { type Metadata } from 'next';
import { GoogleAnalytics } from '@next/third-parties/google';
+import Link from 'next/link';
import theme from '@src/utils/theme';
@@ -59,6 +60,11 @@ export default function RootLayout({
{process.env.NEXT_PUBLIC_VERCEL_ENV === 'production' && (
)}
+