diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b4bcab2..3a05ebc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -4,10 +4,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import MediaAbout from '@/components/sections/about/MediaAbout'; import { Info } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file