From dc497b9176ba5ea3da0d9627f4c68a1e3f8de91e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 19:50:22 +0000 Subject: [PATCH] Update src/app/sobre/page.tsx --- src/app/sobre/page.tsx | 125 ++++++++++++++++++++++++----------------- 1 file changed, 74 insertions(+), 51 deletions(-) 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 +}