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