Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
303
src/app/page.tsx
303
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "ホーム", id: "hero" },
|
||||||
name: "ホーム",
|
{ name: "サービス", id: "services" },
|
||||||
id: "hero",
|
{ name: "実績", id: "metrics" },
|
||||||
},
|
{ name: "採用", id: "about" },
|
||||||
{
|
{ name: "お問い合わせ", id: "contact" },
|
||||||
name: "サービス",
|
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "実績",
|
|
||||||
id: "metrics",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "採用",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "お問い合わせ",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="NIAGE-TECH"
|
brandName="NIAGE-TECH"
|
||||||
/>
|
/>
|
||||||
@@ -61,74 +46,20 @@ export default function LandingPage() {
|
|||||||
title="迅速・安全・確実な荷揚げサービス"
|
title="迅速・安全・確実な荷揚げサービス"
|
||||||
description="建設現場を支えるプロフェッショナル集団。重い資材も、複雑な現場も、私たちが安全かつ迅速に搬入します。"
|
description="建設現場を支えるプロフェッショナル集団。重い資材も、複雑な現場も、私たちが安全かつ迅速に搬入します。"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ name: "佐藤 健一", handle: "@satoken", testimonial: "非常に迅速で信頼できる仕事でした。またお願いします。", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-engineer-hard-hat-building_1303-21147.jpg" },
|
||||||
name: "佐藤 健一",
|
{ name: "田中 誠", handle: "@tanakam", testimonial: "若手が多く元気で、搬入も丁寧でした。", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-engineer-wearing-safety-helmet-uniform-holding-pencil-note-pad-looking-camera-pointing-side-isolated-blue-background_141793-133092.jpg" },
|
||||||
handle: "@satoken",
|
{ name: "鈴木 一郎", handle: "@suzukii", testimonial: "安全意識が非常に高く、現場のルールを遵守してくれます。", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/indian-man-working-male-yellow-vest-man-with-folder_1157-47547.jpg" },
|
||||||
testimonial: "非常に迅速で信頼できる仕事でした。またお願いします。",
|
{ name: "高橋 浩", handle: "@takahashih", testimonial: "複雑な現場条件でも問題なく対応してくれました。", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-project_23-2148751967.jpg" },
|
||||||
rating: 5,
|
{ name: "伊藤 悟", handle: "@itos", testimonial: "即日対応の柔軟性にはいつも助けられています。", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/engineer-uniform-checking-tasklist-smiling_114579-18999.jpg" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-engineer-hard-hat-building_1303-21147.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "田中 誠",
|
|
||||||
handle: "@tanakam",
|
|
||||||
testimonial: "若手が多く元気で、搬入も丁寧でした。",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-engineer-wearing-safety-helmet-uniform-holding-pencil-note-pad-looking-camera-pointing-side-isolated-blue-background_141793-133092.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "鈴木 一郎",
|
|
||||||
handle: "@suzukii",
|
|
||||||
testimonial: "安全意識が非常に高く、現場のルールを遵守してくれます。",
|
|
||||||
rating: 4,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-man-working-male-yellow-vest-man-with-folder_1157-47547.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "高橋 浩",
|
|
||||||
handle: "@takahashih",
|
|
||||||
testimonial: "複雑な現場条件でも問題なく対応してくれました。",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-project_23-2148751967.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "伊藤 悟",
|
|
||||||
handle: "@itos",
|
|
||||||
testimonial: "即日対応の柔軟性にはいつも助けられています。",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-uniform-checking-tasklist-smiling_114579-18999.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[{ text: "無料見積もり", href: "#contact" }, { text: "お問い合わせ", href: "#contact" }]}
|
||||||
{
|
imageSrc="http://img.b2bpic.net/free-photo/manager-meeting-with-engineer-outdoor-site-stack-hand-teamwork_554837-414.jpg"
|
||||||
text: "無料見積もり",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "お問い合わせ",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/manager-meeting-with-engineer-outdoor-site-stack-hand-teamwork_554837-414.jpg?_wi=1"
|
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/young-asian-engineers-caucasian-engineer-colleagues-site-inspector-discuss-together-using-notebook-computer-paper-blueprint-building-construction-sitehome-renovation-ideas-concept_609648-924.jpg", alt: "Team member 1" },
|
||||||
src: "http://img.b2bpic.net/free-photo/young-asian-engineers-caucasian-engineer-colleagues-site-inspector-discuss-together-using-notebook-computer-paper-blueprint-building-construction-sitehome-renovation-ideas-concept_609648-924.jpg",
|
{ src: "http://img.b2bpic.net/free-photo/manager-meeting-with-engineer-outdoor-site-stack-hand-teamwork_554837-416.jpg", alt: "Team member 2" },
|
||||||
alt: "Team member 1",
|
{ src: "http://img.b2bpic.net/free-photo/portrait-two-builders_1398-5117.jpg", alt: "Team member 3" },
|
||||||
},
|
{ src: "http://img.b2bpic.net/free-photo/colleagues-safety-equipment-working_23-2148976306.jpg", alt: "Team member 4" },
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772907.jpg", alt: "Team member 5" },
|
||||||
src: "http://img.b2bpic.net/free-photo/manager-meeting-with-engineer-outdoor-site-stack-hand-teamwork_554837-416.jpg",
|
|
||||||
alt: "Team member 2",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-two-builders_1398-5117.jpg",
|
|
||||||
alt: "Team member 3",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/colleagues-safety-equipment-working_23-2148976306.jpg",
|
|
||||||
alt: "Team member 4",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772907.jpg",
|
|
||||||
alt: "Team member 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -137,15 +68,8 @@ export default function LandingPage() {
|
|||||||
<InlineImageSplitTextAbout
|
<InlineImageSplitTextAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{ type: "text", content: "建設の未来を支える、確かな力。" },
|
||||||
type: "text",
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/young-asian-man-with-samurai-sword_52683-86690.jpg", alt: "About Niage" },
|
||||||
content: "建設の未来を支える、確かな力。",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "image",
|
|
||||||
src: "http://img.b2bpic.net/free-photo/young-asian-man-with-samurai-sword_52683-86690.jpg",
|
|
||||||
alt: "About Niage",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -157,40 +81,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "荷揚げ・資材搬入",
|
title: "荷揚げ・資材搬入", description: "あらゆる重量物に対応。", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/person-working-wood-working-industry-factory_23-2151352579.jpg" },
|
||||||
description: "あらゆる重量物に対応。",
|
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cantilever-loading-decks-concrete-frame-closeup-yellow-focus_169016-69863.jpg" }
|
||||||
phoneOne: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/person-working-wood-working-industry-factory_23-2151352579.jpg",
|
|
||||||
},
|
|
||||||
phoneTwo: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cantilever-loading-decks-concrete-frame-closeup-yellow-focus_169016-69863.jpg",
|
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/manager-meeting-with-engineer-outdoor-site-stack-hand-teamwork_554837-414.jpg?_wi=2",
|
|
||||||
imageAlt: "manual material transport",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "石膏ボード専門搬入",
|
title: "石膏ボード専門搬入", description: "破損なしで丁寧に運搬。", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-construction_23-2150772910.jpg" },
|
||||||
description: "破損なしで丁寧に運搬。",
|
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-with-safety-cap-working_23-2148976300.jpg" }
|
||||||
phoneOne: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-construction_23-2150772910.jpg",
|
|
||||||
},
|
|
||||||
phoneTwo: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-safety-cap-working_23-2148976300.jpg",
|
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-asian-man-with-samurai-sword_52683-86690.jpg",
|
|
||||||
imageAlt: "manual material transport",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "内装資材運搬",
|
title: "内装資材運搬", description: "内装工事の効率アップ。", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-care-warehouse-logistics_23-2149128296.jpg" },
|
||||||
description: "内装工事の効率アップ。",
|
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-42834.jpg" }
|
||||||
phoneOne: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-care-warehouse-logistics_23-2149128296.jpg",
|
|
||||||
},
|
|
||||||
phoneTwo: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-42834.jpg",
|
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-engineer-hard-hat-building_1303-21147.jpg?_wi=2",
|
|
||||||
imageAlt: "manual material transport",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
showStepNumbers={true}
|
showStepNumbers={true}
|
||||||
@@ -205,34 +105,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "m1", value: "500+", title: "対応現場数", items: ["建設現場", "リフォーム", "内装工事"] },
|
||||||
id: "m1",
|
{ id: "m2", value: "99%", title: "顧客満足度", items: ["丁寧な仕事", "迅速な対応"] },
|
||||||
value: "500+",
|
{ id: "m3", value: "24/7", title: "対応体制", items: ["即日対応", "緊急搬入"] },
|
||||||
title: "対応現場数",
|
|
||||||
items: [
|
|
||||||
"建設現場",
|
|
||||||
"リフォーム",
|
|
||||||
"内装工事",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m2",
|
|
||||||
value: "99%",
|
|
||||||
title: "顧客満足度",
|
|
||||||
items: [
|
|
||||||
"丁寧な仕事",
|
|
||||||
"迅速な対応",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m3",
|
|
||||||
value: "24/7",
|
|
||||||
title: "対応体制",
|
|
||||||
items: [
|
|
||||||
"即日対応",
|
|
||||||
"緊急搬入",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="信頼の実績"
|
title="信頼の実績"
|
||||||
description="私たちは数字で結果を残します。"
|
description="私たちは数字で結果を残します。"
|
||||||
@@ -246,48 +121,12 @@ export default function LandingPage() {
|
|||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "p1", name: "搬入風景", price: "", variant: "作業", imageSrc: "http://img.b2bpic.net/free-photo/discussing-project_1098-18150.jpg" },
|
||||||
id: "p1",
|
{ id: "p2", name: "チームワーク", price: "", variant: "結束", imageSrc: "http://img.b2bpic.net/free-photo/architects-working-project_23-2147702515.jpg" },
|
||||||
name: "搬入風景",
|
{ id: "p3", name: "石膏ボード搬入", price: "", variant: "専門", imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-heavy-wooden-materials_23-2148976282.jpg" },
|
||||||
price: "",
|
{ id: "p4", name: "資材運搬", price: "", variant: "物流", imageSrc: "http://img.b2bpic.net/free-photo/couple-with-thermoses-street_23-2147765319.jpg" },
|
||||||
variant: "作業",
|
{ id: "p5", name: "現場整理", price: "", variant: "整頓", imageSrc: "http://img.b2bpic.net/free-photo/three-architects-with-plan-table_23-2147702513.jpg" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/discussing-project_1098-18150.jpg",
|
{ id: "p6", name: "最終チェック", price: "", variant: "品質", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cartoon-shopping-cart_23-2151680600.jpg" },
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p2",
|
|
||||||
name: "チームワーク",
|
|
||||||
price: "",
|
|
||||||
variant: "結束",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/architects-working-project_23-2147702515.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p3",
|
|
||||||
name: "石膏ボード搬入",
|
|
||||||
price: "",
|
|
||||||
variant: "専門",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-heavy-wooden-materials_23-2148976282.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p4",
|
|
||||||
name: "資材運搬",
|
|
||||||
price: "",
|
|
||||||
variant: "物流",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-with-thermoses-street_23-2147765319.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p5",
|
|
||||||
name: "現場整理",
|
|
||||||
price: "",
|
|
||||||
variant: "整頓",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/three-architects-with-plan-table_23-2147702513.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p6",
|
|
||||||
name: "最終チェック",
|
|
||||||
price: "",
|
|
||||||
variant: "品質",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cartoon-shopping-cart_23-2151680600.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="私たちの仕事風景"
|
title="私たちの仕事風景"
|
||||||
description="現場での真剣な仕事をご覧ください。"
|
description="現場での真剣な仕事をご覧ください。"
|
||||||
@@ -299,46 +138,11 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "1", title: "信頼の仕事", quote: "期待以上の迅速さでした。", name: "佐藤 健一", role: "監督", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-with-tablet-looking-away_23-2148269385.jpg" },
|
||||||
id: "1",
|
{ id: "2", title: "素晴らしいチーム", quote: "若手が多く元気です。", name: "田中 誠", role: "工務店主", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-looking-tablet_23-2148921387.jpg" },
|
||||||
title: "信頼の仕事",
|
{ id: "3", title: "安全第一", quote: "安全意識が非常に高いです。", name: "鈴木 一郎", role: "現場管理者", imageSrc: "http://img.b2bpic.net/free-photo/engineers-analyzing-data-digital-tablet_1098-21101.jpg" },
|
||||||
quote: "期待以上の迅速さでした。",
|
{ id: "4", title: "また頼みます", quote: "プロ意識を感じます。", name: "高橋 浩", role: "建設会社経営", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-architect-close-up_23-2148243014.jpg" },
|
||||||
name: "佐藤 健一",
|
{ id: "5", title: "技術力が高い", quote: "複雑な現場でも安心です。", name: "伊藤 悟", role: "店舗改装", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-helmet_23-2148751968.jpg" },
|
||||||
role: "監督",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-with-tablet-looking-away_23-2148269385.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
title: "素晴らしいチーム",
|
|
||||||
quote: "若手が多く元気です。",
|
|
||||||
name: "田中 誠",
|
|
||||||
role: "工務店主",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-looking-tablet_23-2148921387.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
title: "安全第一",
|
|
||||||
quote: "安全意識が非常に高いです。",
|
|
||||||
name: "鈴木 一郎",
|
|
||||||
role: "現場管理者",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/engineers-analyzing-data-digital-tablet_1098-21101.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
title: "また頼みます",
|
|
||||||
quote: "プロ意識を感じます。",
|
|
||||||
name: "高橋 浩",
|
|
||||||
role: "建設会社経営",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-architect-close-up_23-2148243014.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
title: "技術力が高い",
|
|
||||||
quote: "複雑な現場でも安心です。",
|
|
||||||
name: "伊藤 悟",
|
|
||||||
role: "店舗改装",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-helmet_23-2148751968.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="お客様の声"
|
title="お客様の声"
|
||||||
description="信頼と実績の証。"
|
description="信頼と実績の証。"
|
||||||
@@ -350,21 +154,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "f1", title: "即日対応は可能ですか?", content: "はい、状況によりますが即日対応可能です。" },
|
||||||
id: "f1",
|
{ id: "f2", title: "地方への出張は可能ですか?", content: "はい、ご相談ください。" },
|
||||||
title: "即日対応は可能ですか?",
|
{ id: "f3", title: "料金はいくらからですか?", content: "現場の規模と条件により見積もりを提示します。" },
|
||||||
content: "はい、状況によりますが即日対応可能です。",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f2",
|
|
||||||
title: "地方への出張は可能ですか?",
|
|
||||||
content: "はい、ご相談ください。",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f3",
|
|
||||||
title: "料金はいくらからですか?",
|
|
||||||
content: "現場の規模と条件により見積もりを提示します。",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="よくある質問"
|
title="よくある質問"
|
||||||
description="ご不明な点はこちらをご覧ください。"
|
description="ご不明な点はこちらをご覧ください。"
|
||||||
@@ -375,9 +167,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "animated-grid" }}
|
||||||
variant: "animated-grid",
|
|
||||||
}}
|
|
||||||
title="お見積もり・採用応募"
|
title="お見積もり・採用応募"
|
||||||
description="まずはお気軽にお問い合わせください。"
|
description="まずはお気軽にお問い合わせください。"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/diverse-female-factory-workers-chatting-while-drinking-coffee-eating-cookies-sitting-wooden-pallet_74855-16361.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/diverse-female-factory-workers-chatting-while-drinking-coffee-eating-cookies-sitting-wooden-pallet_74855-16361.jpg"
|
||||||
@@ -387,12 +177,9 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterCard logoText="NIAGE-TECH" copyrightText="© 2025 NIAGE-TECH Inc." />
|
||||||
logoText="NIAGE-TECH"
|
|
||||||
copyrightText="© 2025 NIAGE-TECH Inc."
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user