Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-13 04:45:19 +00:00

View File

@@ -13,7 +13,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Home, Star, Tool } from "lucide-react";
import { Home, Star, Wrench } from "lucide-react";
export default function LandingPage() {
return (
@@ -34,34 +34,20 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "ホーム",
id: "/",
},
name: "ホーム", id: "/"},
{
name: "会社概要",
id: "#about",
},
name: "会社概要", id: "#about"},
{
name: "サービス",
id: "#features",
},
name: "サービス", id: "#features"},
{
name: "施工事例",
id: "#portfolio",
},
name: "施工事例", id: "#portfolio"},
{
name: "お客様の声",
id: "#testimonials",
},
name: "お客様の声", id: "#testimonials"},
{
name: "お問い合わせ",
id: "#contact",
},
name: "お問い合わせ", id: "#contact"},
]}
button={{
text: "無料見積もり",
href: "#contact",
}}
text: "無料見積もり", href: "#contact"}}
brandName="株式会社鵬"
/>
</div>
@@ -69,69 +55,42 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "plain",
}}
variant: "plain"}}
title="住まいの安心を築く屋根の専門家"
description="屋根の耐久性を劇的に高めるシルキーG2カバー工法と、下地の傷みに応じた部分的な葺き替えで、軽量かつ高断熱な理想の屋根をご提供。夏の暑さや冬の寒さを和らげ、将来のメンテナンスコストを抑えながら美しさと強さを兼ね備えた住まいをお守りします。"
buttons={[
{
text: "無料見積もり",
href: "#contact",
},
text: "無料見積もり", href: "#contact"},
{
text: "サービスを見る",
href: "#features",
},
text: "サービスを見る", href: "#features"},
]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-roof-with-drill_23-2148748775.jpg"
imageAlt="屋根を点検する熟練の職人"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/happy-young-asian-couple-realtor-agent_7861-1039.jpg",
alt: "Happy young Asian couple",
},
src: "http://img.b2bpic.net/free-photo/happy-young-asian-couple-realtor-agent_7861-1039.jpg", alt: "Happy young Asian couple"},
{
src: "http://img.b2bpic.net/free-photo/enthusiastic-asian-woman-shows-thumbs-up-approval-looking-upbeat-say-yes-approves-agrees_1258-193011.jpg",
alt: "Enthusiastic asian woman shows thumbs up in approval",
},
src: "http://img.b2bpic.net/free-photo/enthusiastic-asian-woman-shows-thumbs-up-approval-looking-upbeat-say-yes-approves-agrees_1258-193011.jpg", alt: "Enthusiastic asian woman shows thumbs up in approval"},
{
src: "http://img.b2bpic.net/free-photo/smiling-asian-girl-showing-thumbs-up-looking-pleased-approve-smth-standing-white-background_1258-95063.jpg",
alt: "Smiling asian girl showing thumbs up",
},
src: "http://img.b2bpic.net/free-photo/smiling-asian-girl-showing-thumbs-up-looking-pleased-approve-smth-standing-white-background_1258-95063.jpg", alt: "Smiling asian girl showing thumbs up"},
{
src: "http://img.b2bpic.net/free-photo/professional-businesswoman-asian-corporate-woman-showing-thumbs-up-smiling-praise-compliment-standing-suit-pink-background_1258-97340.jpg",
alt: "Professional businesswoman asian corporate woman showing thumbs up",
},
src: "http://img.b2bpic.net/free-photo/professional-businesswoman-asian-corporate-woman-showing-thumbs-up-smiling-praise-compliment-standing-suit-pink-background_1258-97340.jpg", alt: "Professional businesswoman asian corporate woman showing thumbs up"},
{
src: "http://img.b2bpic.net/free-photo/skilled-experienced-senior-architect-industrial-inspector-with-gray-beard-expressing-approval-making-okay-gesture-looking-with-beaming-smile-occupation-job-profession-age_343059-2732.jpg",
alt: "Skilled experienced senior architect or industrial inspector",
},
src: "http://img.b2bpic.net/free-photo/skilled-experienced-senior-architect-industrial-inspector-with-gray-beard-expressing-approval-making-okay-gesture-looking-with-beaming-smile-occupation-job-profession-age_343059-2732.jpg", alt: "Skilled experienced senior architect or industrial inspector"},
]}
avatarText="お客様に選ばれて20年以上の実績"
marqueeItems={[
{
type: "text",
text: "高品質な屋根材",
},
type: "text", text: "高品質な屋根材"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg",
alt: "Man working on roof with a drill",
},
type: "image", src: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg", alt: "Man working on roof with a drill"},
{
type: "text",
text: "熟練の職人技",
},
type: "text", text: "熟練の職人技"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343678.jpg",
alt: "Long shot men working on roof",
},
type: "image", src: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343678.jpg", alt: "Long shot men working on roof"},
{
type: "text",
text: "迅速丁寧な対応",
},
type: "text", text: "迅速丁寧な対応"},
]}
/>
</div>
@@ -143,17 +102,11 @@ export default function LandingPage() {
description="株式会社鵬は、東京都立川市を拠点に、お客様の大切な住まいを屋根から守る専門家です。超高耐久の特殊ガルバリウム鋼板を採用したシルキーG2カバー工法と、きめ細やかな部分葺き替えで、高品質な施工をお約束します。経験豊富な職人が、安心と満足をお届けします。"
metrics={[
{
value: "5.0",
title: "顧客満足度",
},
value: "5.0", title: "顧客満足度"},
{
value: "51+",
title: "お客様の声",
},
value: "51+", title: "お客様の声"},
{
value: "20+",
title: "長年の実績",
},
value: "20+", title: "長年の実績"},
]}
imageSrc="http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150995041.jpg"
imageAlt="屋根工事の打ち合わせをする職人たち"
@@ -169,44 +122,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "feature-1",
title: "高耐久シルキーG2カバー工法",
author: "新時代の屋根材",
description: "軽量でありながら優れた耐食性と断熱性能を誇る特殊ガルバリウム鋼板「シルキーG2」を使用。建物への負担を最小限に抑えつつ、夏の暑さや冬の寒さを和らげます。",
tags: [
"高耐久",
"軽量",
"断熱",
],
imageSrc: "http://img.b2bpic.net/free-photo/modern-construction_1127-104.jpg",
imageAlt: "シルキーG2の屋根材",
},
id: "feature-1", title: "超高耐久シルキーG2カバー工法", author: "新時代の屋根材", description: "軽量でありながら優れた耐食性と断熱性能を誇る特殊ガルバリウム鋼板「シルキーG2」を使用。建物への負担を最小限に抑えつつ、夏の暑さや冬の寒さを和らげます。", tags: [
"高耐久", "軽量", "断熱"],
imageSrc: "http://img.b2bpic.net/free-photo/modern-construction_1127-104.jpg", imageAlt: "シルキーG2の屋根材"},
{
id: "feature-2",
title: "丁寧な部分葺き替え",
author: "必要な箇所だけを修理",
description: "劣化が進んだ箇所は丁寧に葺き替えることで、屋根全体の防水性能を根本から底上げします。無駄なコストを抑えつつ、屋根の寿命を最大限に延ばします。",
tags: [
"コスト効率",
"防水性能",
"長寿命",
],
imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-building-roof-house_23-2148748851.jpg",
imageAlt: "屋根の部分葺き替え作業",
},
id: "feature-2", title: "丁寧な部分葺き替え", author: "必要な箇所だけを修理", description: "劣化が進んだ箇所は丁寧に葺き替えることで、屋根全体の防水性能を根本から底上げします。無駄なコストを抑えつつ、屋根の寿命を最大限に延ばします。", tags: [
"コスト効率", "防水性能", "長寿命"],
imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-building-roof-house_23-2148748851.jpg", imageAlt: "屋根の部分葺き替え作業"},
{
id: "feature-3",
title: "LINEでの作業報告",
author: "透明性の高いサービス",
description: "日々の作業報告をLINEで写真付きで共有。お客様は現場に足を運ぶことなく、工事の進捗状況をリアルタイムで確認でき、安心して工事をお任せいただけます。",
tags: [
"透明性",
"安心",
"リアルタイム",
],
imageSrc: "http://img.b2bpic.net/free-photo/handyman-pouring-white-paint-home-renovation-couple-apartment-flat-repair-makeover_482257-3667.jpg",
imageAlt: "LINEで送られた屋根工事の報告写真",
},
id: "feature-3", title: "LINEでの作業報告", author: "透明性の高いサービス", description: "日々の作業報告をLINEで写真付きで共有。お客様は現場に足を運ぶことなく、工事の進捗状況をリアルタイムで確認でき、安心して工事をお任せいただけます。", tags: [
"透明性", "安心", "リアルタイム"],
imageSrc: "http://img.b2bpic.net/free-photo/handyman-pouring-white-paint-home-renovation-couple-apartment-flat-repair-makeover_482257-3667.jpg", imageAlt: "LINEで送られた屋根工事の報告写真"},
]}
title="鵬が選ばれる理由"
description="お客様のニーズに応える確かな技術と信頼性の高いサービスで、理想の屋根を実現します。"
@@ -221,65 +147,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
brand: "屋根工事",
name: "シルキーG2カバー工法",
price: "要見積もり",
rating: 5,
reviewCount: "51件",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg",
imageAlt: "シルキーG2カバー工法による新しい屋根",
},
id: "p1", brand: "屋根工事", name: "シルキーG2カバー工法", price: "要見積もり", rating: 5,
reviewCount: "51件", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg", imageAlt: "シルキーG2カバー工法による新しい屋根"},
{
id: "p2",
brand: "屋根工事",
name: "屋根葺き替え工事",
price: "要見積もり",
rating: 5,
reviewCount: "51件",
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1040.jpg",
imageAlt: "屋根葺き替え工事で刷新された屋根",
},
id: "p2", brand: "屋根工事", name: "屋根葺き替え工事", price: "要見積もり", rating: 5,
reviewCount: "51件", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1040.jpg", imageAlt: "屋根葺き替え工事で刷新された屋根"},
{
id: "p3",
brand: "特殊工事",
name: "太陽光パネル脱着工事",
price: "要見積もり",
rating: 5,
reviewCount: "51件",
imageSrc: "http://img.b2bpic.net/free-photo/asian-women-working-together_23-2148776742.jpg",
imageAlt: "屋根からの太陽光パネル脱着作業",
},
id: "p3", brand: "特殊工事", name: "太陽光パネル脱着工事", price: "要見積もり", rating: 5,
reviewCount: "51件", imageSrc: "http://img.b2bpic.net/free-photo/asian-women-working-together_23-2148776742.jpg", imageAlt: "屋根からの太陽光パネル脱着作業"},
{
id: "p4",
brand: "屋根工事",
name: "屋根メンテナンス・点検",
price: "要見積もり",
rating: 5,
reviewCount: "51件",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg",
imageAlt: "屋根の定期メンテナンス風景",
},
id: "p4", brand: "屋根工事", name: "屋根メンテナンス・点検", price: "要見積もり", rating: 5,
reviewCount: "51件", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg", imageAlt: "屋根の定期メンテナンス風景"},
{
id: "p5",
brand: "外壁工事",
name: "外壁塗装工事",
price: "要見積もり",
rating: 5,
reviewCount: "51件",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-outdoors_23-2149714259.jpg",
imageAlt: "外壁塗装中の住宅",
},
id: "p5", brand: "外壁工事", name: "外壁塗装工事", price: "要見積もり", rating: 5,
reviewCount: "51件", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-outdoors_23-2149714259.jpg", imageAlt: "外壁塗装中の住宅"},
{
id: "p6",
brand: "防水工事",
name: "バルコニー防水工事",
price: "要見積もり",
rating: 5,
reviewCount: "51件",
imageSrc: "http://img.b2bpic.net/free-photo/skateboarding-practice-freestyle-extreme-sports-concept_53876-49180.jpg",
imageAlt: "バルコニーの防水工事",
},
id: "p6", brand: "防水工事", name: "バルコニー防水工事", price: "要見積もり", rating: 5,
reviewCount: "51件", imageSrc: "http://img.b2bpic.net/free-photo/skateboarding-practice-freestyle-extreme-sports-concept_53876-49180.jpg", imageAlt: "バルコニーの防水工事"},
]}
title="当社のサービスと施工事例"
description="お客様の住まいを守るため、様々な屋根工事と関連サービスを提供しています。実績と経験に基づいた確かな技術をご覧ください。"
@@ -294,25 +178,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "5.0",
title: "平均評価",
description: "51件のお客様からの平均評価です。最高の満足をお届けしています。",
icon: Star,
id: "m1", value: "5.0", title: "平均評価", description: "51件のお客様からの平均評価です。最高の満足をお届けしています。", icon: Star,
},
{
id: "m2",
value: "20年以上",
title: "業界経験",
description: "長年の経験と知識で、どんな屋根の悩みにも対応します。",
icon: Tool,
id: "m2", value: "20年以上", title: "業界経験", description: "長年の経験と知識で、どんな屋根の悩みにも対応します。", icon: Wrench,
},
{
id: "m3",
value: "1000+",
title: "施工実績",
description: "これまでに数多くの屋根工事を手がけ、お客様の信頼を築いてきました。",
icon: Home,
id: "m3", value: "1000+", title: "施工実績", description: "これまでに数多くの屋根工事を手がけ、お客様の信頼を築いてきました。", icon: Home,
},
]}
title="鵬の信頼と実績"
@@ -327,58 +199,22 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "宮本二郎様",
handle: "東京都立川市",
testimonial: "4社の見積もりを比較しましたが、説明も費用も納得できたのは鵬様だけでした。職人さんの手際も良く、安心して任せられました。",
imageSrc: "http://img.b2bpic.net/free-photo/client-meeting-with-estate-agent_1098-19799.jpg",
imageAlt: "宮本二郎様のポートレート",
icon: Star,
id: "1", name: "宮本二郎様", handle: "東京都立川市", testimonial: "4社の見積もりを比較しましたが、説明も費用も納得できたのは鵬様だけでした。職人さんの手際も良く、安心して任せられました。", imageSrc: "http://img.b2bpic.net/free-photo/client-meeting-with-estate-agent_1098-19799.jpg", imageAlt: "宮本二郎様のポートレート", icon: Star,
},
{
id: "2",
name: "三石健夫様",
handle: "東京都立川市",
testimonial: "太陽光パネルの脱着を伴う工事でしたが、5社の中で唯一対応できたのが鵬さんでした。職人さんたちは笑顔で礼儀正しく、LINEでの報告もあり安心でした。",
imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg",
imageAlt: "三石健夫様のポートレート",
icon: Star,
id: "2", name: "三石健夫様", handle: "東京都立川市", testimonial: "太陽光パネルの脱着を伴う工事でしたが、5社の中で唯一対応できたのが鵬さんでした。職人さんたちは笑顔で礼儀正しく、LINEでの報告もあり安心でした。", imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", imageAlt: "三石健夫様のポートレート", icon: Star,
},
{
id: "3",
name: "wiwi yuyu様",
handle: "東京都",
testimonial: "営業の方の丁寧な説明と、現場監督さんとのスムーズなコミュニケーションで、不安なく完成を迎えられました。ご近所からの評判も良く、大満足です。",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-spend-time-together_329181-133.jpg",
imageAlt: "wiwi yuyu様のポートレート",
icon: Star,
id: "3", name: "wiwi yuyu様", handle: "東京都", testimonial: "営業の方の丁寧な説明と、現場監督さんとのスムーズなコミュニケーションで、不安なく完成を迎えられました。ご近所からの評判も良く、大満足です。", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-spend-time-together_329181-133.jpg", imageAlt: "wiwi yuyu様のポートレート", icon: Star,
},
{
id: "4",
name: "佐藤様",
handle: "東京都",
testimonial: "屋根工事と外壁塗装をお願いしました。仕上がりが美しく、以前よりも家が明るくなったようです。丁寧な仕事ぶりに感謝しています。",
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12816.jpg",
imageAlt: "佐藤様のポートレート",
icon: Star,
id: "4", name: "佐藤様", handle: "東京都", testimonial: "屋根工事と外壁塗装をお願いしました。仕上がりが美しく、以前よりも家が明るくなったようです。丁寧な仕事ぶりに感謝しています。", imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12816.jpg", imageAlt: "佐藤様のポートレート", icon: Star,
},
{
id: "5",
name: "田中様",
handle: "東京都",
testimonial: "雨漏りに悩んでいましたが、鵬さんに相談してすぐに解決しました。迅速な対応と的確な診断で、本当に助かりました。",
imageSrc: "http://img.b2bpic.net/free-photo/waitres-holding-blue-empty-banner_482257-79730.jpg",
imageAlt: "田中様のポートレート",
icon: Star,
id: "5", name: "田中様", handle: "東京都", testimonial: "雨漏りに悩んでいましたが、鵬さんに相談してすぐに解決しました。迅速な対応と的確な診断で、本当に助かりました。", imageSrc: "http://img.b2bpic.net/free-photo/waitres-holding-blue-empty-banner_482257-79730.jpg", imageAlt: "田中様のポートレート", icon: Star,
},
{
id: "6",
name: "鈴木様",
handle: "東京都",
testimonial: "担当者の方が親身に相談に乗ってくださり、最適なプランを提案してくれました。職人さんも非常に丁寧で、信頼できる会社です。",
imageSrc: "http://img.b2bpic.net/free-photo/mother-spending-time-with-her-baby_23-2148989021.jpg",
imageAlt: "鈴木様のポートレート",
icon: Star,
id: "6", name: "鈴木様", handle: "東京都", testimonial: "担当者の方が親身に相談に乗ってくださり、最適なプランを提案してくれました。職人さんも非常に丁寧で、信頼できる会社です。", imageSrc: "http://img.b2bpic.net/free-photo/mother-spending-time-with-her-baby_23-2148989021.jpg", imageAlt: "鈴木様のポートレート", icon: Star,
},
]}
title="お客様の声"
@@ -391,14 +227,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"地域建設協会",
"日本建築士会",
"優良リフォーム事業者認定",
"大手建材メーカー",
"住宅ローン会社",
"不動産管理会社",
"地元工務店",
]}
"地域建設協会", "日本建築士会", "優良リフォーム事業者認定", "大手建材メーカー", "住宅ローン会社", "不動産管理会社", "地元工務店"]}
title="信頼のパートナーシップ"
description="株式会社鵬は、地域社会と密接に連携し、多くのお客様と協力会社の皆様に支えられています。"
/>
@@ -410,17 +239,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "faq-1",
title: "見積もりは無料ですか?",
content: "はい、現地調査からお見積もりまで、無料で承っております。お気軽にお問い合わせください。",
},
id: "faq-1", title: "見積もりは無料ですか?", content: "はい、現地調査からお見積もりまで、無料で承っております。お気軽にお問い合わせください。"},
{
id: "faq-2",
title: "工事期間はどのくらいですか?",
content: "工事内容によって異なりますが、一般的な屋根カバー工法で1週間〜10日程度が目安です。詳細はお見積もり時にご説明いたします。",
},
id: "faq-2", title: "工事期間はどのくらいですか?", content: "工事内容によって異なりますが、一般的な屋根カバー工法で1週間〜10日程度が目安です。詳細はお見積もり時にご説明いたします。"},
{
id: "faq-3",
id: "faq-3", title: "保証期間はありますか?", content: "はい、工事内容に応じた保証期間を設けております。詳細はお問い合わせください。"
},
]}
imageSrc="http://img.b2bpic.net/free-photo/coworkers-having-lunch-office_273609-6921.jpg"
@@ -436,18 +259,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
text="屋根の悩み、株式会社鵬にご相談ください。"
buttons={[
{
text: "無料見積もり依頼",
href: "tel:042-527-5171",
},
text: "無料見積もり依頼", href: "tel:042-527-5171"},
{
text: "ウェブサイトを見る",
href: "https://e-ootori.co.jp",
},
text: "ウェブサイトを見る", href: "https://e-ootori.co.jp"},
]}
/>
</div>
@@ -456,58 +274,35 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "会社情報",
items: [
title: "会社情報", items: [
{
label: "会社概要",
href: "#about",
},
label: "会社概要", href: "#about"},
{
label: "採用情報",
href: "#",
},
label: "採用情報", href: "#"},
{
label: "プライバシーポリシー",
href: "#",
},
label: "プライバシーポリシー", href: "#"},
],
},
{
title: "サービス",
items: [
title: "サービス", items: [
{
label: "屋根カバー工法",
href: "#features",
},
label: "屋根カバー工法", href: "#features"},
{
label: "屋根葺き替え",
href: "#features",
},
label: "屋根葺き替え", href: "#features"},
{
label: "外壁塗装",
href: "#portfolio",
},
label: "外壁塗装", href: "#portfolio"},
{
label: "メンテナンス",
href: "#portfolio",
},
label: "メンテナンス", href: "#portfolio"},
],
},
{
title: "お問い合わせ",
items: [
title: "お問い合わせ", items: [
{
label: "電話: 042-527-5171",
href: "tel:042-527-5171",
},
label: "電話: 042-527-5171", href: "tel:042-527-5171"},
{
label: "メールでのお問い合わせ",
href: "mailto:info@e-ootori.co.jp",
},
label: "メールでのお問い合わせ", href: "mailto:info@e-ootori.co.jp"},
{
label: "アクセス",
href: "https://maps.app.goo.gl/tGzN6R1V6N3Q6J2M7",
},
label: "アクセス", href: "https://maps.app.goo.gl/tGzN6R1V6N3Q6J2M7"},
],
},
]}