Bob AI: Remove unnecessary nav items to fix navbar layout

This commit is contained in:
kudinDmitriyUp
2026-06-14 01:26:14 +00:00
parent bdc48e32e0
commit 8558da74f8
9 changed files with 221 additions and 147 deletions

View File

@@ -0,0 +1,21 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "problem" section.
import React from 'react';
import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function ProblemSection(): React.JSX.Element {
return (
<div id="problem" data-section="problem">
<SectionErrorBoundary name="problem">
<AboutMediaOverlay
tag="이런 고민이 있으신가요?"
title="누수 문제를 정확히 파악하는 것이 우선입니다."
description="아랫집 누수 민원으로 당황하셨나요? 싱크대 아래나 벽면에서 원인 모를 물기가 보이시나요? 큰 공사가 될까 봐 걱정하지 마세요. 저희가 정밀 탐지로 원인 부위만 찾아 해결해 드립니다."
imageSrc="http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12665.jpg"
/>
</SectionErrorBoundary>
</div>
);
}