Merge version_1 into main #2
@@ -26,25 +26,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
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="英雄海運株式会社"
|
||||
/>
|
||||
@@ -53,23 +43,16 @@ export default function LandingPage() {
|
||||
<div id="message-hero" data-section="message-hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="社長メッセージ"
|
||||
description="安全運航と安定供給を支える企業姿勢を、代表メッセージとして掲載しています。"
|
||||
kpis={[
|
||||
{
|
||||
value: "安全運航",
|
||||
label: "最優先の使命",
|
||||
},
|
||||
value: "安全運航", label: "最優先の使命"},
|
||||
{
|
||||
value: "安定供給",
|
||||
label: "社会への貢献",
|
||||
},
|
||||
value: "安定供給", label: "社会への貢献"},
|
||||
{
|
||||
value: "連携",
|
||||
label: "未来への挑戦",
|
||||
},
|
||||
value: "連携", label: "未来への挑戦"},
|
||||
]}
|
||||
enableKpiAnimation={false}
|
||||
mediaAnimation="none"
|
||||
@@ -84,6 +67,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="代表取締役 森 英三郎"
|
||||
description="英雄海運株式会社は、エネルギーの安定供給を支える海上輸送の現場で、安全を最優先に事業を続けてきました。\n\nこれからも船舶、乗組員、陸上スタッフ、関係各社との連携を大切にし、時代の変化に応える海運会社を目指します。"
|
||||
bulletPoints={[]}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lonely-boat-stands-pierce-covered-with-fog_1304-5354.jpg"
|
||||
imageAlt="Lonely boat stands on the pierce covered with fog"
|
||||
@@ -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: "/"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
293
src/app/page.tsx
293
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
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="英雄海運株式会社"
|
||||
/>
|
||||
@@ -57,55 +47,36 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="海から、次のエネルギーを動かす。"
|
||||
description="海上運送と船舶代理店業を軸に、エネルギーの安定供給を現場から支える英雄海運株式会社。"
|
||||
kpis={[
|
||||
{
|
||||
value: "運行船舶一覧",
|
||||
label: "多様な船舶でエネルギー輸送を担う",
|
||||
},
|
||||
value: "運行船舶一覧", label: "多様な船舶でエネルギー輸送を担う"},
|
||||
{
|
||||
value: "千葉事業所",
|
||||
label: "船舶代理店業の拠点として現場を支える",
|
||||
},
|
||||
value: "千葉事業所", label: "船舶代理店業の拠点として現場を支える"},
|
||||
{
|
||||
value: "求人お問い合わせ",
|
||||
label: "海上・陸上職で未来を共に創る仲間を募集",
|
||||
},
|
||||
value: "求人お問い合わせ", label: "海上・陸上職で未来を共に創る仲間を募集"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "企業情報を見る",
|
||||
href: "/company",
|
||||
},
|
||||
text: "企業情報を見る", href: "/company"},
|
||||
{
|
||||
text: "採用情報を見る",
|
||||
href: "/20260501084426",
|
||||
},
|
||||
text: "採用情報を見る", href: "/20260501084426"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/boat-tropical-river-with-blue-sky_632498-1066.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/boat-tropical-river-with-blue-sky_632498-1066.jpg"
|
||||
imageAlt="大型タンカーと夕日"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/foundation-business-logo-template-modern-ocean-wave-design-vector_53876-143563.jpg",
|
||||
alt: "Foundation business logo template, modern ocean wave design vector",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/foundation-business-logo-template-modern-ocean-wave-design-vector_53876-143563.jpg", alt: "Foundation business logo template, modern ocean wave design vector"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/abstract-colorful-business-card-template_23-2148333368.jpg",
|
||||
alt: "Abstract colorful business card template",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/abstract-colorful-business-card-template_23-2148333368.jpg", alt: "Abstract colorful business card template"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/environment-business-logo-template-blue-modern-water-design-vector_53876-143562.jpg",
|
||||
alt: "Environment business logo template, blue modern water design vector",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/environment-business-logo-template-blue-modern-water-design-vector_53876-143562.jpg", alt: "Environment business logo template, blue modern water design vector"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/water-wave-splash-logo_126523-776.jpg",
|
||||
alt: "Water Wave Splash",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/water-wave-splash-logo_126523-776.jpg", alt: "Water Wave Splash"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -117,44 +88,24 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "海上運送業",
|
||||
description: "石油製品の安全・安定輸送を通じて、日本の産業と暮らしに貢献します。",
|
||||
buttons: [
|
||||
title: "海上運送業", description: "石油製品の安全・安定輸送を通じて、日本の産業と暮らしに貢献します。", buttons: [
|
||||
{
|
||||
text: "詳細を見る",
|
||||
href: "/company",
|
||||
},
|
||||
text: "詳細を見る", href: "/company"},
|
||||
],
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburg-theaters-urban-waterfront-port-cranes_169016-68462.jpg",
|
||||
imageAlt: "海上運送業の貨物船",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburg-theaters-urban-waterfront-port-cranes_169016-68462.jpg", imageAlt: "海上運送業の貨物船"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cargo-ship-miami-harbor_649448-5341.jpg",
|
||||
imageAlt: "海上運送業の貨物船",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/wave-logo-design_271628-303.jpg?_wi=1",
|
||||
imageAlt: "海上運送業 貨物船",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cargo-ship-miami-harbor_649448-5341.jpg", imageAlt: "海上運送業の貨物船"},
|
||||
},
|
||||
{
|
||||
title: "船舶代理店業",
|
||||
description: "入出港手続きから荷役調整まで、船舶運航に関わる多岐にわたる業務を代行します。",
|
||||
buttons: [
|
||||
title: "船舶代理店業", description: "入出港手続きから荷役調整まで、船舶運航に関わる多岐にわたる業務を代行します。", buttons: [
|
||||
{
|
||||
text: "詳細を見る",
|
||||
href: "/company-office-introduction",
|
||||
},
|
||||
text: "詳細を見る", href: "/company-office-introduction"},
|
||||
],
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/harbor-with-boats-blue-sea_23-2148249086.jpg",
|
||||
imageAlt: "船舶代理店業のオフィスワーク",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/harbor-with-boats-blue-sea_23-2148249086.jpg", imageAlt: "船舶代理店業のオフィスワーク"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lady-taking-selfie-near-laptop-table_23-2147953179.jpg",
|
||||
imageAlt: "船舶代理店業のオフィスワーク",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boat-tropical-river-with-blue-sky_632498-1066.jpg?_wi=2",
|
||||
imageAlt: "海上運送業 貨物船",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lady-taking-selfie-near-laptop-table_23-2147953179.jpg", imageAlt: "船舶代理店業のオフィスワーク"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -171,35 +122,23 @@ export default function LandingPage() {
|
||||
description="英雄海運株式会社の基本情報、事業内容、アクセスなどをご覧いただけます。"
|
||||
buttons={[
|
||||
{
|
||||
text: "企業情報を見る",
|
||||
href: "/company",
|
||||
},
|
||||
text: "企業情報を見る", href: "/company"},
|
||||
]}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "企業概要",
|
||||
description: "会社の設立、所在地、資本金、取引先などの基本情報です。",
|
||||
icon: Building2,
|
||||
title: "企業概要", description: "会社の設立、所在地、資本金、取引先などの基本情報です。", icon: Building2,
|
||||
},
|
||||
{
|
||||
title: "社長メッセージ",
|
||||
description: "代表からのご挨拶と、安全運航にかける想いをお伝えします。",
|
||||
icon: MessageSquare,
|
||||
title: "社長メッセージ", description: "代表からのご挨拶と、安全運航にかける想いをお伝えします。", icon: MessageSquare,
|
||||
},
|
||||
{
|
||||
title: "運行船舶一覧",
|
||||
description: "英雄海運が運行する船舶のラインナップと詳細情報です。",
|
||||
icon: Globe,
|
||||
title: "運行船舶一覧", description: "英雄海運が運行する船舶のラインナップと詳細情報です。", icon: Globe,
|
||||
},
|
||||
{
|
||||
title: "千葉事業所",
|
||||
description: "出光千葉代理店としての拠点業務をご紹介します。",
|
||||
icon: MapPin,
|
||||
title: "千葉事業所", description: "出光千葉代理店としての拠点業務をご紹介します。", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "アクセス",
|
||||
description: "本社への地図と連絡先をご案内します。",
|
||||
icon: Navigation,
|
||||
title: "アクセス", description: "本社への地図と連絡先をご案内します。", icon: Navigation,
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -217,19 +156,9 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "eiyu-chemical",
|
||||
name: "英雄化学株式会社",
|
||||
price: " ",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-wooden-road-leading-train-covered-with-snow_181624-37840.jpg",
|
||||
imageAlt: "英雄化学株式会社の企業イメージ",
|
||||
},
|
||||
id: "eiyu-chemical", name: "英雄化学株式会社", price: " ", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-wooden-road-leading-train-covered-with-snow_181624-37840.jpg", imageAlt: "英雄化学株式会社の企業イメージ"},
|
||||
{
|
||||
id: "mori-oil",
|
||||
name: "森石油株式会社",
|
||||
price: " ",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pollution-industry-exterior-daylight_23-2149057682.jpg",
|
||||
imageAlt: "森石油株式会社の企業イメージ",
|
||||
},
|
||||
id: "mori-oil", name: "森石油株式会社", price: " ", imageSrc: "http://img.b2bpic.net/free-photo/pollution-industry-exterior-daylight_23-2149057682.jpg", imageAlt: "森石油株式会社の企業イメージ"},
|
||||
]}
|
||||
title="グループ会社一覧"
|
||||
description="英雄海運グループは、関連事業を通じて社会の発展に貢献しています。"
|
||||
@@ -243,64 +172,34 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "海上職求人情報",
|
||||
description: "エネルギー物流の最前線で活躍する船員を募集しています。",
|
||||
buttons: [
|
||||
title: "海上職求人情報", description: "エネルギー物流の最前線で活躍する船員を募集しています。", buttons: [
|
||||
{
|
||||
text: "詳細を見る",
|
||||
href: "/20260501084426",
|
||||
},
|
||||
text: "詳細を見る", href: "/20260501084426"},
|
||||
],
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-full-shot_23-2149714278.jpg",
|
||||
imageAlt: "海上職の船員がデッキで作業する様子",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-full-shot_23-2149714278.jpg", imageAlt: "海上職の船員がデッキで作業する様子"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-hard-hat-conducts-system-inspections-offshore-drilling-rig-from-industrial-platform_482257-135940.jpg",
|
||||
imageAlt: "海上職の船員がデッキで作業する様子",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/wave-logo-design_271628-303.jpg?_wi=2",
|
||||
imageAlt: "船員 デッキ 清掃",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-hard-hat-conducts-system-inspections-offshore-drilling-rig-from-industrial-platform_482257-135940.jpg", imageAlt: "海上職の船員がデッキで作業する様子"},
|
||||
},
|
||||
{
|
||||
title: "陸上職採用情報",
|
||||
description: "本社・千葉事業所で海上物流を支える陸上スタッフを募集しています。",
|
||||
buttons: [
|
||||
title: "陸上職採用情報", description: "本社・千葉事業所で海上物流を支える陸上スタッフを募集しています。", buttons: [
|
||||
{
|
||||
text: "詳細を見る",
|
||||
href: "/20250126154522",
|
||||
},
|
||||
text: "詳細を見る", href: "/20250126154522"},
|
||||
],
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-listening-his-employee_1098-1736.jpg",
|
||||
imageAlt: "陸上職のオフィスワーク風景",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-listening-his-employee_1098-1736.jpg", imageAlt: "陸上職のオフィスワーク風景"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wall-people-mobile-multiethnic-connection_1253-858.jpg",
|
||||
imageAlt: "陸上職のオフィスワーク風景",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boat-tropical-river-with-blue-sky_632498-1066.jpg?_wi=3",
|
||||
imageAlt: "船員 デッキ 清掃",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wall-people-mobile-multiethnic-connection_1253-858.jpg", imageAlt: "陸上職のオフィスワーク風景"},
|
||||
},
|
||||
{
|
||||
title: "乗組員お問い合わせ",
|
||||
description: "乗組員の求人に関するお問い合わせはこちらからどうぞ。",
|
||||
buttons: [
|
||||
title: "乗組員お問い合わせ", description: "乗組員の求人に関するお問い合わせはこちらからどうぞ。", buttons: [
|
||||
{
|
||||
text: "お問い合わせ",
|
||||
href: "https://www.eiyu-line.co.jp/form/eiyu-line/20250125223945",
|
||||
},
|
||||
text: "お問い合わせ", href: "https://www.eiyu-line.co.jp/form/eiyu-line/20250125223945"},
|
||||
],
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-blue-sea-boat_181624-40741.jpg",
|
||||
imageAlt: "船上からの海の景色",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-blue-sea-boat_181624-40741.jpg", imageAlt: "船上からの海の景色"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/transport-logistics-concept_23-2151541884.jpg",
|
||||
imageAlt: "船上からの海の景色",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-boat-water_23-2150785182.jpg?_wi=1",
|
||||
imageAlt: "船員 デッキ 清掃",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/transport-logistics-concept_23-2151541884.jpg", imageAlt: "船上からの海の景色"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -318,26 +217,11 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "marine-gallery-link",
|
||||
name: "ギャラリー 海上",
|
||||
price: " ",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-clipboard_23-2148902559.jpg",
|
||||
imageAlt: "海上ギャラリーイメージ",
|
||||
},
|
||||
id: "marine-gallery-link", name: "ギャラリー 海上", price: " ", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-clipboard_23-2148902559.jpg", imageAlt: "海上ギャラリーイメージ"},
|
||||
{
|
||||
id: "land-gallery-link",
|
||||
name: "ギャラリー 陸上",
|
||||
price: " ",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-asia-young-creative-people-smart-casual-wear-discussing-business-celebrate-giving-five-after-dealing-feeling-happy-signing-contract-agreement-office-coworker-teamwork-concept_7861-2534.jpg",
|
||||
imageAlt: "陸上ギャラリーイメージ",
|
||||
},
|
||||
id: "land-gallery-link", name: "ギャラリー 陸上", price: " ", imageSrc: "http://img.b2bpic.net/free-photo/group-asia-young-creative-people-smart-casual-wear-discussing-business-celebrate-giving-five-after-dealing-feeling-happy-signing-contract-agreement-office-coworker-teamwork-concept_7861-2534.jpg", imageAlt: "陸上ギャラリーイメージ"},
|
||||
{
|
||||
id: "isg-council-link",
|
||||
name: "ISG海上環境安全協議会",
|
||||
price: " ",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-boat-water_23-2150785182.jpg?_wi=2",
|
||||
imageAlt: "ISG海上環境安全協議会イメージ",
|
||||
},
|
||||
id: "isg-council-link", name: "ISG海上環境安全協議会", price: " ", imageSrc: "http://img.b2bpic.net/free-photo/view-boat-water_23-2150785182.jpg", imageAlt: "ISG海上環境安全協議会イメージ"},
|
||||
]}
|
||||
title="ギャラリー"
|
||||
description="英雄海運の活動を写真でご紹介します。"
|
||||
@@ -348,20 +232,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="お問い合わせ"
|
||||
title="海運の未来を、共に創造する仲間を求めています"
|
||||
description="英雄海運では、日本のエネルギー物流を支える海上・陸上職のプロフェッショナルを募集しています。あなたの情熱を、ここで活かしませんか。"
|
||||
buttons={[
|
||||
{
|
||||
text: "採用情報を見る",
|
||||
href: "/20260501084426",
|
||||
},
|
||||
text: "採用情報を見る", href: "/20260501084426"},
|
||||
{
|
||||
text: "乗組員お問い合わせ",
|
||||
href: "https://www.eiyu-line.co.jp/form/eiyu-line/20250125223945",
|
||||
},
|
||||
text: "乗組員お問い合わせ", href: "https://www.eiyu-line.co.jp/form/eiyu-line/20250125223945"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -373,83 +252,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: "/"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user