From 802fca00e2d273af80729712538472ca5310983c Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 8 Jun 2026 16:29:59 +0000 Subject: [PATCH] Bob AI: Replaced AboutTestimonial with AboutFeaturesSplit to include --- src/pages/HomePage/sections/About.tsx | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx index 3341196..1d2fd98 100644 --- a/src/pages/HomePage/sections/About.tsx +++ b/src/pages/HomePage/sections/About.tsx @@ -1,22 +1,17 @@ -// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this -// file as the canonical source for the "about" section. +// Created by add_section_from_catalog (AboutFeaturesSplit). import React from 'react'; -import AboutTestimonial from '@/components/sections/about/AboutTestimonial'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit'; export default function AboutSection(): React.JSX.Element { return ( -
- - - -
+
+ +
); } -- 2.49.1