diff --git a/src/app/company-access/page.tsx b/src/app/company-access/page.tsx index a9a4439..f0c17c5 100644 --- a/src/app/company-access/page.tsx +++ b/src/app/company-access/page.tsx @@ -24,57 +24,40 @@ export default function LandingPage() {
@@ -84,6 +67,7 @@ export default function LandingPage() { useInvertedBackground={true} title="本社案内" description="英雄海運株式会社の本社は、交通の便が良い東京都中央区に位置しています。お客様のご来社を心よりお待ちしております。" + bulletPoints={[]} imageSrc="http://img.b2bpic.net/free-photo/bold-metro-station-chatelet-paris_23-2148232435.jpg" imageAlt="本社周辺の地図" mediaAnimation="slide-up" @@ -97,83 +81,49 @@ export default function LandingPage() { logoText="英雄海運株式会社" columns={[ { - title: "企業情報", - items: [ + title: "企業情報", items: [ { - label: "企業概要", - href: "/company-about", - }, + label: "企業概要", href: "/company-about"}, { - label: "社長メッセージ", - href: "/company-message", - }, + label: "社長メッセージ", href: "/company-message"}, { - label: "運行船舶一覧", - href: "/company-ship-introduction", - }, + label: "運行船舶一覧", href: "/company-ship-introduction"}, { - label: "千葉事業所", - href: "/company-office-introduction", - }, + label: "千葉事業所", href: "/company-office-introduction"}, { - label: "アクセス", - href: "/company-access", - }, + label: "アクセス", href: "/company-access"}, ], }, { - title: "グループ会社", - items: [ + title: "グループ会社", items: [ { - label: "グループ会社一覧", - href: "/group-company", - }, + label: "グループ会社一覧", href: "/group-company"}, { - label: "英雄化学株式会社", - href: "/group-company-eiyu-chemical", - }, + label: "英雄化学株式会社", href: "/group-company-eiyu-chemical"}, { - label: "森石油株式会社", - href: "/group-company-mori-oil", - }, + label: "森石油株式会社", href: "/group-company-mori-oil"}, ], }, { - title: "採用情報", - items: [ + title: "採用情報", items: [ { - label: "海上職採用", - href: "/20260501084426", - }, + label: "海上職採用", href: "/20260501084426"}, { - label: "陸上職採用", - href: "/20250126154522", - }, + label: "陸上職採用", href: "/20250126154522"}, { - label: "ギャラリー 海上", - href: "/20260501094352", - }, + label: "ギャラリー 海上", href: "/20260501094352"}, { - label: "ギャラリー 陸上", - href: "/gallery-rikujou", - }, + label: "ギャラリー 陸上", href: "/gallery-rikujou"}, { - label: "ISG海上環境安全協議会", - href: "/20260501104539", - }, + label: "ISG海上環境安全協議会", href: "/20260501104539"}, { - label: "乗組員お問い合わせ", - href: "https://www.eiyu-line.co.jp/form/eiyu-line/20250125223945", - }, + label: "乗組員お問い合わせ", href: "https://www.eiyu-line.co.jp/form/eiyu-line/20250125223945"}, ], }, { - title: "その他", - items: [ + title: "その他", items: [ { - label: "トップページ", - href: "/", - }, + label: "トップページ", href: "/"}, ], }, ]}