Files
e76d4d62-3878-439a-bac3-dcf…/src/pages/HomePage/sections/Community.tsx

43 lines
1.7 KiB
TypeScript

// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "community" section.
import React from 'react';
import FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function CommunitySection(): React.JSX.Element {
return (
<div id="community" data-section="community">
<SectionErrorBoundary name="community">
<FeaturesRevealCards
tag="Why Backdoor"
title="Built for Speed & Trust"
description="We don't just sell, we live the culture."
items={[
{
title: "Expedição no próprio dia",
description: "Enviamos o que compras hoje, ainda hoje.",
imageSrc: "http://img.b2bpic.net/free-photo/business-launching-rocket-ship-icon_53876-71300.jpg",
},
{
title: "Entrega no dia seguinte",
description: "Rápido e sem surpresas na tua morada.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-guy-with-mask_23-2149035871.jpg",
},
{
title: "Atendimento humano",
description: "Somos reais, prontos para ajudar.",
imageSrc: "http://img.b2bpic.net/free-photo/valentine-day-heart-3d-illustration-design_460848-9092.jpg",
},
{
title: "Coleção curada",
description: "Só as melhores marcas do mercado.",
imageSrc: "http://img.b2bpic.net/free-photo/hearing-sense-telephone-collage_23-2149848102.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}