diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 21a2e2b..55ad99d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -4,7 +4,6 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import AboutMetric from '@/components/sections/about/AboutMetric'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Heart, Users, Target, Award } from 'lucide-react'; @@ -33,8 +32,7 @@ export default function AboutPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Join Us", - href: "/#pricing" + text: "Join Us", href: "/#pricing" }} /> @@ -49,6 +47,7 @@ export default function AboutPage() { { icon: Award, label: "Community Awards", value: "15" } ]} useInvertedBackground={false} + metricsAnimation="slide-up" /> @@ -62,43 +61,21 @@ export default function AboutPage() { { icon: Award, label: "Character", value: "Foundation" } ]} useInvertedBackground={true} + metricsAnimation="slide-up" />
-