diff --git a/src/pages/HomePage/sections/Pricing.tsx b/src/pages/HomePage/sections/Pricing.tsx index 0381bac..02ce129 100644 --- a/src/pages/HomePage/sections/Pricing.tsx +++ b/src/pages/HomePage/sections/Pricing.tsx @@ -1,65 +1,17 @@ -// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this -// file as the canonical source for the "pricing" section. +// Created by add_section_from_catalog (ProductVariantCards). import React from 'react'; -import PricingHighlightedCards from '@/components/sections/pricing/PricingHighlightedCards'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import ProductVariantCards from '@/components/sections/product/ProductVariantCards'; export default function PricingSection(): React.JSX.Element { return ( -
- - - -
+
+ +
); }