diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx new file mode 100644 index 0000000..2073b27 --- /dev/null +++ b/src/app/profile/page.tsx @@ -0,0 +1,24 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; + +export default function ProfilePage() { + return ( + + + +
+

User Profile

+

Manage your personal identity, settings, and showcase your creative works.

+
+ +
+
+ ); +} \ No newline at end of file