diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 5b318cd..749fc12 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,6 @@ import React from 'react'; import HeroSection from './HomePage/sections/Hero'; import AboutSection from './HomePage/sections/About'; import ProductsSection from './HomePage/sections/Products'; -import PricingSection from './HomePage/sections/Pricing'; import FaqSection from './HomePage/sections/Faq'; import ContactSection from './HomePage/sections/Contact'; @@ -20,7 +19,6 @@ export default function HomePage(): React.JSX.Element { - diff --git a/src/pages/HomePage/sections/Pricing.tsx b/src/pages/HomePage/sections/Pricing.tsx deleted file mode 100644 index bc29c43..0000000 --- a/src/pages/HomePage/sections/Pricing.tsx +++ /dev/null @@ -1,40 +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 PricingCenteredCards from '@/components/sections/pricing/PricingCenteredCards'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; - -export default function PricingSection(): React.JSX.Element { - return ( -
- - - -
- ); -}