From 866920516213edec7e084b1cba572549f9dfd690 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 20:59:46 +0000 Subject: [PATCH] Switch to version 2: added src/pages/HomePage/sections/Products.tsx --- src/pages/HomePage/sections/Products.tsx | 64 ++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 src/pages/HomePage/sections/Products.tsx diff --git a/src/pages/HomePage/sections/Products.tsx b/src/pages/HomePage/sections/Products.tsx new file mode 100644 index 0000000..c9b0032 --- /dev/null +++ b/src/pages/HomePage/sections/Products.tsx @@ -0,0 +1,64 @@ +// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this +// file as the canonical source for the "products" section. + +import React from 'react'; +import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento'; +import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; + +export default function ProductsSection(): React.JSX.Element { + return ( +
+ + + +
+ ); +}