diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx deleted file mode 100644 index 914392f..0000000 --- a/src/pages/HomePage/sections/About.tsx +++ /dev/null @@ -1,39 +0,0 @@ -// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this -// file as the canonical source for the "about" section. - -import React from 'react'; -import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit'; -import { Award, Shield, Zap } from "lucide-react"; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; - -export default function AboutSection(): React.JSX.Element { - return ( -