From 08f1262bf2d2bbc485be40c7d981892e5feadf29 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 15 Jun 2026 19:15:35 +0000 Subject: [PATCH] Bob AI: Populate src/pages/AboutPage.tsx (snippet builder, 3 sections) --- src/pages/AboutPage.tsx | 103 ++++++++-------------------------------- 1 file changed, 21 insertions(+), 82 deletions(-) diff --git a/src/pages/AboutPage.tsx b/src/pages/AboutPage.tsx index 7ea905b..fcf8a9b 100644 --- a/src/pages/AboutPage.tsx +++ b/src/pages/AboutPage.tsx @@ -1,87 +1,26 @@ -import { routes } from "@/routes"; -import NavbarCentered from "@/components/ui/NavbarCentered"; -import AboutTextSplit from "@/components/sections/about/AboutTextSplit"; +import Button from "@/components/ui/Button"; +import HeroBackgroundSlot from "@/components/ui/HeroBackgroundSlot"; +import TextAnimation from "@/components/ui/TextAnimation"; +import ImageOrVideo from "@/components/ui/ImageOrVideo"; +import ScrollReveal from "@/components/ui/ScrollReveal"; import AboutFeaturesSplit from "@/components/sections/about/AboutFeaturesSplit"; -import ContactCta from "@/components/sections/contact/ContactCta"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; export default function AboutPage() { return ( -
- ({ name: r.label, href: r.path }))} - ctaButton={{ text: "Book Appointment", href: "/contact" }} - /> - -
- - - - - -
- - -
+ <> +

About Netcare Renal

+
+ +
+
+ ); -} \ No newline at end of file +}