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