From 10db089016ee33197b4d92b824070d89e93ce915 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 18:42:29 +0000 Subject: [PATCH] Update src/app/profile/page.tsx --- src/app/profile/page.tsx | 96 +++------------------------------------- 1 file changed, 6 insertions(+), 90 deletions(-) diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx index 3c63a83..c0f6d90 100644 --- a/src/app/profile/page.tsx +++ b/src/app/profile/page.tsx @@ -2,12 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -export default function LandingPage() { +export default function ProfilePage() { return ( - - -
- -
- -
- -
- -