Update src/app/company-access/page.tsx

This commit is contained in:
2026-06-12 06:43:10 +00:00
parent a45ebc5282
commit c1812656b8

View File

@@ -24,57 +24,40 @@ export default function LandingPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="英雄海運株式会社"
navItems={[
{
name: "ホーム",
id: "/",
},
name: "ホーム", id: "/"},
{
name: "企業情報",
id: "/company",
},
name: "企業情報", id: "/company"},
{
name: "グループ会社",
id: "/group-company",
},
name: "グループ会社", id: "/group-company"},
{
name: "海上職採用",
id: "/20260501084426",
},
name: "海上職採用", id: "/20260501084426"},
{
name: "陸上職採用",
id: "/20250126154522",
},
name: "陸上職採用", id: "/20250126154522"},
]}
brandName="英雄海運株式会社"
/>
</div>
<div id="access-hero" data-section="access-hero">
<HeroSplitKpi
background={{
variant: "plain",
}}
variant: "plain"}}
title="アクセス"
description="本社へのアクセス情報です。"
kpis={[
{
value: "本社所在地",
label: "東京都中央区入船",
},
value: "本社所在地", label: "東京都中央区入船"},
{
value: "TEL",
label: "03-5543-1500",
},
value: "TEL", label: "03-5543-1500"},
{
value: "FAX",
label: "03-5543-1533",
},
value: "FAX", label: "03-5543-1533"},
]}
enableKpiAnimation={false}
mediaAnimation="none"
imageSrc="http://img.b2bpic.net/free-photo/travel-scene-with-pastel-colors-dreamy-atmosphere_23-2151450659.jpg"
imageAlt="Travel scene with pastel colors and dreamy atmosphere"
mediaAnimation="none"
/>
</div>
@@ -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: "/"},
],
},
]}