Browse Source

fix : detail 수정

remotes/origin/main
이시연 2 weeks ago
parent
commit
d5b7c78221
  1. BIN
      public/images/banner06.png
  2. BIN
      public/images/ibe_computer.png
  3. BIN
      public/images/partner/banner06.png
  4. BIN
      public/images/partner/banner22.png
  5. 15
      src/components/Footer.jsx
  6. 2
      src/css/common.css
  7. 4
      src/css/main.css
  8. 4
      src/pages/company/AboutPage.jsx
  9. 2
      src/pages/company/HistoryPage.jsx

BIN
public/images/banner06.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

BIN
public/images/ibe_computer.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 966 KiB

After

Width:  |  Height:  |  Size: 962 KiB

BIN
public/images/partner/banner06.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 51 KiB

BIN
public/images/partner/banner22.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 1.9 MiB

15
src/components/Footer.jsx

@ -30,8 +30,8 @@ const footerNav = [
items: [ items: [
{ label: "비행상황관리 시스템", to: "/solution/flight-control" }, { label: "비행상황관리 시스템", to: "/solution/flight-control" },
{ label: "IBE", to: "/solution/ibe" }, { label: "IBE", to: "/solution/ibe" },
{ label: "스마트 관광 예약", to: "/solution/smart-tour" }, // { label: " ", to: "/solution/smart-tour" },
{ label: "KT G-cloud 인천총판", to: "/solution/kt-gcloud" }, // { label: "KT G-cloud ", to: "/solution/kt-gcloud" },
], ],
}, },
{ {
@ -80,7 +80,9 @@ function Footer() {
<span className="info-item">사업자등록번호. 393-81-00110</span> <span className="info-item">사업자등록번호. 393-81-00110</span>
</p> </p>
<p> <p>
<span className="info-item">인천광역시 서구 로봇랜드로 155-11 로봇랜드 14 1401~2</span> <span className="info-item">
인천광역시 서구 로봇랜드로 155-11 로봇랜드 14 1401~2
</span>
</p> </p>
<p> <p>
<span className="info-item"> <span className="info-item">
@ -92,14 +94,17 @@ function Footer() {
</span> </span>
<span className="sep">|</span> <span className="sep">|</span>
<span className="info-item"> <span className="info-item">
<span className="strong">E-mail.</span> <a href="mailto:help@palnet.co.kr">help@palnet.co.kr</a> <span className="strong">E-mail.</span>{" "}
<a href="mailto:help@palnet.co.kr">help@palnet.co.kr</a>
</span> </span>
</p> </p>
</div> </div>
</div> </div>
<div className="footer-bot"> <div className="footer-bot">
<p className="footer-copy">Copyright © () PALNETWORKS. All rights reserved.</p> <p className="footer-copy">
Copyright © () PALNETWORKS. All rights reserved.
</p>
<ul className="footer-policy"> <ul className="footer-policy">
<li> <li>
<a href="#none">Privacy Policy</a> <a href="#none">Privacy Policy</a>

2
src/css/common.css

@ -165,7 +165,7 @@ body{overflow-x:hidden;}
.partners-grid--4 .partners-logo-cell:nth-last-child(-n+4) { border-bottom: none; } .partners-grid--4 .partners-logo-cell:nth-last-child(-n+4) { border-bottom: none; }
.partners-grid--5 .partners-logo-cell:nth-child(5n) { border-right: none; } .partners-grid--5 .partners-logo-cell:nth-child(5n) { border-right: none; }
.partners-grid--5 .partners-logo-cell:nth-last-child(-n+5) { border-bottom: none; } .partners-grid--5 .partners-logo-cell:nth-last-child(-n+5) { border-bottom: none; }
.partners-logo-cell img { max-width: 75%; max-height: 28px; width: auto; height: auto; object-fit: contain;transition:0.3s all;} .partners-logo-cell img { max-width: 75%; max-height: 40px; width: auto; height: auto; object-fit: contain;transition:0.3s all;}
.partners-logo-cell img:hover{transform: scale(1.1);transition:0.3s all;} .partners-logo-cell img:hover{transform: scale(1.1);transition:0.3s all;}
.cta-box { position: relative; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; padding: 48px 56px; border-radius: 24px; overflow: hidden; background: var(--color-primary); } .cta-box { position: relative; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; padding: 48px 56px; border-radius: 24px; overflow: hidden; background: var(--color-primary); }

4
src/css/main.css

@ -376,6 +376,10 @@ body{overflow-x:hidden;}
.light-flight__price { font-size: 13px; font-weight: 700; color: #4f46e5; } .light-flight__price { font-size: 13px; font-weight: 700; color: #4f46e5; }
.light-flight__btn { font-size: 10px; font-weight: 700; padding: 5px 12px; border-radius: 6px; background: #1a1f5e; color: #fff; } .light-flight__btn { font-size: 10px; font-weight: 700; padding: 5px 12px; border-radius: 6px; background: #1a1f5e; color: #fff; }
.light-flight--active .light-flight__btn { background: #4f46e5; } .light-flight--active .light-flight__btn { background: #4f46e5; }
/* 드래그 방지 */
.dark-closeup { user-select: none; pointer-events: none; }
.light-closeup { user-select: none; pointer-events: none; }
@media (max-width: 768px) { @media (max-width: 768px) {
.main-solution-section { padding: 86px 6vw 120px; } .main-solution-section { padding: 86px 6vw 120px; }
.main-solution-card { grid-template-columns: 1fr; } .main-solution-card { grid-template-columns: 1fr; }

4
src/pages/company/AboutPage.jsx

@ -354,7 +354,7 @@ export default function AboutPage() {
</section> </section>
{/* 인증 및 특허 */} {/* 인증 및 특허 */}
<section className="about-cert-section"> {/* <section className="about-cert-section">
<p className="about-section-label">Certification</p> <p className="about-section-label">Certification</p>
<h3 className="about-cert-title">인증 특허 현황</h3> <h3 className="about-cert-title">인증 특허 현황</h3>
@ -413,7 +413,7 @@ export default function AboutPage() {
</div> </div>
))} ))}
</div> </div>
</section> </section> */}
</div> </div>
</div> </div>
{/* CTA */} {/* CTA */}

2
src/pages/company/HistoryPage.jsx

@ -262,7 +262,7 @@ export default function HistoryPage() {
label="Company" label="Company"
title={ title={
<> <>
<em>HISTORY</em> <em>History</em>
</> </>
} }
navItems={COMPANY_NAV} navItems={COMPANY_NAV}

Loading…
Cancel
Save