From 230bf054b7f4e9375d0e63046f89200d62844cb2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 20:58:58 +0000 Subject: [PATCH] Switch to version 1: remove src/pages/HomePage/sections/About.tsx --- src/pages/HomePage/sections/About.tsx | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/pages/HomePage/sections/About.tsx diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx deleted file mode 100644 index 22012cb..0000000 --- a/src/pages/HomePage/sections/About.tsx +++ /dev/null @@ -1,22 +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 AboutTextSplit from '@/components/sections/about/AboutTextSplit'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; - -export default function AboutSection(): React.JSX.Element { - return ( -
- - - -
- ); -}