diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 78f96ad..7ad6290 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,53 +3,45 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { History } from "lucide-react"; +import MediaAbout from '@/components/sections/about/MediaAbout'; export default function AboutPage() { return ( - -
- + + +
+
+ +
- + ); } \ No newline at end of file