From 3b2fa201f31c82f2b95f07bbb44ebb41c0dfce50 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 00:10:00 +0000 Subject: [PATCH] Switch to version 2: remove src/pages/HomePage/sections/About.tsx --- src/pages/HomePage/sections/About.tsx | 35 --------------------------- 1 file changed, 35 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 ea49a3e..0000000 --- a/src/pages/HomePage/sections/About.tsx +++ /dev/null @@ -1,35 +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"; - -export default function AboutSection(): React.JSX.Element { - return ( -
- -
- ); -}