From 9a833e62634fbf0cdfce5374c68f824e152fe602 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 19:02:09 +0000 Subject: [PATCH] Switch to version 2: added src/pages/HomePage/sections/Team.tsx --- src/pages/HomePage/sections/Team.tsx | 37 ++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/pages/HomePage/sections/Team.tsx diff --git a/src/pages/HomePage/sections/Team.tsx b/src/pages/HomePage/sections/Team.tsx new file mode 100644 index 0000000..ffcf133 --- /dev/null +++ b/src/pages/HomePage/sections/Team.tsx @@ -0,0 +1,37 @@ +// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this +// file as the canonical source for the "team" section. + +import React from 'react'; +import TeamStackedCards from '@/components/sections/team/TeamStackedCards'; +import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; + +export default function TeamSection(): React.JSX.Element { + return ( +
+ + + +
+ ); +}