diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index fe01522..2966c67 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -34,8 +34,7 @@ export default function AboutPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Join Now", - href: "/pricing" + text: "Join Now", href: "/pricing" }} /> @@ -62,17 +61,13 @@ export default function AboutPage() { tag="Impact & Results" metrics={[ { - id: "1", - value: "87%", - description: "Of beginners achieve positive returns within their first 6 months of completing our Foundation program" + id: "1", value: "87%", description: "Of beginners achieve positive returns within their first 6 months of completing our Foundation program" }, { - id: "2", - value: "10,000+", - description: "Active community members sharing insights, strategies, and supporting each other's financial journeys" + id: "2", value: "10,000+", description: "Active community members sharing insights, strategies, and supporting each other's financial journeys" } ]} - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -80,24 +75,16 @@ export default function AboutPage() {