Switch to version 1: remove src/pages/HomePage/sections/SocialProof.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user