|
@@ -15,20 +15,16 @@ const Main = () => {
|
|
|
<>
|
|
<>
|
|
|
<PopupModal
|
|
<PopupModal
|
|
|
imageSrc="/image/popup/popup1.jpg"
|
|
imageSrc="/image/popup/popup1.jpg"
|
|
|
- button1Text="자세히 보기"
|
|
|
|
|
- button1Link="/business/sections"
|
|
|
|
|
- button2Text="전국 문의"
|
|
|
|
|
- button2Link="/business/sections"
|
|
|
|
|
|
|
+ buttonText="자세히 보기"
|
|
|
|
|
+ buttonLink="/maintenance/performance"
|
|
|
popupKey="popup_hidden_1"
|
|
popupKey="popup_hidden_1"
|
|
|
offsetRightPx={24} // right-6
|
|
offsetRightPx={24} // right-6
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
<PopupModal
|
|
<PopupModal
|
|
|
imageSrc="/image/popup/popup2.jpg"
|
|
imageSrc="/image/popup/popup2.jpg"
|
|
|
- button1Text="자세히 보기"
|
|
|
|
|
- button1Link="/business/sections"
|
|
|
|
|
- button2Text="견적 문의하기"
|
|
|
|
|
- button2Link="/business/sections"
|
|
|
|
|
|
|
+ buttonText="자세히 보기"
|
|
|
|
|
+ buttonLink="/maintenance/performance"
|
|
|
popupKey="popup_hidden_2"
|
|
popupKey="popup_hidden_2"
|
|
|
offsetRightPx={360} // right-90px (popup1 width + margin)
|
|
offsetRightPx={360} // right-90px (popup1 width + margin)
|
|
|
/>
|
|
/>
|