From 8a06edfd7b449c946fbdfae6b4d17cfc1ce09f89 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 1 Jul 2026 03:56:49 +0000 Subject: [PATCH] Bob AI: Populate src/pages/AboutUsPage.tsx (snippet builder, 3 sections) --- src/pages/AboutUsPage.tsx | 79 ++++++++------------------------------- 1 file changed, 16 insertions(+), 63 deletions(-) diff --git a/src/pages/AboutUsPage.tsx b/src/pages/AboutUsPage.tsx index 40a6267..6bb5c1f 100644 --- a/src/pages/AboutUsPage.tsx +++ b/src/pages/AboutUsPage.tsx @@ -1,67 +1,20 @@ -import React from "react"; -import { routes } from "@/routes"; -import NavbarCentered from "@/components/ui/NavbarCentered"; -import AboutMediaOverlay from "@/components/sections/about/AboutMediaOverlay"; -import AboutTextSplit from "@/components/sections/about/AboutTextSplit"; -import TeamProfileCards from "@/components/sections/team/TeamProfileCards"; -import FooterMinimal from "@/components/sections/footer/FooterMinimal"; +import Button from "@/components/ui/Button"; +import TextAnimation from "@/components/ui/TextAnimation"; +import ImageOrVideo from "@/components/ui/ImageOrVideo"; +import GridOrCarousel from "@/components/ui/GridOrCarousel"; +import ScrollReveal from "@/components/ui/ScrollReveal"; +import { Quote } from "lucide-react"; export default function AboutUsPage() { return ( -
- ({ name: r.label, href: r.path }))} - ctaButton={{ text: "Get Started", href: "/contact" }} - /> - -
- - - - - -
- - -
+ <> +
+
+

Our People

Sarah J.

Managing Director

+
Michael B.

Head of Recruitment

+
Emma L.

Client Relations Manager

+
David W.

Operations Lead

+

Client Success

Jessica T.Operations Manager
+ ); -} \ No newline at end of file +}