From 885ead4012ca14d85d4169e476a5d3ea69fba8de Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 21 Jun 2026 17:22:33 +0000 Subject: [PATCH] Bob AI: Populate src/pages/AboutPage.tsx (snippet builder, 2 sections) --- src/pages/AboutPage.tsx | 102 +++++++--------------------------------- 1 file changed, 18 insertions(+), 84 deletions(-) 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 +}