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 ( -