From e96bf5c506497dcfde0eec004d2b3ba43d4c353c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 10:29:40 +0000 Subject: [PATCH] Switch to version 3: added src/pages/HomePage/sections/Products.tsx --- src/pages/HomePage/sections/Products.tsx | 36 ++++++++++++++++++++++++ 1 file changed, 36 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..825123a --- /dev/null +++ b/src/pages/HomePage/sections/Products.tsx @@ -0,0 +1,36 @@ +// 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 FeaturesImageBento from '@/components/sections/features/FeaturesImageBento'; +import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; + +export default function ProductsSection(): React.JSX.Element { + return ( +
+ + + +
+ ); +}