Files
fed33187-c3c8-48cb-af25-4ca…/src/pages/HomePage/sections/Process.tsx

29 lines
1.9 KiB
TypeScript

// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "process" section.
import React from 'react';
import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetailedSteps';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function ProcessSection(): React.JSX.Element {
return (
<div id="process" data-section="process">
<SectionErrorBoundary name="process">
<FeaturesDetailedSteps
tag="Our Process"
title="Simple Steps to Perfect Climate Control"
description="We make HVAC services easy and transparent. Here's how we ensure your comfort."
steps={[
{
tag: "Step 1", title: "Initial Assessment", subtitle: "Understanding Your Needs", description: "We start with a thorough inspection of your current HVAC system and discuss your specific requirements to tailor the best solution.", imageSrc: "http://img.b2bpic.net/free-photo/learning-map_1098-14838.jpg"},
{
tag: "Step 2", title: "Customized Planning", subtitle: "Tailored to Your Property", description: "Based on our assessment, we design a personalized solution that fits your budget and optimizes energy efficiency for long-term savings.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-engineer_23-2150290083.jpg"},
{
tag: "Step 3", title: "Expert Implementation", subtitle: "Seamless Setup & Testing", description: "Our certified technicians handle the installation with precision, followed by rigorous testing to ensure optimal performance and immediate comfort.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388996.jpg"},
]}
/>
</SectionErrorBoundary>
</div>
);
}