From 470b15ff5578b12ef6915d3b5de338b638943fc7 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 07:43:16 +0000 Subject: [PATCH] Bob AI: The user attached the section/component ca --- src/pages/HomePage/sections/Pricing.tsx | 68 ++++--------------------- 1 file changed, 10 insertions(+), 58 deletions(-) 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 ( -
- - - -
+
+ +
); } -- 2.49.1