diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 844fe74..bff7add 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,25 +1,18 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Users } from "lucide-react"; export default function AboutPage() { return ( - - - + + - - + + - - + +