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 ( - - -
- -
- -
- -
- -