Files
fed33187-c3c8-48cb-af25-4ca…/src/pages/HomePage/sections/SocialProof.tsx

23 lines
1.1 KiB
TypeScript

// 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 (
<div id="social-proof" data-section="social-proof">
<SectionErrorBoundary name="social-proof">
<SocialProofMarquee
tag="Trusted Partners"
title="Serving Leading Businesses & Homes"
description="We've had the privilege of working with a diverse range of clients, ensuring their comfort and satisfaction across various sectors."
names={[
"EcoBuild", "SmartHome Innovations", "Urban Living Corp", "GreenPeak Hotels", "Retail Hub Group", "Family Eatery", "Local Business Alliance", "Community Health Clinic"]}
/>
</SectionErrorBoundary>
</div>
);
}