22 lines
992 B
TypeScript
22 lines
992 B
TypeScript
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
|
// file as the canonical source for the "why-us" section.
|
|
|
|
import React from 'react';
|
|
import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay';
|
|
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
|
|
|
export default function WhyUsSection(): React.JSX.Element {
|
|
return (
|
|
<div id="why-us" data-section="why-us">
|
|
<SectionErrorBoundary name="why-us">
|
|
<AboutMediaOverlay
|
|
tag="부부 운영 안심 업체"
|
|
title="왜 '해온누수'를 선택해야 할까요?"
|
|
description="당일 출장과 당일 해결을 원칙으로 하며, 필요한 부분만 정확히 수리하여 불필요한 비용을 줄입니다. 작업 후 재검사까지 꼼꼼하게 확인합니다."
|
|
imageSrc="http://img.b2bpic.net/free-photo/mechanical-wrench-desk_23-2148557960.jpg"
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
);
|
|
}
|