diff --git a/src/pages/AboutPage.tsx b/src/pages/AboutPage.tsx index e6a3b58..7b84d22 100644 --- a/src/pages/AboutPage.tsx +++ b/src/pages/AboutPage.tsx @@ -1,88 +1,22 @@ -import React from "react"; -import { routes } from "@/routes"; -import NavbarCentered from "@/components/ui/NavbarCentered"; -import AboutParallax from "@/components/sections/about/AboutParallax"; -import AboutTextSplit from "@/components/sections/about/AboutTextSplit"; -import MetricsSimpleCards from "@/components/sections/metrics/MetricsSimpleCards"; -import ContactCta from "@/components/sections/contact/ContactCta"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; +import Button from "@/components/ui/Button"; +import TextAnimation from "@/components/ui/TextAnimation"; +import AboutFeaturesSplit from "@/components/sections/about/AboutFeaturesSplit"; export default function AboutPage() { return ( -
- ({ name: r.label, href: r.path }))} - ctaButton={{ text: "Launch App", href: "/app" }} - /> - -
- - - - - - - -
- - -
+ <> +
+ +
+
+ ); -} \ No newline at end of file +}