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

This commit is contained in:
2026-06-20 22:57:32 +00:00
parent 71d7c449f2
commit 63c4e8f91e

View File

@@ -1,21 +0,0 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "proof" section.
import React from 'react';
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function ProofSection(): React.JSX.Element {
return (
<div id="proof" data-section="proof">
<SectionErrorBoundary name="proof">
<SocialProofMarquee
tag="İŞ ORTAKLARIMIZ"
title="Sektörel Güven"
description="Dünyanın en iyi markalarıyla iş birliği içerisindeyiz."
names={["Mercedes-Benz", "Dometic", "Truma", "Victron", "Thule", "Al-Ko", "Solaris"]}
/>
</SectionErrorBoundary>
</div>
);
}