diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx
index 531f291..6295949 100644
--- a/src/components/Footer.jsx
+++ b/src/components/Footer.jsx
@@ -93,12 +93,13 @@ const INFO_TEXT = {
ko: {
ceo: "대표. 최현식",
bizNo: "사업자등록번호. 393-81-00110",
- address: "인천광역시 서구 로봇랜드로 155-11 로봇랜드 14층 1401~2호",
+ address: "인천광역시 서해구 로봇랜드로 155-11 로봇랜드 14층 1401~2호",
},
en: {
ceo: "CEO. Choi Hyun-sik",
bizNo: "Biz. Reg. No. 393-81-00110",
- address: "14F, 1401-2, 155-11 Robot Land-ro, Seo-gu, Incheon, Republic of Korea",
+ address:
+ "14F, 1401-2, 155-11 Robot Land-ro, Seo-gu, Incheon, Republic of Korea",
},
};
@@ -155,14 +156,17 @@ function Footer() {
|
- E-mail. help@palnet.co.kr
+ E-mail.{" "}
+ help@palnet.co.kr
-
Copyright © (주) PALNETWORKS. All rights reserved.
+
+ Copyright © (주) PALNETWORKS. All rights reserved.
+
-
Privacy Policy
diff --git a/src/pages/company/LocationPage.jsx b/src/pages/company/LocationPage.jsx
index 03df013..a1a8a35 100644
--- a/src/pages/company/LocationPage.jsx
+++ b/src/pages/company/LocationPage.jsx
@@ -24,7 +24,7 @@ const COMPANY_NAV_EN = [
const INFO_KO = [
{
label: "주소",
- value: "인천광역시 서구 로봇랜드로 155-11\n로봇랜드 14층 1401~2호",
+ value: "인천광역시 서해구 로봇랜드로 155-11\n로봇랜드 14층 1401~2호",
},
{ label: "전화", value: "032-727-5909", href: "tel:032-727-5909" },
{ label: "팩스", value: "032-727-5908" },
@@ -65,7 +65,8 @@ const INFO_MAGOK_KO = [
const INFO_MAGOK_EN = [
{
label: "Address",
- value: "Seoul Magok District Centennia Building\n219 Gonghangdae-ro, Gangseo-gu, Seoul",
+ value:
+ "Seoul Magok District Centennia Building\n219 Gonghangdae-ro, Gangseo-gu, Seoul",
},
{ label: "Phone", value: "032-727-5909", href: "tel:032-727-5909" },
{
@@ -247,12 +248,15 @@ const TRANSPORT_MAGOK_EN = [
},
];
-const MAP_INCHEON = "https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d3164.5077769134846!2d126.60837056230932!3d37.51952592193411!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1z7J247LKcIOuhnOu0h-uenOuTnA!5e0!3m2!1sko!2skr!4v1779870074094!5m2!1sko!2skr";
-const MAP_MAGOK = "https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d3162.80690228454!2d126.82939801231092!3d37.559612971923826!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1z7IS87YWM64uI7JWE!5e0!3m2!1sko!2skr!4v1779871233362!5m2!1sko!2skr";
+const MAP_INCHEON =
+ "https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d3164.5077769134846!2d126.60837056230932!3d37.51952592193411!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1z7J247LKcIOuhnOu0h-uenOuTnA!5e0!3m2!1sko!2skr!4v1779870074094!5m2!1sko!2skr";
+const MAP_MAGOK =
+ "https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d3162.80690228454!2d126.82939801231092!3d37.559612971923826!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1z7IS87YWM64uI7JWE!5e0!3m2!1sko!2skr!4v1779871233362!5m2!1sko!2skr";
const PAGE_TEXT = {
ko: {
- heroSub: "고객 여러분의 방문을 위해 팔네트웍스의 위치 정보를 안내해드립니다.",
+ heroSub:
+ "고객 여러분의 방문을 위해 팔네트웍스의 위치 정보를 안내해드립니다.",
tabIncheon: "인천 본사",
tabMagok: "마곡 지점",
companyInfoLabel: "회사 정보",
@@ -278,7 +282,9 @@ const PAGE_TEXT = {
<>
Weekdays 09:00 – 18:00
- Closed on weekends & holidays
+
+ Closed on weekends & holidays
+
>
),
inquiryBtn: "Inquiry",
@@ -292,8 +298,10 @@ export default function LocationPage() {
const COMPANY_NAV = lang === "en" ? COMPANY_NAV_EN : COMPANY_NAV_KO;
const INFO = lang === "en" ? INFO_EN : INFO_KO;
const INFO_MAGOK = lang === "en" ? INFO_MAGOK_EN : INFO_MAGOK_KO;
- const TRANSPORT_INCHEON = lang === "en" ? TRANSPORT_INCHEON_EN : TRANSPORT_INCHEON_KO;
- const TRANSPORT_MAGOK = lang === "en" ? TRANSPORT_MAGOK_EN : TRANSPORT_MAGOK_KO;
+ const TRANSPORT_INCHEON =
+ lang === "en" ? TRANSPORT_INCHEON_EN : TRANSPORT_INCHEON_KO;
+ const TRANSPORT_MAGOK =
+ lang === "en" ? TRANSPORT_MAGOK_EN : TRANSPORT_MAGOK_KO;
const t = PAGE_TEXT[lang];
const ref = useFadeIn();
@@ -318,7 +326,13 @@ export default function LocationPage() {
-
+
Find Us,
@@ -330,10 +344,16 @@ export default function LocationPage() {
-
@@ -341,9 +361,21 @@ export default function LocationPage() {
{/* 지도 */}
-
+
-
+
@@ -359,7 +391,9 @@ export default function LocationPage() {
delay: 0.15,
}}
>
- {t.companyInfoLabel}
+
+ {t.companyInfoLabel}
+
{currentInfo.map((item) => (
-
- {item.label}
+
+ {item.label}
+
{item.href ? (
{item.value}
) : (
-
+
{item.value}
)}
@@ -392,16 +431,31 @@ export default function LocationPage() {
{t.hoursLabel}
{t.hoursText}
- (e.currentTarget.style.opacity = ".85")} onMouseLeave={(e) => (e.currentTarget.style.opacity = "1")}>
+
+ (e.currentTarget.style.opacity = ".85")
+ }
+ onMouseLeave={(e) => (e.currentTarget.style.opacity = "1")}
+ >
{t.inquiryBtn}
{/* 교통편 */}
-
+
-
{t.transportTitle}
+
+ {t.transportTitle}
+
{currentTransport.map((item, i) => (
-
{item.badge}
+
+ {item.badge}
+
{item.items.map((route, j) => (
-
{route.title}
-
{route.desc}
+
+ {route.title}
+
+
+ {route.desc}
+
))}