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