Switch to version 1: remove src/pages/HomePage/sections/SocialProof.tsx

This commit is contained in:
2026-06-07 23:45:15 +00:00
parent bff5300d09
commit c6a9cc727f

View File

@@ -1,29 +0,0 @@
// 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="Proudly Certified & Partnered"
title="Our Credentials & Community Trust"
description="We are fully licensed, insured, and actively involved in the Los Angeles community, upholding the highest standards of plumbing service."
names={[
"LA Business Certified",
"Master Plumbers Association",
"Eco-Friendly Plumbing",
"Trusted Contractor Network",
"Better Business Bureau A+",
"Residential Plumbing Guild",
"Commercial Plumbing Alliance",
]}
/>
</SectionErrorBoundary>
</div>
);
}