Prechádzať zdrojové kódy

시공현장 2차 완

home 6 mesiacov pred
rodič
commit
ab25926665

+ 7 - 2
src/componenets/projeect/index.jsx

@@ -11,7 +11,7 @@ const Project = () => {
             {/* cardList */}
             <div className="grid grid-cols-4 gap-x-8 gap-y-10 mt-10">
                 {projectList.map((project, index) => (
-                    <div className="relative overflow-hidden rounded-lg shadow-lg group">
+                    <div key={index} className="relative overflow-hidden rounded-lg shadow-lg group">
                         <img
                             src={project.imageUrl}
                             alt={project.title}
@@ -37,7 +37,12 @@ const Project = () => {
                     </div>
                 ))}
             </div>
-
+            
+            <div className="flex justify-center items-center my-20">
+                <div className="w-44 px-8 py-3 outline outline-white">
+                    <div className="w-28 text-center text-white text-base font-semibold font-['Inter']">MORE</div>
+                </div>
+            </div>
         </div>
     )
 }

+ 32 - 2
src/componenets/projeect/projectCardList.json

@@ -2,12 +2,12 @@
   {
     "title": "BNK 경남은행 전산 & 데이터센터",
     "description": "",
-    "imageUrl": "/hero3.png"
+    "imageUrl": "/hero3.jpg"
   },
   {
     "title": "롯데캐슬 드메르",
     "description": "발주처 : 롯데건설\n부산 북항 초고층 복합개발사업 중 통신공사 (롯데 드메르)\n계약금액 : 1,351,200,000원",
-    "imageUrl": "/hero3.png"
+    "imageUrl": "/hero3.jpg"
   },
   {
     "title": "협성마리나 G7",
@@ -28,5 +28,35 @@
     "title": "강서구 BGF 리테일 CU 물류창고",
     "description": "",
     "imageUrl": "/hero3.png"
+  },
+  {
+    "title": "기장 오시리아 메디타운",
+    "description": "",
+    "imageUrl": "/hero3.png"
+  },
+  {
+    "title": "부산대학교병원 아트리움",
+    "description": "",
+    "imageUrl": "/hero3.png"
+  },
+  {
+    "title": "김해물류센터",
+    "description": "",
+    "imageUrl": "/hero3.png"
+  },
+  {
+    "title": "롯데호텔앤리조트 김해",
+    "description": "",
+    "imageUrl": "/hero3.png"
+  },
+  {
+    "title": "롯데리조트제주 아트발라스",
+    "description": "",
+    "imageUrl": "/hero3.png"
+  },
+  {
+    "title": "부암 서희 스타힐스",
+    "description": "",
+    "imageUrl": "/hero3.png"
   }
 ]