Files
a00011fd-8e4e-414b-a1c7-0bd…/src/pages/HomePage/sections/HowItWorks.tsx
2026-06-29 13:18:35 +00:00

38 lines
1.6 KiB
TypeScript

// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "how-it-works" section.
import React from 'react';
import FeaturesMediaCards from '@/components/sections/features/FeaturesMediaCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HowItWorksSection(): React.JSX.Element {
return (
<div id="how-it-works" data-section="how-it-works">
<SectionErrorBoundary name="how-it-works">
<FeaturesMediaCards
tag="Process"
title="Simple 3-Step Workflow"
description="Get connected in minutes, not days."
items={[
{
title: "Request Service",
description: "Post your industrial needs or spare parts requests on our platform.",
imageSrc: "http://img.b2bpic.net/free-photo/industry-40-photovoltaics-plant-senior-engineer-reading-paperwork_482257-119565.jpg",
},
{
title: "Review Offers",
description: "Get verified offers from our expert network of service providers.",
imageSrc: "http://img.b2bpic.net/free-photo/computer-solar-panels-manufacturing-plant-troubleshooting-technical-issues_482257-120484.jpg",
},
{
title: "Get Results",
description: "Finalize your order and enjoy seamless operations with our guarantee.",
imageSrc: "http://img.b2bpic.net/free-photo/man-overall-showing-clipboard-with-blank-paper_23-2148073091.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}