Switch to version 2: added src/pages/HomePage/sections/SocialProof.tsx
This commit is contained in:
29
src/pages/HomePage/sections/SocialProof.tsx
Normal file
29
src/pages/HomePage/sections/SocialProof.tsx
Normal file
@@ -0,0 +1,29 @@
|
||||
// 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="Partnerships"
|
||||
title="Accredited Excellence"
|
||||
description="Recognized by industry leaders worldwide."
|
||||
names={[
|
||||
"Forbes Travel Guide",
|
||||
"Condé Nast Traveler",
|
||||
"Michelin Guide",
|
||||
"Leading Hotels of the World",
|
||||
"Virtuoso",
|
||||
"American Express Fine Hotels",
|
||||
"TripAdvisor Choice",
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user