diff --git a/src/app/user-profile/page.tsx b/src/app/user-profile/page.tsx index 2591636..9526f49 100644 --- a/src/app/user-profile/page.tsx +++ b/src/app/user-profile/page.tsx @@ -4,6 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import ProductDetailCard from '@/components/ecommerce/productDetail/ProductDetailCard'; export default function UserProfilePage() { return ( @@ -20,25 +21,40 @@ export default function UserProfilePage() { headingFontWeight="semibold" > - -
-

User Profile

-

Manage your custom nickname and community identity here.

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