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