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