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