diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 716d095..c6df1eb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,124 +2,63 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Shield } from "lucide-react"; +import TextAbout from '@/components/sections/about/TextAbout'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
-
- -
- - +
);