jh-linux 2 kuukautta sitten
vanhempi
sitoutus
50f5e27542

BIN
public/download/견적서최종.hwpx


+ 17 - 1
src/components/common/PopupModal.tsx

@@ -33,6 +33,14 @@ const PopupModal: React.FC<PopupModalProps> = ({
     setVisible(false);
   };
 
+    // 담당자 리스트 const
+    const contacts = [
+        { name: "손지태 실장", phone: "010-8515-6963" },
+        { name: "서민석 이사", phone: "010-3550-8596" },
+        { name: "권순재 이사", phone: "010-6201-3252" },
+        { name: "주문숙 이사", phone: "010-3570-4108" },
+    ];
+
   if (!visible) return null;
 
   return (
@@ -60,8 +68,16 @@ const PopupModal: React.FC<PopupModalProps> = ({
       <img
         src={imageSrc}
         alt="popup"
-        className="w-full h-auto min-h-[200px] rounded mb-4 object-contain"
+        className="w-full h-auto min-h-[200px] rounded object-contain"
       />
+        {/*담당자 리스트*/}
+        <div className="grid grid-cols-2 gap-2 mb-4 max-w-sm mx-auto text-[8px] sm:text-[10px]">
+            {contacts.map(({ name, phone }, idx) => (
+                <div key={idx} className="px-2 py-1 bg-gray-50 flex items-center justify-center text-gray-700">
+                    {name} {phone}
+                </div>
+            ))}
+        </div>
 
       {/* 버튼 영역 */}
       <div className="flex gap-2 mb-4">

+ 2 - 2
src/pages/maintenance/Performance.tsx

@@ -619,7 +619,7 @@ const Performance = () => {
           {/* 연락처 */}
           <div className="mt-16 text-center text-gray-700">
               <h3 className="text-xl sm:text-2xl font-bold text-blue-900 mb-4">
-                  [견적요청 및 문의]
+                  [견적요청 및 상담문의]
               </h3>
               <div className="space-y-2 text-base sm:text-lg">
                   <p>
@@ -647,7 +647,7 @@ const Performance = () => {
 
               <div className="mt-6">
                   <a
-                      href="/download/견적요청서.hwpx"
+                      href="/download/견적서최종.hwpx"
                       download
                       className="inline-block px-6 py-3 bg-blue-600 text-white font-semibold rounded-lg shadow-md hover:bg-blue-700 transition-colors"
                   >