diff --git a/src/pages/HomePage/sections/WhyChoose.tsx b/src/pages/HomePage/sections/WhyChoose.tsx deleted file mode 100644 index b02e2d3..0000000 --- a/src/pages/HomePage/sections/WhyChoose.tsx +++ /dev/null @@ -1,34 +0,0 @@ -// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this -// file as the canonical source for the "why-choose" section. - -import React from 'react'; -import FeaturesAlternatingSplit from "@/components/sections/features/FeaturesAlternatingSplit"; - -export default function WhyChooseSection(): React.JSX.Element { - return ( -
- -
- ); -}