From a1b04d466afdcf564b8a4fd8f3cfee05bbde0c15 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 23:10:49 +0000 Subject: [PATCH] Switch to version 2: added src/pages/HomePage/sections/SocialProof.tsx --- src/pages/HomePage/sections/SocialProof.tsx | 29 +++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/pages/HomePage/sections/SocialProof.tsx diff --git a/src/pages/HomePage/sections/SocialProof.tsx b/src/pages/HomePage/sections/SocialProof.tsx new file mode 100644 index 0000000..ab0c28f --- /dev/null +++ b/src/pages/HomePage/sections/SocialProof.tsx @@ -0,0 +1,29 @@ +// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this +// file as the canonical source for the "social-proof" section. + +import React from 'react'; +import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; +import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; + +export default function SocialProofSection(): React.JSX.Element { + return ( +
+ + + +
+ ); +}