diff --git a/src/app/sobre/page.tsx b/src/app/sobre/page.tsx index c130182..bf6b07e 100644 --- a/src/app/sobre/page.tsx +++ b/src/app/sobre/page.tsx @@ -6,7 +6,8 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; -import { Award, Users, MessageCircle } from "lucide-react"; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import { Award, Users, Info } from "lucide-react"; export default function SobrePage() { return ( @@ -23,59 +24,81 @@ export default function SobrePage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
- +
+ +
+ +
); -} \ No newline at end of file +}