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-02 13:34:48 +00:00

View File

@@ -33,84 +33,46 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "ホーム",
id: "home",
},
name: "ホーム", id: "home"},
{
name: "会社概要",
id: "about",
},
name: "会社概要", id: "about"},
{
name: "サービス",
id: "features",
},
name: "サービス", id: "features"},
{
name: "物件",
id: "products",
},
name: "物件", id: "products"},
{
name: "プラン",
id: "pricing",
},
name: "プラン", id: "pricing"},
{
name: "お客様の声",
id: "testimonials",
},
name: "お客様の声", id: "testimonials"},
{
name: "FAQ",
id: "faq",
},
name: "FAQ", id: "faq"},
{
name: "お問い合わせ",
id: "contact",
},
name: "お問い合わせ", id: "contact"},
]}
brandName="不動産ガイド"
button={{
text: "無料相談",
}}
text: "無料相談"}}
/>
</div>
<div id="home" data-section="home">
<HeroSplitDualMedia
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="理想の住まいを見つけよう"
description="あなたの夢を叶える不動産物件を幅広くご紹介します。お客様のライフスタイルに合った最適な住まい探しをサポートします。"
tag="不動産物件"
buttons={[
{
text: "物件を探す",
href: "#products",
},
text: "物件を探す", href: "#products"},
{
text: "無料相談",
href: "#contact",
},
text: "無料相談", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-tower-crane-apartments-urban-modern-architecture_169016-69092.jpg",
imageAlt: "モダンな一戸建て住宅",
},
imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-tower-crane-apartments-urban-modern-architecture_169016-69092.jpg", imageAlt: "モダンな一戸建て住宅"},
{
imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383567.jpg",
imageAlt: "新しい家で喜ぶ家族",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/apartments-underneath-bridge_181624-618.jpg",
imageAlt: "Apartments underneath the bridge",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892918.jpg",
imageAlt: "City background panoramic view",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/neo-brutalism-inspired-building_23-2151004680.jpg",
imageAlt: "Neo-brutalism inspired building",
},
imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383567.jpg", imageAlt: "新しい家で喜ぶ家族"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -125,17 +87,11 @@ export default function LandingPage() {
description="地域密着型で、お客様の信頼と実績を積み重ねてきました。専門知識豊富なスタッフが、物件探しから契約、アフターサポートまで一貫して対応いたします。"
metrics={[
{
value: "99%",
title: "顧客満足度",
},
value: "99%", title: "顧客満足度"},
{
value: "1500+",
title: "成約件数",
},
value: "1500+", title: "成約件数"},
{
value: "20年",
title: "経験年数",
},
value: "20年", title: "経験年数"},
]}
tag="不動産ガイド"
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-looking-out-window_23-2149622868.jpg"
@@ -152,35 +108,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
title: "最適な物件紹介",
tags: [
"幅広い選択肢",
"市場分析",
],
imageSrc: "http://img.b2bpic.net/free-photo/architecture-real-estate-building-concept_53876-124771.jpg",
imageAlt: "物件検索のイラスト",
},
id: "f1", title: "最適な物件紹介", tags: [
"幅広い選択肢", "市場分析"],
imageSrc: "http://img.b2bpic.net/free-photo/architecture-real-estate-building-concept_53876-124771.jpg", imageAlt: "物件検索のイラスト"},
{
id: "f2",
title: "安心の資金計画",
tags: [
"ローン相談",
"税金対策",
],
imageSrc: "http://img.b2bpic.net/free-photo/composed-contract-mortgage-agent-desk_23-2147764198.jpg",
imageAlt: "資金計画のイラスト",
},
id: "f2", title: "安心の資金計画", tags: [
"ローン相談", "税金対策"],
imageSrc: "http://img.b2bpic.net/free-photo/composed-contract-mortgage-agent-desk_23-2147764198.jpg", imageAlt: "資金計画のイラスト"},
{
id: "f3",
title: "スムーズな引越しサポート",
tags: [
"業者紹介",
"手続き代行",
],
imageSrc: "http://img.b2bpic.net/free-photo/cropped-unrecognizable-man-applying-adhesive-tape-box-with-dispenser_1098-20740.jpg",
imageAlt: "引越しのイラスト",
},
id: "f3", title: "スムーズな引越しサポート", tags: [
"業者紹介", "手続き代行"],
imageSrc: "http://img.b2bpic.net/free-photo/cropped-unrecognizable-man-applying-adhesive-tape-box-with-dispenser_1098-20740.jpg", imageAlt: "引越しのイラスト"},
]}
title="当社のサービス"
description="お客様一人ひとりに合わせた最適なサポートを提供し、理想の住まい探しから新しい生活までをトータルで支援します。"
@@ -197,53 +135,17 @@ export default function LandingPage() {
carouselMode="buttons"
products={[
{
id: "p1",
name: "モダンな一戸建て",
price: "5,800万円",
variant: "4LDK",
imageSrc: "http://img.b2bpic.net/free-photo/japanese-house-entrance-with-roof_23-2149301043.jpg",
imageAlt: "モダンな一戸建て住宅",
},
id: "p1", name: "モダンな一戸建て", price: "5,800万円", variant: "4LDK", imageSrc: "http://img.b2bpic.net/free-photo/japanese-house-entrance-with-roof_23-2149301043.jpg", imageAlt: "モダンな一戸建て住宅"},
{
id: "p2",
name: "都心タワーマンション",
price: "8,500万円",
variant: "2LDK",
imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383569.jpg",
imageAlt: "都心のタワーマンション",
},
id: "p2", name: "都心タワーマンション", price: "8,500万円", variant: "2LDK", imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383569.jpg", imageAlt: "都心のタワーマンション"},
{
id: "p3",
name: "伝統的な日本家屋",
price: "3,200万円",
variant: "5DK",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-japanese-temple_23-2148809561.jpg",
imageAlt: "伝統的な日本家屋",
},
id: "p3", name: "伝統的な日本家屋", price: "3,200万円", variant: "5DK", imageSrc: "http://img.b2bpic.net/free-photo/front-view-japanese-temple_23-2148809561.jpg", imageAlt: "伝統的な日本家屋"},
{
id: "p4",
name: "広々リビング",
price: "4,500万円",
variant: "3LDK",
imageSrc: "http://img.b2bpic.net/free-photo/people-office-having-break_23-2147668844.jpg",
imageAlt: "広々としたリビングルーム",
},
id: "p4", name: "広々リビング", price: "4,500万円", variant: "3LDK", imageSrc: "http://img.b2bpic.net/free-photo/people-office-having-break_23-2147668844.jpg", imageAlt: "広々としたリビングルーム"},
{
id: "p5",
name: "快適な寝室",
price: "3,800万円",
variant: "1LDK",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg",
imageAlt: "快適な寝室",
},
id: "p5", name: "快適な寝室", price: "3,800万円", variant: "1LDK", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg", imageAlt: "快適な寝室"},
{
id: "p6",
name: "最新キッチン",
price: "6,200万円",
variant: "4LDK",
imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-kitchen-fronts-with-copper-handles-stylish-furniture-design-with-wooden-surface_169016-72784.jpg",
imageAlt: "最新設備のキッチン",
},
id: "p6", name: "最新キッチン", price: "6,200万円", variant: "4LDK", imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-kitchen-fronts-with-copper-handles-stylish-furniture-design-with-wooden-surface_169016-72784.jpg", imageAlt: "最新設備のキッチン"},
]}
title="最新の物件情報"
description="厳選された新着物件をチェックしてください。多様なニーズに応える幅広いラインナップをご用意しています。"
@@ -258,58 +160,25 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "basic",
tag: "ライト",
tagIcon: Sparkles,
price: "5万円〜",
period: "(成功報酬)",
description: "基本的な物件探しと契約手続きをサポートします。",
button: {
text: "詳細を見る",
href: "#contact",
},
featuresTitle: "含まれるサービス",
features: [
"物件情報の提供",
"見学手配",
"契約書作成支援",
],
id: "basic", tag: "ライト", tagIcon: Sparkles,
price: "5万円〜", period: "(成功報酬)", description: "基本的な物件探しと契約手続きをサポートします。", button: {
text: "詳細を見る", href: "#contact"},
featuresTitle: "含まれるサービス", features: [
"物件情報の提供", "見学手配", "契約書作成支援"],
},
{
id: "standard",
tag: "スタンダード",
tagIcon: Star,
price: "10万円〜",
period: "(成功報酬)",
description: "ライトプランに加えて、より手厚いサポートを提供します。",
button: {
text: "詳細を見る",
href: "#contact",
},
featuresTitle: "含まれるサービス",
features: [
"資金計画アドバイス",
"引越し業者紹介",
"条件交渉代行",
],
id: "standard", tag: "スタンダード", tagIcon: Star,
price: "10万円〜", period: "(成功報酬)", description: "ライトプランに加えて、より手厚いサポートを提供します。", button: {
text: "詳細を見る", href: "#contact"},
featuresTitle: "含まれるサービス", features: [
"資金計画アドバイス", "引越し業者紹介", "条件交渉代行"],
},
{
id: "premium",
tag: "プレミアム",
tagIcon: Award,
price: "20万円〜",
period: "(成功報酬)",
description: "総合的なサポートで、お客様の負担を最大限に軽減します。",
button: {
text: "詳細を見る",
href: "#contact",
},
featuresTitle: "含まれるサービス",
features: [
"上記全て",
"リノベーション相談",
"入居後サポート",
],
id: "premium", tag: "プレミアム", tagIcon: Award,
price: "20万円〜", period: "(成功報酬)", description: "総合的なサポートで、お客様の負担を最大限に軽減します。", button: {
text: "詳細を見る", href: "#contact"},
featuresTitle: "含まれるサービス", features: [
"上記全て", "リノベーション相談", "入居後サポート"],
},
]}
title="料金プラン"
@@ -324,65 +193,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "佐藤 花子",
date: "2023年11月",
title: "「迅速な対応で理想の家が見つかりました」",
quote: "初めての家探しでしたが、担当者の方が親身に相談に乗ってくださり、迅速な対応で私たちの理想とする家を見つけることができました。本当に感謝しています。",
tag: "戸建て購入",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-businessman-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-7442.jpg",
avatarAlt: "佐藤花子の写真",
imageSrc: "http://img.b2bpic.net/free-photo/cloud-gate_1160-23.jpg",
imageAlt: "新しい家の前で喜ぶ家族",
},
id: "1", name: "佐藤 花子", date: "2023年11月", title: "「迅速な対応で理想の家が見つかりました」", quote: "初めての家探しでしたが、担当者の方が親身に相談に乗ってくださり、迅速な対応で私たちの理想とする家を見つけることができました。本当に感謝しています。", tag: "戸建て購入", avatarSrc: "http://img.b2bpic.net/free-photo/happy-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-businessman-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-7442.jpg", avatarAlt: "佐藤花子の写真", imageSrc: "http://img.b2bpic.net/free-photo/cloud-gate_1160-23.jpg", imageAlt: "新しい家の前で喜ぶ家族"},
{
id: "2",
name: "田中 健太",
date: "2024年1月",
title: "「専門知識が豊富で安心して任せられました」",
quote: "不動産に関する知識が全くなかったのですが、担当者の方が丁寧に説明してくださり、細かな質問にも的確に答えてくれたので、安心して契約まで進めることができました。",
tag: "マンション購入",
avatarSrc: "http://img.b2bpic.net/free-photo/portrat-young-man-laughing_23-2148560405.jpg",
avatarAlt: "田中健太の写真",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-planning-his-work-day_1098-21008.jpg",
imageAlt: "契約書にサインする男性",
},
id: "2", name: "田中 健太", date: "2024年1月", title: "「専門知識が豊富で安心して任せられました」", quote: "不動産に関する知識が全くなかったのですが、担当者の方が丁寧に説明してくださり、細かな質問にも的確に答えてくれたので、安心して契約まで進めることができました。", tag: "マンション購入", avatarSrc: "http://img.b2bpic.net/free-photo/portrat-young-man-laughing_23-2148560405.jpg", avatarAlt: "田中健太の写真", imageSrc: "http://img.b2bpic.net/free-photo/businessman-planning-his-work-day_1098-21008.jpg", imageAlt: "契約書にサインする男性"},
{
id: "3",
name: "山田 美咲",
date: "2023年9月",
title: "「条件にぴったりの賃貸物件を紹介してもらえました」",
quote: "急な転勤で物件探しに困っていたのですが、こちらの細かい条件にも関わらず、すぐに複数の候補を提示していただき、希望通りの賃貸物件を見つけることができました。",
tag: "賃貸契約",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg",
avatarAlt: "山田美咲の写真",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-tablet-looking-camera_23-2147770025.jpg",
imageAlt: "賃貸物件の内見をする女性",
},
id: "3", name: "山田 美咲", date: "2023年9月", title: "「条件にぴったりの賃貸物件を紹介してもらえました」", quote: "急な転勤で物件探しに困っていたのですが、こちらの細かい条件にも関わらず、すぐに複数の候補を提示していただき、希望通りの賃貸物件を見つけることができました。", tag: "賃貸契約", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg", avatarAlt: "山田美咲の写真", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-tablet-looking-camera_23-2147770025.jpg", imageAlt: "賃貸物件の内見をする女性"},
{
id: "4",
name: "鈴木 浩司",
date: "2024年3月",
title: "「売却も購入もスムーズに進みました」",
quote: "自宅の売却と新しい住まいの購入を同時に進める必要がありましたが、担当者の方が両方の手続きを円滑に進めてくださり、ストレスなく取引を終えられました。",
tag: "住み替え",
avatarSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164715.jpg",
avatarAlt: "鈴木浩司の写真",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-holding-house-plans_23-2148895456.jpg",
imageAlt: "不動産エージェントから鍵を受け取るカップル",
},
id: "4", name: "鈴木 浩司", date: "2024年3月", title: "「売却も購入もスムーズに進みました」", quote: "自宅の売却と新しい住まいの購入を同時に進める必要がありましたが、担当者の方が両方の手続きを円滑に進めてくださり、ストレスなく取引を終えられました。", tag: "住み替え", avatarSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164715.jpg", avatarAlt: "鈴木浩司の写真", imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-holding-house-plans_23-2148895456.jpg", imageAlt: "不動産エージェントから鍵を受け取るカップル"},
{
id: "5",
name: "小林 恵子",
date: "2023年7月",
title: "「老後の住まい探しに親身なアドバイス」",
quote: "老後の住まい探しで漠然とした不安がありましたが、将来を見据えたアドバイスと、バリアフリー物件の提案をしていただき、安心して新居を決めることができました。",
tag: "セカンドライフ",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-mobile-phone_329181-15806.jpg",
avatarAlt: "小林恵子の写真",
imageSrc: "http://img.b2bpic.net/free-photo/woman-speaking-phone-sofa_23-2147778855.jpg",
imageAlt: "バルコニーでくつろぐシニアカップル",
},
id: "5", name: "小林 恵子", date: "2023年7月", title: "「老後の住まい探しに親身なアドバイス」", quote: "老後の住まい探しで漠然とした不安がありましたが、将来を見据えたアドバイスと、バリアフリー物件の提案をしていただき、安心して新居を決めることができました。", tag: "セカンドライフ", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-mobile-phone_329181-15806.jpg", avatarAlt: "小林恵子の写真", imageSrc: "http://img.b2bpic.net/free-photo/woman-speaking-phone-sofa_23-2147778855.jpg", imageAlt: "バルコニーでくつろぐシニアカップル"},
]}
title="お客様の声"
description="お客様からの喜びの声をご紹介します。不動産ガイドは、お客様の満足を第一に考え、質の高いサービスを提供し続けています。"
@@ -396,20 +215,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq1",
title: "物件の見学はどのように手配できますか?",
content: "お問い合わせフォームまたはお電話でご希望の物件と日時をお知らせください。担当者が調整し、ご連絡いたします。",
},
id: "faq1", title: "物件の見学はどのように手配できますか?", content: "お問い合わせフォームまたはお電話でご希望の物件と日時をお知らせください。担当者が調整し、ご連絡いたします。"},
{
id: "faq2",
title: "住宅ローンに関する相談は可能ですか?",
content: "はい、可能です。提携している金融機関の専門家をご紹介し、お客様に最適な住宅ローンについてアドバイスさせていただきます。",
},
id: "faq2", title: "住宅ローンに関する相談は可能ですか?", content: "はい、可能です。提携している金融機関の専門家をご紹介し、お客様に最適な住宅ローンについてアドバイスさせていただきます。"},
{
id: "faq3",
title: "契約から引き渡しまでの期間はどれくらいですか?",
content: "物件や条件によって異なりますが、一般的には契約から1ヶ月〜3ヶ月程度が目安です。詳細はお気軽にお問い合わせください。",
},
id: "faq3", title: "契約から引き渡しまでの期間はどれくらいですか?", content: "物件や条件によって異なりますが、一般的には契約から1ヶ月〜3ヶ月程度が目安です。詳細はお気軽にお問い合わせください。"},
]}
title="よくある質問"
description="不動産に関するお客様からのご質問に、専門スタッフがお答えします。"
@@ -422,8 +232,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="連絡先"
title="お問い合わせ"
description="不動産に関するご相談はお気軽にお寄せください。専門スタッフが丁寧に対応いたします。"
@@ -444,19 +253,13 @@ export default function LandingPage() {
socialLinks={[
{
icon: Facebook,
href: "#",
ariaLabel: "Facebook",
},
href: "#", ariaLabel: "Facebook"},
{
icon: Twitter,
href: "#",
ariaLabel: "Twitter",
},
href: "#", ariaLabel: "Twitter"},
{
icon: Instagram,
href: "#",
ariaLabel: "Instagram",
},
href: "#", ariaLabel: "Instagram"},
]}
/>
</div>