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

This commit is contained in:
2026-06-08 10:29:18 +00:00
parent eceae7931f
commit 269a34c2f7

View File

@@ -1,22 +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="Featured By"
title="Trusted by Local Favorites & Culinary Guides"
description="Our quality and taste have earned us recognition and partnerships across the community. We're proud to be a local favorite!"
names={[
"Local Eats Magazine", "The Daily Bite Blog", "Community Food Critics", "Taste of the City Awards", "Culinary Review Daily", "Flavor Fusion Magazine", "Gourmet Gazette"]}
/>
</SectionErrorBoundary>
</div>
);
}